Trait tetcore_subxt::Store [−][src]
Store trait.
Associated Types
Loading content...Associated Constants
Loading content...Required methods
fn prefix(metadata: &Metadata) -> Result<StorageKey, MetadataError>[src]
Returns the key prefix for storage maps
fn key(&self, metadata: &Metadata) -> Result<StorageKey, MetadataError>[src]
Returns the StorageKey.
Provided methods
fn default(&self, metadata: &Metadata) -> Result<Self::Returns, MetadataError>[src]
Returns the default value.