Function get_bytes

Source
pub fn get_bytes<Addr: Address + ?Sized>(
    address: &Addr,
    metadata: &Metadata,
) -> Result<Vec<u8>, Error>
Expand description

Access the bytes of a custom value by the address it is registered under.