pub type ContractStorageLayout = BTreeMap<String, FieldLayout>;Expand description
Maps storage field names to their slot layout descriptors.
Used for off-chain reads and storage proofs.
Aliased Typeยง
pub struct ContractStorageLayout { /* private fields */ }