pub type Call = RuntimeCall;Expand description
The outer extrinsic enum.
Aliased Type§
pub enum Call {
Show 41 variants
System(Call),
Timestamp(Call),
Sudo(Call),
Assets(Call),
Balances(Call),
Babe(Call),
Grandpa(Call),
Indices(Call),
Democracy(Call),
Council(Call),
Vesting(Call),
Elections(Call),
ElectionProviderMultiPhase(Call),
Staking(Call),
Session(Call),
Treasury(Call),
Bounties(Call),
ChildBounties(Call),
BagsList(Call),
NominationPools(Call),
Scheduler(Call),
Preimage(Call),
TxPause(Call),
ImOnline(Call),
Identity(Call),
Utility(Call),
Multisig(Call),
Ethereum(Call),
EVM(Call),
DynamicFee(Call),
BaseFee(Call),
HotfixSufficients(Call),
Claims(Call),
Proxy(Call),
MultiAssetDelegation(Call),
Services(Call),
SygmaAccessSegregator(Call),
SygmaBasicFeeHandler(Call),
SygmaFeeHandlerRouter(Call),
SygmaPercentageFeeHandler(Call),
SygmaBridge(Call),
}