Statemine 1.3.x
System
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| fill_block | ✔️ | ✔️ | Perbill _ratio | |
| remark | ✔️ | ✔️ | Bytes _remark | |
| set_heap_pages | ✔️ | ✔️ | u64 pages | |
| set_code | ✔️ | ✔️ | Bytes code | |
| set_code_without_checks | ✔️ | ✔️ | Bytes code | |
| set_changes_trie_config | Option<ChangesTrieConfiguration> changes_trie_config | |||
| set_storage | Vec<KeyValue> items | |||
| kill_storage | Vec<Key> keys | |||
| kill_prefix | Key prefix u32 _subkeys | |||
| remark_with_event | ✔️ | Bytes remark |
ParachainSystem
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_upgrade_block | RelayChainBlockNumber relay_chain_block | |||
| set_validation_data | ParachainInherentData data | |||
| sudo_send_upward_message | UpwardMessage message | |||
| authorize_upgrade | Hash code_hash | |||
| enact_authorized_upgrade | Bytes code |
RandomnessCollectiveFlip
Empty
Timestamp
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set | ✔️ | Compact<Moment> now |
ParachainInfo
Empty
Balances
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| transfer | ✔️ | ✔️ | ✔️ | LookupSource dest Compact<Balance> value |
| set_balance | ✔️ | ✔️ | LookupSource who Compact<Balance> new_free Compact<Balance> new_reserved | |
| force_transfer | ✔️ | ✔️ | LookupSource source LookupSource dest Compact<Balance> value | |
| transfer_keep_alive | ✔️ | ✔️ | ✔️ | LookupSource dest Compact<Balance> value |
| transfer_all | ✔️ | LookupSource dest bool keep_alive |
TransactionPayment
Empty
Authorship
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_uncles | Vec<Header> new_uncles |
CollatorSelection
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_invulnerables | Vec<AccountId> new | |||
| set_desired_candidates | ✔️ | u32 max | ||
| set_candidacy_bond | ✔️ | BalanceOf bond | ||
| register_as_candidate | ✔️ | |||
| leave_intent | ✔️ |
Session
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_keys | ✔️ | Keys keys Bytes proof | ||
| purge_keys | ✔️ | ✔️ |
Aura
Empty
AuraExt
Empty
XcmpQueue
| Name | Light | XL | Nesting | Arguments |
|---|
PolkadotXcm
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| send | MultiLocation dest Xcm message | |||
| teleport_assets | MultiLocation dest MultiLocation beneficiary Vec<MultiAsset> assets Weight dest_weight | |||
| reserve_transfer_assets | MultiLocation dest MultiLocation beneficiary Vec<MultiAsset> assets Weight dest_weight | |||
| execute | Xcm message Weight max_weight |
CumulusXcm
Empty
DmpQueue
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| service_overweight | OverweightIndex index Weight weight_limit |
Utility
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| batch | ✔️ | ✔️ | Vec<Call> calls | |
| as_derivative | u16 index Call call | |||
| batch_all | ✔️ | ✔️ | Vec<Call> calls |
Multisig
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| as_multi_threshold_1 | ✔️ | ✔️ | Vec<AccountId> other_signatories Call call | |
| as_multi | ✔️ | ✔️ | u16 threshold Vec<AccountId> other_signatories Option<Timepoint> maybe_timepoint OpaqueCall call bool store_call Weight max_weight | |
| approve_as_multi | ✔️ | ✔️ | u16 threshold Vec<AccountId> other_signatories Option<Timepoint> maybe_timepoint [u8;32] call_hash Weight max_weight | |
| cancel_as_multi | ✔️ | ✔️ | u16 threshold Vec<AccountId> other_signatories Timepoint timepoint [u8;32] call_hash |
Proxy
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| proxy | ✔️ | ✔️ | AccountId real Option<ProxyType> force_proxy_type Call call | |
| add_proxy | ✔️ | AccountId delegate ProxyType proxy_type BlockNumber delay | ||
| remove_proxy | ✔️ | AccountId delegate ProxyType proxy_type BlockNumber delay | ||
| remove_proxies | ✔️ | |||
| anonymous | ✔️ | ProxyType proxy_type BlockNumber delay u16 index | ||
| kill_anonymous | ✔️ | AccountId spawner ProxyType proxy_type u16 index Compact<BlockNumber> height Compact<u32> ext_index | ||
| announce | ✔️ | AccountId real CallHashOf call_hash | ||
| remove_announcement | ✔️ | AccountId real CallHashOf call_hash | ||
| reject_announcement | ✔️ | AccountId delegate CallHashOf call_hash | ||
| proxy_announced | ✔️ | AccountId delegate AccountId real Option<ProxyType> force_proxy_type Call call |
Assets
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| create | Compact<AssetId> id LookupSource admin TAssetBalance min_balance | |||
| force_create | ✔️ | ✔️ | Compact<AssetId> id LookupSource owner bool is_sufficient Compact<TAssetBalance> min_balance | |
| destroy | Compact<AssetId> id AssetDestroyWitness witness | |||
| mint | ✔️ | ✔️ | Compact<AssetId> id LookupSource beneficiary Compact<TAssetBalance> amount | |
| burn | ✔️ | ✔️ | Compact<AssetId> id LookupSource who Compact<TAssetBalance> amount | |
| transfer | ✔️ | ✔️ | Compact<AssetId> id LookupSource target Compact<TAssetBalance> amount | |
| transfer_keep_alive | ✔️ | ✔️ | Compact<AssetId> id LookupSource target Compact<TAssetBalance> amount | |
| force_transfer | ✔️ | ✔️ | Compact<AssetId> id LookupSource source LookupSource dest Compact<TAssetBalance> amount | |
| freeze | ✔️ | ✔️ | Compact<AssetId> id LookupSource who | |
| thaw | ✔️ | ✔️ | Compact<AssetId> id LookupSource who | |
| freeze_asset | ✔️ | ✔️ | Compact<AssetId> id | |
| thaw_asset | ✔️ | ✔️ | Compact<AssetId> id | |
| transfer_ownership | ✔️ | ✔️ | Compact<AssetId> id LookupSource owner | |
| set_team | ✔️ | ✔️ | Compact<AssetId> id LookupSource issuer LookupSource admin LookupSource freezer | |
| set_metadata | ✔️ | ✔️ | Compact<AssetId> id Bytes name Bytes symbol u8 decimals | |
| clear_metadata | ✔️ | ✔️ | Compact<AssetId> id | |
| force_set_metadata | ✔️ | ✔️ | Compact<AssetId> id Bytes name Bytes symbol u8 decimals bool is_frozen | |
| force_clear_metadata | ✔️ | ✔️ | Compact<AssetId> id | |
| force_asset_status | ✔️ | ✔️ | Compact<AssetId> id LookupSource owner LookupSource issuer LookupSource admin LookupSource freezer Compact<TAssetBalance> min_balance bool is_sufficient bool is_frozen | |
| approve_transfer | ✔️ | ✔️ | Compact<AssetId> id LookupSource delegate Compact<TAssetBalance> amount | |
| cancel_approval | ✔️ | ✔️ | Compact<AssetId> id LookupSource delegate | |
| force_cancel_approval | ✔️ | ✔️ | Compact<AssetId> id LookupSource owner LookupSource delegate | |
| transfer_approved | ✔️ | ✔️ | Compact<AssetId> id LookupSource owner LookupSource destination Compact<TAssetBalance> amount |
Uniques
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| create | Compact<ClassId> class LookupSource admin | |||
| force_create | Compact<ClassId> class LookupSource owner bool free_holding | |||
| destroy | Compact<ClassId> class DestroyWitness witness | |||
| mint | Compact<ClassId> class Compact<InstanceId> instance LookupSource owner | |||
| burn | Compact<ClassId> class Compact<InstanceId> instance Option<LookupSource> check_owner | |||
| transfer | Compact<ClassId> class Compact<InstanceId> instance LookupSource dest | |||
| redeposit | Compact<ClassId> class Vec<InstanceId> instances | |||
| freeze | Compact<ClassId> class Compact<InstanceId> instance | |||
| thaw | Compact<ClassId> class Compact<InstanceId> instance | |||
| freeze_class | Compact<ClassId> class | |||
| thaw_class | Compact<ClassId> class | |||
| transfer_ownership | Compact<ClassId> class LookupSource owner | |||
| set_team | Compact<ClassId> class LookupSource issuer LookupSource admin LookupSource freezer | |||
| approve_transfer | Compact<ClassId> class Compact<InstanceId> instance LookupSource delegate | |||
| cancel_approval | Compact<ClassId> class Compact<InstanceId> instance Option<LookupSource> maybe_check_delegate | |||
| force_asset_status | Compact<ClassId> class LookupSource owner LookupSource issuer LookupSource admin LookupSource freezer bool free_holding bool is_frozen | |||
| set_attribute | Compact<ClassId> class Option<InstanceId> maybe_instance Bytes key Bytes value | |||
| clear_attribute | Compact<ClassId> class Option<InstanceId> maybe_instance Bytes key | |||
| set_metadata | Compact<ClassId> class Compact<InstanceId> instance Bytes data bool is_frozen | |||
| clear_metadata | Compact<ClassId> class Compact<InstanceId> instance | |||
| set_class_metadata | Compact<ClassId> class Bytes data bool is_frozen | |||
| clear_class_metadata | Compact<ClassId> class |

