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 | ✔️ | ✔️ | ||
set_payee | ✔️ | ✔️ | RewardDestination payee <br/> | |
set_controller | ✔️ | LookupSource controller <br/> | ||
set_validator_count | ✔️ | Compact{'<'}u32{'>'} new <br/> | ||
increase_validator_count | ✔️ | Compact{'<'}u32{'>'} additional <br/> | ||
scale_validator_count | Percent factor <br/> | |||
force_no_eras | ✔️ | |||
force_new_era | ✔️ | |||
set_invulnerables | Vec{'<'}AccountId{'>'} invulnerables <br/> | |||
force_unstake | ✔️ | AccountId stash <br/>u32 num_slashing_spans <br/> | ||
force_new_era_always | ✔️ | |||
cancel_deferred_slash | ✔️ | EraIndex era <br/>Vec{'<'}u32{'>'} slash_indices <br/> | ||
payout_stakers | ✔️ | ✔️ | AccountId validator_stash <br/>EraIndex era <br/> | |
rebond | ✔️ | ✔️ | Compact{'<'}BalanceOf{'>'} value <br/> | |
set_history_depth | ✔️ | Compact{'<'}EraIndex{'>'} new_history_depth <br/>Compact{'<'}u32{'>'} _era_items_deleted <br/> | ||
reap_stash | ✔️ | AccountId stash <br/>u32 num_slashing_spans <br/> | ||
submit_election_solution | Vec{'<'}ValidatorIndex{'>'} winners <br/>CompactAssignments compact <br/>ElectionScore score <br/>EraIndex era <br/>ElectionSize size <br/> | |||
submit_election_solution_unsigned | Vec{'<'}ValidatorIndex{'>'} winners <br/>CompactAssignments compact <br/>ElectionScore score <br/>EraIndex era <br/>ElectionSize size <br/> |
Session
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
set_keys | ✔️ | Keys keys <br/>Bytes proof <br/> | ||
purge_keys | ✔️ | ✔️ |
Democracy
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
propose | ✔️ | Hash proposal_hash <br/>Compact{'<'}BalanceOf{'>'} value <br/> | ||
second | ✔️ | Compact{'<'}PropIndex{'>'} proposal <br/>Compact{'<'}u32{'>'} seconds_upper_bound <br/> | ||
vote | Compact{'<'}ReferendumIndex{'>'} ref_index <br/>AccountVote vote <br/> | |||
emergency_cancel | ✔️ | ReferendumIndex ref_index <br/> | ||
external_propose | ✔️ | Hash proposal_hash <br/> | ||
external_propose_majority | ✔️ | Hash proposal_hash <br/> | ||
external_propose_default | ✔️ | Hash proposal_hash <br/> | ||
fast_track | ✔️ | Hash proposal_hash <br/>BlockNumber voting_period <br/>BlockNumber delay <br/> | ||
veto_external | ✔️ | Hash proposal_hash <br/> | ||
cancel_referendum | ✔️ | Compact{'<'}ReferendumIndex{'>'} ref_index <br/> | ||
cancel_queued | ✔️ | ReferendumIndex which <br/> | ||
delegate | ✔️ | AccountId to <br/>Conviction conviction <br/>BalanceOf balance <br/> | ||
undelegate | ✔️ | |||
clear_public_proposals | ✔️ | |||
note_preimage | ✔️ | Bytes encoded_proposal <br/> | ||
note_preimage_operational | ✔️ | Bytes encoded_proposal <br/> | ||
note_imminent_preimage | ✔️ | Bytes encoded_proposal <br/> | ||
note_imminent_preimage_operational | ✔️ | Bytes encoded_proposal <br/> | ||
reap_preimage | ✔️ | Hash proposal_hash <br/>Compact{'<'}u32{'>'} proposal_len_upper_bound <br/> | ||
unlock | ✔️ | AccountId target <br/> | ||
remove_vote | ✔️ | ReferendumIndex index <br/> | ||
remove_other_vote | ✔️ | AccountId target <br/>ReferendumIndex index <br/> | ||
enact_proposal | ✔️ | Hash proposal_hash <br/>ReferendumIndex index <br/> | ||
blacklist | Hash proposal_hash <br/>Option{'<'}ReferendumIndex{'>'} maybe_ref_index <br/> | |||
cancel_proposal | ✔️ | Compact{'<'}PropIndex{'>'} prop_index <br/> |
Council
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
set_members | ✔️ | Vec{'<'}AccountId{'>'} new_members <br/>Option{'<'}AccountId{'>'} prime <br/>MemberCount old_count <br/> | ||
execute | Proposal proposal <br/>Compact{'<'}u32{'>'} length_bound <br/> | |||
propose | Compact{'<'}MemberCount{'>'} threshold <br/>Proposal proposal <br/>Compact{'<'}u32{'>'} length_bound <br/> | |||
vote | ✔️ | Hash proposal <br/>Compact{'<'}ProposalIndex{'>'} index <br/>bool approve <br/> | ||
close | ✔️ | Hash proposal_hash <br/>Compact{'<'}ProposalIndex{'>'} index <br/>Compact{'<'}Weight{'>'} proposal_weight_bound <br/>Compact{'<'}u32{'>'} length_bound <br/> | ||
disapprove_proposal | ✔️ | Hash proposal_hash <br/> |
Elections
Name | Light | XL | Nesting | Arguments |
---|---|---|---|---|
vote |