Edgeware 1.46.x
System
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
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_config | Option{'<'}ChangesTrieConfiguration{'>'} changes_trie_config <br/> | |||
set_storage | Vec{'<'}KeyValue{'>'} items <br/> | |||
kill_storage | Vec{'<'}Key{'>'} keys <br/> | |||
kill_prefix | Key prefix <br/>u32 _subkeys <br/> | |||
suicide | ✔️ | ✔️ |
Utility
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
batch | ✔️ | ✔️ | Vec{'<'}Call{'>'} calls <br/> | |
as_derivative | u16 index <br/>Call call <br/> | |||
batch_all | ✔️ | ✔️ | Vec{'<'}Call{'>'} calls <br/> |
Aura
Empty
Timestamp
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
set | ✔️ | Compact{'<'}Moment{'>'} now <br/> |
Authorship
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
set_uncles | Vec{'<'}Header{'>'} new_uncles <br/> |
Indices
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
claim | ✔️ | AccountIndex index <br/> | ||
transfer | ✔️ | AccountId new <br/>AccountIndex index <br/> | ||
free | ✔️ | AccountIndex index <br/> | ||
force_transfer | ✔️ | AccountId new <br/>AccountIndex index <br/>bool freeze <br/> | ||
freeze | ✔️ | AccountIndex index <br/> |
Balances
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
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/> |
TransactionPayment
Empty
Staking
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
bond | ✔️ | ✔️ | LookupSource controller <br/>Compact{'<'}BalanceOf{'>'} value <br/>RewardDestination payee <br/> | |
bond_extra | ✔️ | ✔️ | Compact{'<'}BalanceOf{'>'} max_additional <br/> | |
unbond | ✔️ | ✔️ | Compact{'<'}BalanceOf{'>'} value <br/> | |
withdraw_unbonded | ✔️ | ✔️ | u32 num_slashing_spans <br/> | |
validate | ✔️ | ✔️ | ValidatorPrefs prefs <br/> | |
nominate | ✔️ | ✔️ | Vec{'<'}LookupSource{'>'} targets <br/> | |
chill | ✔️ |