Aleph Zero 18.73.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 | ✔️ | ✔️ | ✔️ | Bytes 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 allow death | ✔️ | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT dest<br/>CompactBalance amount<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/> | ||
Upgrade accounts | ✔️ | ✔️ | VecAccountId who<br/> | ||
Force set balance | ✔️ | ✔️ | AccountIdLookupOfT who<br/>CompactBalance new_free<br/> |
Staking
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Bond | ✔️ | ✔️ | ✔️ | ✔️ | 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 | ✔️ | ✔️ | ✔️ | ✔️ | |
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 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/>Bytes data<br/> | |
Instantiate with code old weight | ✔️ | ✔️ | ✔️ | CompactBalance amount<br/>Compactu64 gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>Bytes code<br/>Bytes data<br/>Bytes salt<br/> | |
Instantiate old weight | ✔️ | ✔️ | ✔️ | CompactBalance amount<br/>Compactu64 gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>CodeHash code_hash<br/>Bytes data<br/>Bytes salt<br/> | |
Upload code | ✔️ | ✔️ | ✔️ | Bytes 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/>Bytes data<br/> | |
Instantiate with code | ✔️ | ✔️ | ✔️ | CompactBalance amount<br/>Weight gas_limit<br/>OptionCompactBalanceOf storage_deposit_limit<br/>Bytes code<br/>Bytes data<br/>Bytes 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/> | |
Migrate | ✔️ | ✔️ | ✔️ | Weight weight_limit<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 bouncer<br/> | |
Create with pool id | ✔️ | ✔️ | CompactBalance amount<br/>AccountIdLookupOfT root<br/>AccountIdLookupOfT nominator<br/>AccountIdLookupOfT bouncer<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/>ConfigOpPerbill global_max_commission<br/> | ||
Update roles | ✔️ | ✔️ | ✔️ | PoolId pool_id<br/>ConfigOpAccountId new_root<br/>ConfigOpAccountId new_nominator<br/>ConfigOpAccountId new_bouncer<br/> | |
Chill | ✔️ | ✔️ | ✔️ | PoolId pool_id<br/> | |
Bond extra other | ✔️ | ✔️ | AccountIdLookupOfT member<br/>BondExtraBalanceOfT extra<br/> | ||
Set claim permission | ✔️ | ✔️ | ✔️ | ClaimPermission permission<br/> | |
Claim payout other | ✔️ | ✔️ | ✔️ | AccountId other<br/> | |
Set commission | ✔️ | ✔️ | ✔️ | PoolId pool_id<br/>OptionTuplePerbillAccountId new_commission<br/> | |
Set commission max | ✔️ | ✔️ | ✔️ | PoolId pool_id<br/>Perbill max_commission<br/> | |
Set commission change rate | ✔️ | ✔️ | ✔️ | PoolId pool_id<br/>CommissionChangeRateBlockNumber change_rate<br/> | |
Claim commission | ✔️ | ✔️ | ✔️ | 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 |
CommitteeManagement
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
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 lenient threshold | u8 threshold_percent<br/> |
Proxy
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Proxy | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT real<br/>OptionProxyType force_proxy_type<br/>Call call<br/> | |
Add proxy | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT delegate<br/>ProxyType proxy_type<br/>BlockNumber delay<br/> | |
Remove proxy | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT delegate<br/>ProxyType proxy_type<br/>BlockNumber delay<br/> | |
Remove proxies | ✔️ | ✔️ | |||
Create pure | ✔️ | ✔️ | ✔️ | ProxyType proxy_type<br/>BlockNumber delay<br/>u16 index<br/> | |
Kill pure | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT spawner<br/>ProxyType proxy_type<br/>u16 index<br/>Compactu32 height<br/>Compactu32 ext_index<br/> | |
Announce | ✔️ | ✔️ | AccountIdLookupOfT real<br/>CallHashOf call_hash<br/> | ||
Remove announcement | ✔️ | ✔️ | AccountIdLookupOfT real<br/>CallHashOf call_hash<br/> | ||
Reject announcement | ✔️ | ✔️ | AccountIdLookupOfT delegate<br/>CallHashOf call_hash<br/> | ||
Proxy announced | ✔️ | ✔️ | AccountIdLookupOfT delegate<br/>AccountIdLookupOfT real<br/>OptionProxyType force_proxy_type<br/>Call call<br/> |
Operations
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Fix accounts consumers underflow | AccountId who<br/> |