Function subxt_core::custom_values::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.