pub trait StorageInfo {
    const PALLET: &'static str;

    // Required method
    fn storage_name(&self) -> &'static str;
}
Expand description

Show the call info.

Required Associated Constants§

source

const PALLET: &'static str

Required Methods§

source

fn storage_name(&self) -> &'static str

returns call name.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl StorageInfo for AuthorityDiscoveryStorage

source§

const PALLET: &'static str = "AuthorityDiscovery"

source§

impl StorageInfo for AuthorshipStorage

source§

const PALLET: &'static str = "Authorship"

source§

impl StorageInfo for BabeStorage

source§

const PALLET: &'static str = "Babe"

source§

impl StorageInfo for BagsListStorage

source§

const PALLET: &'static str = "BagsList"

source§

impl StorageInfo for BalancesStorage

source§

const PALLET: &'static str = "Balances"

source§

impl StorageInfo for BountiesStorage

source§

const PALLET: &'static str = "Bounties"

source§

impl StorageInfo for ChildBountiesStorage

source§

const PALLET: &'static str = "ChildBounties"

source§

impl StorageInfo for ConvictionVotingStorage

source§

const PALLET: &'static str = "ConvictionVoting"

source§

impl StorageInfo for ElectionProviderMultiPhaseStorage

source§

const PALLET: &'static str = "ElectionProviderMultiPhase"

source§

impl StorageInfo for FellowshipCollectiveStorage

source§

const PALLET: &'static str = "FellowshipCollective"

source§

impl StorageInfo for FellowshipReferendaStorage

source§

const PALLET: &'static str = "FellowshipReferenda"

source§

impl StorageInfo for GearBankStorage

source§

const PALLET: &'static str = "GearBank"

source§

impl StorageInfo for GearDebugStorage

source§

const PALLET: &'static str = "GearDebug"

source§

impl StorageInfo for GearGasStorage

source§

const PALLET: &'static str = "GearGas"

source§

impl StorageInfo for GearMessengerStorage

source§

const PALLET: &'static str = "GearMessenger"

source§

impl StorageInfo for GearProgramStorage

source§

const PALLET: &'static str = "GearProgram"

source§

impl StorageInfo for GearSchedulerStorage

source§

const PALLET: &'static str = "GearScheduler"

source§

impl StorageInfo for GearStorage

source§

const PALLET: &'static str = "Gear"

source§

impl StorageInfo for GearVoucherStorage

source§

const PALLET: &'static str = "GearVoucher"

source§

impl StorageInfo for GrandpaStorage

source§

const PALLET: &'static str = "Grandpa"

source§

impl StorageInfo for HistoricalStorage

source§

const PALLET: &'static str = "Historical"

source§

impl StorageInfo for IdentityStorage

source§

const PALLET: &'static str = "Identity"

source§

impl StorageInfo for ImOnlineStorage

source§

const PALLET: &'static str = "ImOnline"

source§

impl StorageInfo for MultisigStorage

source§

const PALLET: &'static str = "Multisig"

source§

impl StorageInfo for NominationPoolsStorage

source§

const PALLET: &'static str = "NominationPools"

source§

impl StorageInfo for OffencesStorage

source§

const PALLET: &'static str = "Offences"

source§

impl StorageInfo for PreimageStorage

source§

const PALLET: &'static str = "Preimage"

source§

impl StorageInfo for ProxyStorage

source§

const PALLET: &'static str = "Proxy"

source§

impl StorageInfo for ReferendaStorage

source§

const PALLET: &'static str = "Referenda"

source§

impl StorageInfo for SchedulerStorage

source§

const PALLET: &'static str = "Scheduler"

source§

impl StorageInfo for SessionStorage

source§

const PALLET: &'static str = "Session"

source§

impl StorageInfo for StakingRewardsStorage

source§

const PALLET: &'static str = "StakingRewards"

source§

impl StorageInfo for StakingStorage

source§

const PALLET: &'static str = "Staking"

source§

impl StorageInfo for SudoStorage

source§

const PALLET: &'static str = "Sudo"

source§

impl StorageInfo for SystemStorage

source§

const PALLET: &'static str = "System"

source§

impl StorageInfo for TimestampStorage

source§

const PALLET: &'static str = "Timestamp"

source§

impl StorageInfo for TransactionPaymentStorage

source§

const PALLET: &'static str = "TransactionPayment"

source§

impl StorageInfo for TreasuryStorage

source§

const PALLET: &'static str = "Treasury"

source§

impl StorageInfo for VestingStorage

source§

const PALLET: &'static str = "Vesting"

source§

impl StorageInfo for WhitelistStorage

source§

const PALLET: &'static str = "Whitelist"