Trait gsdk::metadata::CallInfo

source ·
pub trait CallInfo {
    const PALLET: &'static str;

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

Show the call info.

Required Associated Constants§

source

const PALLET: &'static str

Required Methods§

source

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

returns call name.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl CallInfo for BabeCall

source§

const PALLET: &'static str = "Babe"

source§

impl CallInfo for BagsListCall

source§

const PALLET: &'static str = "BagsList"

source§

impl CallInfo for BalancesCall

source§

const PALLET: &'static str = "Balances"

source§

impl CallInfo for BountiesCall

source§

const PALLET: &'static str = "Bounties"

source§

impl CallInfo for ChildBountiesCall

source§

const PALLET: &'static str = "ChildBounties"

source§

impl CallInfo for ConvictionVotingCall

source§

const PALLET: &'static str = "ConvictionVoting"

source§

impl CallInfo for ElectionProviderMultiPhaseCall

source§

const PALLET: &'static str = "ElectionProviderMultiPhase"

source§

impl CallInfo for FellowshipCollectiveCall

source§

const PALLET: &'static str = "FellowshipCollective"

source§

impl CallInfo for FellowshipReferendaCall

source§

const PALLET: &'static str = "FellowshipReferenda"

source§

impl CallInfo for GearCall

source§

const PALLET: &'static str = "Gear"

source§

impl CallInfo for GearDebugCall

source§

const PALLET: &'static str = "GearDebug"

source§

impl CallInfo for GearVoucherCall

source§

const PALLET: &'static str = "GearVoucher"

source§

impl CallInfo for GrandpaCall

source§

const PALLET: &'static str = "Grandpa"

source§

impl CallInfo for IdentityCall

source§

const PALLET: &'static str = "Identity"

source§

impl CallInfo for ImOnlineCall

source§

const PALLET: &'static str = "ImOnline"

source§

impl CallInfo for MultisigCall

source§

const PALLET: &'static str = "Multisig"

source§

impl CallInfo for NominationPoolsCall

source§

const PALLET: &'static str = "NominationPools"

source§

impl CallInfo for PreimageCall

source§

const PALLET: &'static str = "Preimage"

source§

impl CallInfo for ProxyCall

source§

const PALLET: &'static str = "Proxy"

source§

impl CallInfo for ReferendaCall

source§

const PALLET: &'static str = "Referenda"

source§

impl CallInfo for SchedulerCall

source§

const PALLET: &'static str = "Scheduler"

source§

impl CallInfo for SessionCall

source§

const PALLET: &'static str = "Session"

source§

impl CallInfo for StakingCall

source§

const PALLET: &'static str = "Staking"

source§

impl CallInfo for StakingRewardsCall

source§

const PALLET: &'static str = "StakingRewards"

source§

impl CallInfo for SudoCall

source§

const PALLET: &'static str = "Sudo"

source§

impl CallInfo for SystemCall

source§

const PALLET: &'static str = "System"

source§

impl CallInfo for TimestampCall

source§

const PALLET: &'static str = "Timestamp"

source§

impl CallInfo for TreasuryCall

source§

const PALLET: &'static str = "Treasury"

source§

impl CallInfo for UtilityCall

source§

const PALLET: &'static str = "Utility"

source§

impl CallInfo for VestingCall

source§

const PALLET: &'static str = "Vesting"

source§

impl CallInfo for WhitelistCall

source§

const PALLET: &'static str = "Whitelist"