Function subxt::storage::utils::storage_address_root_bytes
source · pub fn storage_address_root_bytes<Address: StorageAddress>(
addr: &Address
) -> Vec<u8> ⓘ
Expand description
Outputs a vector containing the bytes written by write_storage_address_root_bytes
.