Type Alias scrypto::types::MapKey

source ·
pub type MapKey = Vec<u8>;

Aliased Type§

struct MapKey {
    buf: RawVec<u8>,
    len: usize,
}

Fields§

§buf: RawVec<u8>§len: usize