Statemine 5.800.x
System
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Fill block | ✔️ | ✔️ | Perbill ratio <br/> | |
| Remark | ✔️ | ✔️ | Vecu8 remark <br/> | |
| Set heap pages | ✔️ | ✔️ | u64 pages <br/> | |
| Set code | ✔️ | ✔️ | Vecu8 code <br/> | |
| Set code without checks | ✔️ | ✔️ | Vecu8 code <br/> | |
| Set storage | VecKeyValue items <br/> | |||
| Kill storage | VecKey keys <br/> | |||
| Kill prefix | Key prefix <br/>u32 subkeys <br/> | |||
| Remark with event | ✔️ | ✔️ | Vecu8 remark <br/> |
ParachainSystem
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Set validation data | ParachainInherentData data <br/> | |||
| Sudo send upward message | UpwardMessage message <br/> | |||
| Authorize upgrade | Hash code_hash <br/> | |||
| Enact authorized upgrade | Vecu8 code <br/> |
Timestamp
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Set | ✔️ | Compactu64 now <br/> |
Balances
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Transfer | ✔️ | ✔️ | ✔️ | LookupasStaticLookupSource dest <br/>CompactBalance amount <br/> |
| Set balance | ✔️ | ✔️ | LookupasStaticLookupSource who <br/>CompactBalance new_free <br/>CompactBalance new_reserved <br/> | |
| Force transfer | ✔️ | ✔️ | ✔️ | LookupasStaticLookupSource source <br/>LookupasStaticLookupSource dest <br/>CompactBalance amount <br/> |
| Transfer keep alive | ✔️ | ✔️ | ✔️ | LookupasStaticLookupSource dest <br/>CompactBalance amount <br/> |
| Transfer all | ✔️ | ✔️ | LookupasStaticLookupSource dest <br/>bool keep_alive <br/> | |
| Force unreserve | ✔️ | LookupasStaticLookupSource who <br/>Balance amount <br/> |
Authorship
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Set uncles | VecHeader new_uncles <br/> |
CollatorSelection
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Set invulnerables | VecAccountId new_ <br/> | |||
| Set desired candidates | ✔️ | u32 max <br/> | ||
| Set candidacy bond | ✔️ | Balance bond <br/> | ||
| Register as candidate | ✔️ | |||
| Leave intent | ✔️ |
Session
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Set keys | ✔️ | ✔️ | Keys keys <br/>Bytes proof <br/> | |
| Purge keys | ✔️ | ✔️ |
XcmpQueue
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Service overweight | OverweightIndex index <br/>Weight weight_limit <br/> | |||
| Suspend xcm execution | ✔️ | |||
| Resume xcm execution | ✔️ | |||
| Update suspend threshold | ✔️ | u32 new_ <br/> | ||
| Update drop threshold | ✔️ | u32 new_ <br/> | ||
| Update resume threshold | ✔️ | u32 new_ <br/> | ||
| Update threshold weight | ✔️ | Weight new_ <br/> | ||
| Update weight restrict decay | ✔️ | Weight new_ <br/> | ||
| Update xcmp max individual weight | ✔️ | Weight new_ <br/> |
PolkadotXcm
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Send | BoxVersionedMultiLocation dest <br/>BoxVersionedXcmTuple message <br/> | |||
| Teleport assets | BoxVersionedMultiLocation dest <br/>BoxVersionedMultiLocation beneficiary <br/>BoxVersionedMultiAssets assets <br/>u32 fee_asset_item <br/> | |||
| Reserve transfer assets | BoxVersionedMultiLocation dest <br/>BoxVersionedMultiLocation beneficiary <br/>BoxVersionedMultiAssets assets <br/>u32 fee_asset_item <br/> | |||
| Execute | BoxVersionedXcmTasSysConfigCall message <br/>Weight max_weight <br/> | |||
| Force xcm version | BoxMultiLocation location <br/>XcmVersion xcm_version <br/> | |||
| Force default xcm version | OptionXcmVersion maybe_xcm_version <br/> | |||
| Force subscribe version notify | BoxVersionedMultiLocation location <br/> | |||
| Force unsubscribe version notify | BoxVersionedMultiLocation location <br/> | |||
| Limited reserve transfer assets | BoxVersionedMultiLocation dest <br/>BoxVersionedMultiLocation beneficiary <br/>BoxVersionedMultiAssets assets <br/>u32 fee_asset_item <br/>WeightLimit weight_limit <br/> | |||
| Limited teleport assets | BoxVersionedMultiLocation dest <br/>BoxVersionedMultiLocation beneficiary <br/>BoxVersionedMultiAssets assets <br/>u32 fee_asset_item <br/>WeightLimit weight_limit <br/> |
DmpQueue
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Service overweight | OverweightIndex index <br/>Weight weight_limit <br/> |
Utility
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Batch | ✔️ | ✔️ | VecCall calls <br/> | |
| As derivative | u16 index <br/>Call call <br/> | |||
| Batch all | ✔️ | ✔️ | VecCall calls <br/> | |
| Dispatch as | BoxPalletsOrigin as_origin <br/>Call call <br/> |
Multisig
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| As multi threshold 1 | ✔️ | ✔️ | VecAccountId other_signatories <br/>Call call <br/> | |
| As multi | ✔️ | ✔️ | u16 threshold <br/>VecAccountId other_signatories <br/>OptionTimepoint maybe_timepoint <br/>OpaqueCall call <br/>bool store_call <br/>Weight max_weight <br/> | |
| Approve as multi | ✔️ | ✔️ | u16 threshold <br/>VecAccountId other_signatories <br/>OptionTimepoint maybe_timepoint <br/>H256 call_hash <br/>Weight max_weight <br/> | |
| Cancel as multi | ✔️ | ✔️ | u16 threshold <br/>VecAccountId other_signatories <br/>Timepoint timepoint <br/>H256 call_hash <br/> |
Proxy
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Proxy | ✔️ | ✔️ | AccountId real <br/>OptionProxyType 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/>Compactu32 height <br/>Compactu32 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/>OptionProxyType force_proxy_type <br/>Call call <br/> |
Assets
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Create | Compactu32 id <br/>LookupasStaticLookupSource admin <br/>Balance min_balance <br/> | |||
| Force create | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource owner <br/>bool is_sufficient <br/>CompactBalance min_balance <br/> | |
| Destroy | Compactu32 id <br/>DestroyWitness witness <br/> | |||
| Mint | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource beneficiary <br/>CompactBalance amount <br/> | |
| Burn | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource who <br/>CompactBalance amount <br/> | |
| Transfer | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource target <br/>CompactBalance amount <br/> | |
| Transfer keep alive | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource target <br/>CompactBalance amount <br/> | |
| Force transfer | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource source <br/>LookupasStaticLookupSource dest <br/>CompactBalance amount <br/> | |
| Freeze | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource who <br/> | |
| Thaw | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource who <br/> | |
| Freeze asset | ✔️ | ✔️ | Compactu32 id <br/> | |
| Thaw asset | ✔️ | ✔️ | Compactu32 id <br/> | |
| Transfer ownership | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource owner <br/> | |
| Set team | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource issuer <br/>LookupasStaticLookupSource admin <br/>LookupasStaticLookupSource freezer <br/> | |
| Set metadata | ✔️ | ✔️ | Compactu32 id <br/>Vecu8 name <br/>Vecu8 symbol <br/>u8 decimals <br/> | |
| Clear metadata | ✔️ | ✔️ | Compactu32 id <br/> | |
| Force set metadata | ✔️ | ✔️ | Compactu32 id <br/>Vecu8 name <br/>Vecu8 symbol <br/>u8 decimals <br/>bool is_frozen <br/> | |
| Force clear metadata | ✔️ | ✔️ | Compactu32 id <br/> | |
| Force asset status | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource owner <br/>LookupasStaticLookupSource issuer <br/>LookupasStaticLookupSource admin <br/>LookupasStaticLookupSource freezer <br/>CompactBalance min_balance <br/>bool is_sufficient <br/>bool is_frozen <br/> | |
| Approve transfer | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource delegate <br/>CompactBalance amount <br/> | |
| Cancel approval | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource delegate <br/> | |
| Force cancel approval | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource owner <br/>LookupasStaticLookupSource delegate <br/> | |
| Transfer approved | ✔️ | ✔️ | Compactu32 id <br/>LookupasStaticLookupSource owner <br/>LookupasStaticLookupSource destination <br/>CompactBalance amount <br/> | |
| Touch | ✔️ | Compactu32 id <br/> | ||
| Refund | ✔️ | Compactu32 id <br/>bool allow_burn <br/> |
Uniques
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| Create | ✔️ | Compactu32 class_ <br/>LookupasStaticLookupSource admin <br/> | ||
| Force create | ✔️ | Compactu32 class_ <br/>LookupasStaticLookupSource owner <br/>bool free_holding <br/> | ||
| Destroy | ✔️ | Compactu32 class_ <br/>DestroyWitness witness <br/> | ||
| Mint | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/>LookupasStaticLookupSource owner <br/> | ||
| Burn | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/>OptionLookupasStaticLookupSource check_owner <br/> | ||
| Transfer | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/>LookupasStaticLookupSource dest <br/> | ||
| Redeposit | ✔️ | Compactu32 class_ <br/>VecInstanceId instances <br/> | ||
| Freeze | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/> | ||
| Thaw | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/> | ||
| Freeze class | ✔️ | Compactu32 class_ <br/> | ||
| Thaw class | ✔️ | Compactu32 class_ <br/> | ||
| Transfer ownership | ✔️ | Compactu32 class_ <br/>LookupasStaticLookupSource owner <br/> | ||
| Set team | ✔️ | Compactu32 class_ <br/>LookupasStaticLookupSource issuer <br/>LookupasStaticLookupSource admin <br/>LookupasStaticLookupSource freezer <br/> | ||
| Approve transfer | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/>LookupasStaticLookupSource delegate <br/> | ||
| Cancel approval | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/>OptionLookupasStaticLookupSource maybe_check_delegate <br/> | ||
| Force asset status | ✔️ | Compactu32 class_ <br/>LookupasStaticLookupSource owner <br/>LookupasStaticLookupSource issuer <br/>LookupasStaticLookupSource admin <br/>LookupasStaticLookupSource freezer <br/>bool free_holding <br/>bool is_frozen <br/> | ||
| Set attribute | ✔️ | Compactu32 class_ <br/>OptionInstanceId maybe_instance <br/>BoundedVecu8 key <br/>BoundedVecu8 value <br/> | ||
| Clear attribute | ✔️ | Compactu32 class_ <br/>OptionInstanceId maybe_instance <br/>BoundedVecu8 key <br/> | ||
| Set metadata | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/>BoundedVecu8 data <br/>bool is_frozen <br/> | ||
| Clear metadata | ✔️ | Compactu32 class_ <br/>Compactu32 instance <br/> | ||
| Set class metadata | ✔️ | Compactu32 class_ <br/>BoundedVecu8 data <br/>bool is_frozen <br/> | ||
| Clear class metadata | ✔️ | Compactu32 class_ <br/> |