Function subxt_core::storage::get_address_root_bytes

source ·
pub fn get_address_root_bytes<Addr: Address>(address: &Addr) -> Vec<u8> 
Expand description

Given a storage address and some metadata, this encodes the root of the address (ie the pallet and storage entry part) into bytes. If the entry being addressed is inside a map, this returns the bytes needed to iterate over all of the entries within it.