Skip to main content
Zondax Github LinkZondax Github Link
Theme SwitchTheme Switch

Statemine 1.3.x

System

NameLightXLNestingArguments
fill_block✔️✔️Perbill _ratio <br/>
remark✔️✔️Bytes _remark <br/>
set_heap_pages✔️✔️u64 pages <br/>
set_code✔️✔️Bytes code <br/>
set_code_without_checks✔️✔️Bytes code <br/>
set_changes_trie_configOption{'<'}ChangesTrieConfiguration{'>'} changes_trie_config <br/>
set_storageVec{'<'}KeyValue{'>'} items <br/>
kill_storageVec{'<'}Key{'>'} keys <br/>
kill_prefixKey prefix <br/>u32 _subkeys <br/>
remark_with_event✔️Bytes remark <br/>

ParachainSystem

NameLightXLNestingArguments
set_upgrade_blockRelayChainBlockNumber relay_chain_block <br/>
set_validation_dataParachainInherentData data <br/>
sudo_send_upward_messageUpwardMessage message <br/>
authorize_upgradeHash code_hash <br/>
enact_authorized_upgradeBytes code <br/>

RandomnessCollectiveFlip

Empty

Timestamp

NameLightXLNestingArguments
set✔️Compact{'<'}Moment{'>'} now <br/>

ParachainInfo

Empty

Balances

NameLightXLNestingArguments
transfer✔️✔️✔️LookupSource dest <br/>Compact{'<'}Balance{'>'} value <br/>
set_balance✔️✔️LookupSource who <br/>Compact{'<'}Balance{'>'} new_free <br/>Compact{'<'}Balance{'>'} new_reserved <br/>
force_transfer✔️✔️LookupSource source <br/>LookupSource dest <br/>Compact{'<'}Balance{'>'} value <br/>
transfer_keep_alive✔️✔️✔️LookupSource dest <br/>Compact{'<'}Balance{'>'} value <br/>
transfer_all✔️LookupSource dest <br/>bool keep_alive <br/>

TransactionPayment

Empty

Authorship

NameLightXLNestingArguments
set_unclesVec{'<'}Header{'>'} new_uncles <br/>

CollatorSelection

NameLightXLNestingArguments
set_invulnerablesVec{'<'}AccountId{'>'} new <br/>
set_desired_candidates✔️u32 max <br/>
set_candidacy_bond✔️BalanceOf bond <br/>
register_as_candidate✔️
leave_intent✔️

Session

NameLightXLNestingArguments
set_keys✔️Keys keys <br/>Bytes proof <br/>
purge_keys✔️✔️

Aura

Empty

AuraExt

Empty

XcmpQueue

NameLightXLNestingArguments

PolkadotXcm

NameLightXLNestingArguments
sendMultiLocation dest <br/>Xcm message <br/>
teleport_assetsMultiLocation dest <br/>MultiLocation beneficiary <br/>Vec{'<'}MultiAsset{'>'} assets <br/>Weight dest_weight <br/>
reserve_transfer_assetsMultiLocation dest <br/>MultiLocation beneficiary <br/>Vec{'<'}MultiAsset{'>'} assets <br/>Weight dest_weight <br/>
executeXcm message <br/>Weight max_weight <br/>

CumulusXcm

Empty

DmpQueue

NameLightXLNestingArguments
service_overweightOverweightIndex index <br/>Weight weight_limit <br/>

Utility

NameLightXLNestingArguments
batch✔️✔️Vec{'<'}Call{'>'} calls <br/>
as_derivativeu16 index <br/>Call call <br/>
batch_all✔️✔️Vec{'<'}Call{'>'} calls <br/>

Multisig

NameLightXLNestingArguments
as_multi_threshold_1✔️✔️Vec{'<'}AccountId{'>'} other_signatories <br/>Call call <br/>
as_multi✔️✔️u16 threshold <br/>Vec{'<'}AccountId{'>'} other_signatories <br/>Option{'<'}Timepoint{'>'} maybe_timepoint <br/>OpaqueCall call <br/>bool store_call <br/>Weight max_weight <br/>
approve_as_multi✔️✔️u16 threshold <br/>Vec{'<'}AccountId{'>'} other_signatories <br/>Option{'<'}Timepoint{'>'} maybe_timepoint <br/>[u8;32] call_hash <br/>Weight max_weight <br/>
cancel_as_multi✔️✔️u16 threshold <br/>Vec{'<'}AccountId{'>'} other_signatories <br/>Timepoint timepoint <br/>[u8;32] call_hash <br/>

Proxy

NameLightXLNestingArguments
proxy✔️✔️AccountId real <br/>Option{'<'}ProxyType{'>'} force_proxy_type <br/>Call call <br/>
add_proxy✔️AccountId delegate <br/>ProxyType proxy_type <br/>BlockNumber delay <br/>
remove_proxy✔️AccountId delegate <br/>ProxyType proxy_type <br/>BlockNumber delay <br/>
remove_proxies✔️
anonymous✔️ProxyType proxy_type <br/>BlockNumber delay <br/>u16 index <br/>
kill_anonymous✔️AccountId spawner <br/>ProxyType proxy_type <br/>u16 index <br/>Compact{'<'}BlockNumber{'>'} height <br/>Compact{'<'}u32{'>'} ext_index <br/>
announce✔️AccountId real <br/>CallHashOf call_hash <br/>
remove_announcement✔️AccountId real <br/>CallHashOf call_hash <br/>
reject_announcement✔️AccountId delegate <br/>CallHashOf call_hash <br/>
proxy_announced✔️AccountId delegate <br/>AccountId real <br/>Option{'<'}ProxyType{'>'} force_proxy_type <br/>Call call <br/>

Assets

NameLightXLNestingArguments
createCompact{'<'}AssetId{'>'} id <br/>LookupSource admin <br/>TAssetBalance min_balance <br/>
force_create✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource owner <br/>bool is_sufficient <br/>Compact{'<'}TAssetBalance{'>'} min_balance <br/>
destroyCompact{'<'}AssetId{'>'} id <br/>AssetDestroyWitness witness <br/>
mint✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource beneficiary <br/>Compact{'<'}TAssetBalance{'>'} amount <br/>
burn✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource who <br/>Compact{'<'}TAssetBalance{'>'} amount <br/>
transfer✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource target <br/>Compact{'<'}TAssetBalance{'>'} amount <br/>
transfer_keep_alive✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource target <br/>Compact{'<'}TAssetBalance{'>'} amount <br/>
force_transfer✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource source <br/>LookupSource dest <br/>Compact{'<'}TAssetBalance{'>'} amount <br/>
freeze✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource who <br/>
thaw✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource who <br/>
freeze_asset✔️✔️Compact{'<'}AssetId{'>'} id <br/>
thaw_asset✔️✔️Compact{'<'}AssetId{'>'} id <br/>
transfer_ownership✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource owner <br/>
set_team✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource issuer <br/>LookupSource admin <br/>LookupSource freezer <br/>
set_metadata✔️✔️Compact{'<'}AssetId{'>'} id <br/>Bytes name <br/>Bytes symbol <br/>u8 decimals <br/>
clear_metadata✔️✔️Compact{'<'}AssetId{'>'} id <br/>
force_set_metadata✔️✔️Compact{'<'}AssetId{'>'} id <br/>Bytes name <br/>Bytes symbol <br/>u8 decimals <br/>bool is_frozen <br/>
force_clear_metadata✔️✔️Compact{'<'}AssetId{'>'} id <br/>
force_asset_status✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource owner <br/>LookupSource issuer <br/>LookupSource admin <br/>LookupSource freezer <br/>Compact{'<'}TAssetBalance{'>'} min_balance <br/>bool is_sufficient <br/>bool is_frozen <br/>
approve_transfer✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource delegate <br/>Compact{'<'}TAssetBalance{'>'} amount <br/>
cancel_approval✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource delegate <br/>
force_cancel_approval✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource owner <br/>LookupSource delegate <br/>
transfer_approved✔️✔️Compact{'<'}AssetId{'>'} id <br/>LookupSource owner <br/>LookupSource destination <br/>Compact{'<'}TAssetBalance{'>'} amount <br/>

Uniques

NameLightXLNestingArguments
createCompact{'<'}ClassId{'>'} class <br/>LookupSource admin <br/>
force_createCompact{'<'}ClassId{'>'} class <br/>LookupSource owner <br/>bool free_holding <br/>
destroyCompact{'<'}ClassId{'>'} class <br/>DestroyWitness witness <br/>
mintCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>LookupSource owner <br/>
burnCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>Option{'<'}LookupSource{'>'} check_owner <br/>
transferCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>LookupSource dest <br/>
redepositCompact{'<'}ClassId{'>'} class <br/>Vec{'<'}InstanceId{'>'} instances <br/>
freezeCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>
thawCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>
freeze_classCompact{'<'}ClassId{'>'} class <br/>
thaw_classCompact{'<'}ClassId{'>'} class <br/>
transfer_ownershipCompact{'<'}ClassId{'>'} class <br/>LookupSource owner <br/>
set_teamCompact{'<'}ClassId{'>'} class <br/>LookupSource issuer <br/>LookupSource admin <br/>LookupSource freezer <br/>
approve_transferCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>LookupSource delegate <br/>
cancel_approvalCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>Option{'<'}LookupSource{'>'} maybe_check_delegate <br/>
force_asset_statusCompact{'<'}ClassId{'>'} class <br/>LookupSource owner <br/>LookupSource issuer <br/>LookupSource admin <br/>LookupSource freezer <br/>bool free_holding <br/>bool is_frozen <br/>
set_attributeCompact{'<'}ClassId{'>'} class <br/>Option{'<'}InstanceId{'>'} maybe_instance <br/>Bytes key <br/>Bytes value <br/>
clear_attributeCompact{'<'}ClassId{'>'} class <br/>Option{'<'}InstanceId{'>'} maybe_instance <br/>Bytes key <br/>
set_metadataCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>Bytes data <br/>bool is_frozen <br/>
clear_metadataCompact{'<'}ClassId{'>'} class <br/>Compact{'<'}InstanceId{'>'} instance <br/>
set_class_metadataCompact{'<'}ClassId{'>'} class <br/>Bytes data <br/>bool is_frozen <br/>
clear_class_metadataCompact{'<'}ClassId{'>'} class <br/>