StorageBase
or FlattenedStorage
of all the
members of a contract state.
pub trait StorageTrait
StorageBase
or FlattenedStorage
of all the members of a
contract state. Should be called from the deref
method of the contract state.
fn storage(self: FlattenedStorage) -> StorageTraitBaseType
StorageBase
or FlattenedStorage
of all the members
of the type T
.
type BaseType;