Aleph Zero 16.61.x
System
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Remark | ✔️ | ✔️ | ✔️ | Bytes 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 | ✔️ | ✔️ | ✔️ | Bytes remark<br/> |
Scheduler
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Schedule | BlockNumber when<br/>OptionschedulePeriodBlockNumber maybe_periodic<br/>schedulePriority priority<br/>Call call<br/> | ||||
Cancel | BlockNumber when<br/>u32 index<br/> | ||||
Schedule named | TaskName id<br/>BlockNumber when<br/>OptionschedulePeriodBlockNumber maybe_periodic<br/>schedulePriority priority<br/>Call call<br/> | ||||
Cancel named | TaskName id<br/> | ||||
Schedule after | BlockNumber after<br/>OptionschedulePeriodBlockNumber maybe_periodic<br/>schedulePriority priority<br/>Call call<br/> | ||||
Schedule named after | TaskName id<br/>BlockNumber after<br/>OptionschedulePeriodBlockNumber maybe_periodic<br/>schedulePriority priority<br/>Call call<br/> |
Timestamp
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set | Compactu64 now<br/> |
Balances
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Transfer | ✔️ | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT dest<br/>CompactBalance amount<br/> |
Set balance | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT who<br/>CompactBalance new_free<br/>CompactBalance new_reserved<br/> | |
Force transfer | ✔️ | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT source<br/>AccountIdLookupOfT dest<br/>CompactBalance amount<br/> |
Transfer keep alive | ✔️ | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT dest<br/>CompactBalance amount<br/> |
Transfer all | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT dest<br/>bool keep_alive<br/> | |
Force unreserve | ✔️ | ✔️ | AccountIdLookupOfT who<br/>Balance amount<br/> |
Staking
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Bond | ✔️ | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT controller<br/>CompactBalance amount<br/>RewardDestination payee<br/> |
Bond extra | ✔️ | ✔️ | ✔️ | ✔️ | CompactBalance amount<br/> |
Unbond | ✔️ | ✔️ | ✔️ | ✔️ | CompactBalance amount<br/> |
Withdraw Unbonded | ✔️ | ✔️ | ✔️ | ✔️ | u32 num_slashing_spans<br/> |
Validate | ✔️ | ✔️ | ✔️ | ✔️ | ValidatorPrefs prefs<br/> |
Nominate | ✔️ | ✔️ | ✔️ | ✔️ | VecAccountIdLookupOfT targets<br/> |
Chill | ✔️ | ✔️ | ✔️ | ✔️ | |
Set payee | ✔️ | ✔️ | ✔️ | ✔️ | RewardDestination payee<br/> |
Set controller | ✔️ | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT controller<br/> |
Set validator count | ✔️ | ✔️ | ✔️ | Compactu32 new_<br/> | |
Increase validator count | ✔️ | ✔️ | ✔️ | Compactu32 additional<br/> | |
Scale validator count | ✔️ | ✔️ | ✔️ | Percent factor<br/> | |
Force no eras | ✔️ | ✔️ | ✔️ | ||
Force new era | ✔️ | ✔️ | ✔️ | ||
Set invulnerables | ✔️ | ✔️ | ✔️ | VecAccountId invulnerables<br/> | |
Force unstake | ✔️ | ✔️ | ✔️ | AccountId stash<br/>u32 num_slashing_spans<br/> | |
Force new era always | ✔️ | ✔️ | ✔️ | ||
Cancel deferred slash | ✔️ | ✔️ | ✔️ | EraIndex era<br/>Vecu32 slash_indices<br/> | |
Payout stakers | ✔️ | ✔️ | ✔️ | ✔️ | AccountId validator_stash<br/>EraIndex era<br/> |
Rebond | ✔️ | ✔️ | ✔️ | ✔️ | CompactBalance amount<br/> |
Reap stash | ✔️ | ✔️ | ✔️ | AccountId stash<br/>u32 num_slashing_spans<br/> | |
Kick | ✔️ | ✔️ | ✔️ | VecAccountIdLookupOfT who<br/> | |
Set staking configs | ✔️ | ✔️ | ✔️ | ConfigOpBalanceOfT min_nominator_bond<br/>ConfigOpBalanceOfT min_validator_bond<br/>ConfigOpu32 max_nominator_count<br/>ConfigOpu32 max_validator_count<br/>ConfigOpPercent chill_threshold<br/>ConfigOpPerbill min_commission<br/> | |
Chill other | ✔️ | ✔️ | ✔️ | AccountId controller<br/> | |
Force apply min commission | ✔️ | ✔️ | ✔️ | AccountId validator_stash<br/> | |
Set min commission | ✔️ | ✔️ | ✔️ | Perbill new_<br/> |
Session
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set keys | ✔️ | ✔️ | ✔️ | Keys keys<br/>Bytes proof<br/> | |
Purge keys | ✔️ | ✔️ | ✔️ |
Aleph
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set emergency finalizer | AuthorityId emergency_finalizer<br/> | ||||
Schedule finality version change | Version version_incoming<br/>SessionIndex session<br/> |
Elections
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Change validators | OptionVecAccountId reserved_validators<br/>OptionVecAccountId non_reserved_validators<br/>OptionCommitteeSeats committee_size<br/> | ||||
Set ban config | Optionu8 minimal_expected_performance<br/>Optionu32 underperformed_session_count_threshold<br/>Optionu32 clean_session_counter_delay<br/>OptionEraIndex ban_period<br/> | ||||
Ban from committee | AccountId banned<br/>Vecu8 ban_reason<br/> | ||||
Cancel ban | AccountId banned<br/> | ||||
Set elections openness | ElectionOpenness openness<br/> |
Treasury
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Propose spend | CompactBalance amount<br/>AccountIdLookupOfT beneficiary<br/> | ||||
Reject proposal | Compactu32 proposal_id<br/> | ||||
Approve proposal | Compactu32 proposal_id<br/> | ||||
Spend | CompactBalance amount<br/>AccountIdLookupOfT beneficiary<br/> | ||||
Remove approval | Compactu32 proposal_id<br/> |
Vesting
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Vest | ✔️ | ✔️ | |||
Vest other | ✔️ | ✔️ | AccountIdLookupOfT target<br/> | ||
Vested transfer | ✔️ | ✔️ | AccountIdLookupOfT target<br/>VestingInfo schedule<br/> | ||
Force vested transfer | ✔️ | ✔️ | AccountIdLookupOfT source<br/>AccountIdLookupOfT target<br/>VestingInfo schedule<br/> | ||
Merge schedules | ✔️ | ✔️ | u32 schedule1_index<br/>u32 schedule2_index<br/> |
Utility
Name | Nano S | Nano S XL | Nano SP/X - Stax | 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/> | ||||
Force batch | ✔️ | ✔️ | ✔️ | VecCall calls<br/> | |
With weight | ✔️ | ✔️ | Call call<br/>Weight weight<br/> |
Multisig
Name | Nano S | Nano S XL | Nano SP/X - Stax | 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/>Call 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/> |
Sudo
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Sudo | ✔️ | ✔️ | Call call<br/> | ||
Sudo unchecked weight | ✔️ | ✔️ | Call call<br/>Weight weight<br/> | ||
Set key | ✔️ | ✔️ | AccountIdLookupOfT new_<br/> | ||
Sudo as | ✔️ | ✔️ | AccountIdLookupOfT who<br/>Call call<br/> |
Contracts
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Call old weight | AccountIdLookupOfT dest<br/>CompactBalance amount<br/>Compactu64 gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>Vecu8 data<br/> | ||||
Instantiate with code old weight | CompactBalance amount<br/>Compactu64 gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>Vecu8 code<br/>Vecu8 data<br/>Vecu8 salt<br/> | ||||
Instantiate old weight | CompactBalance amount<br/>Compactu64 gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>CodeHash code_hash<br/>Vecu8 data<br/>Vecu8 salt<br/> | ||||
Upload code | Vecu8 code<br/>OptionCompactBalanceOf storage_deposit_limit<br/>Determinism determinism<br/> | ||||
Remove code | CodeHash code_hash<br/> | ||||
Set code | AccountIdLookupOfT dest<br/>CodeHash code_hash<br/> | ||||
Call | AccountIdLookupOfT dest<br/>CompactBalance amount<br/>Weight gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>Vecu8 data<br/> | ||||
Instantiate with code | CompactBalance amount<br/>Weight gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>Vecu8 code<br/>Vecu8 data<br/>Vecu8 salt<br/> | ||||
Instantiate | CompactBalance amount<br/>Weight gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>CodeHash code_hash<br/>Bytes data<br/>Bytes salt<br/> |
NominationPools
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Join | CompactBalance amount<br/>PoolId pool_id<br/> | ||||
Bond extra | BondExtraBalanceOfT extra<br/> | ||||
Claim payout | |||||
Unbond | AccountIdLookupOfT member_account<br/>CompactBalance unbonding_points<br/> | ||||
Pool withdraw unbonded | PoolId pool_id<br/>u32 num_slashing_spans<br/> | ||||
Withdraw Unbonded | AccountIdLookupOfT member_account<br/>u32 num_slashing_spans<br/> | ||||
Create | CompactBalance amount<br/>AccountIdLookupOfT root<br/>AccountIdLookupOfT nominator<br/>AccountIdLookupOfT state_toggler<br/> | ||||
Create with pool id | CompactBalance amount<br/>AccountIdLookupOfT root<br/>AccountIdLookupOfT nominator<br/>AccountIdLookupOfT state_toggler<br/>PoolId pool_id<br/> | ||||
Nominate | PoolId pool_id<br/>VecAccountId validators<br/> | ||||
Set state | PoolId pool_id<br/>PoolState state<br/> | ||||
Set metadata | PoolId pool_id<br/>Vecu8 metadata<br/> | ||||
Set configs | ConfigOpBalanceOfT min_join_bond<br/>ConfigOpBalanceOfT min_create_bond<br/>ConfigOpu32 max_pools<br/>ConfigOpu32 max_members<br/>ConfigOpu32 max_members_per_pool<br/> | ||||
Update roles | PoolId pool_id<br/>ConfigOpAccountId new_root<br/>ConfigOpAccountId new_nominator<br/>ConfigOpAccountId new_state_toggler<br/> | ||||
Chill | PoolId pool_id<br/> |
Identity
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Add registrar | AccountIdLookupOfT account<br/> | ||||
Set identity | IdentityInfo info<br/> | ||||
Set subs | VecTupleAccountIdData subs<br/> | ||||
Clear identity | |||||
Request judgement | Compactu32 reg_index<br/>Compactu128 max_fee<br/> | ||||
Cancel request | RegistrarIndex reg_index<br/> | ||||
Set fee | Compactu32 index<br/>Compactu128 fee<br/> | ||||
Set account id | Compactu32 index<br/>AccountIdLookupOfT new_<br/> | ||||
Set fields | Compactu32 index<br/>IdentityFields fields<br/> | ||||
Provide judgement | Compactu32 reg_index<br/>AccountIdLookupOfT target<br/>JudgementBalanceOfT judgement<br/>Hash identity<br/> | ||||
Kill identity | AccountIdLookupOfT target<br/> | ||||
Add sub | AccountIdLookupOfT sub<br/>Data data<br/> | ||||
Rename sub | AccountIdLookupOfT sub<br/>Data data<br/> | ||||
Remove sub | AccountIdLookupOfT sub<br/> | ||||
Quit sub |