Kusama 26.1002005.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/> | |
Authorize upgrade | ✔️ | ✔️ | Hash code_hash<br/> | ||
Authorize upgrade without checks | ✔️ | ✔️ | Hash code_hash<br/> | ||
Apply authorized upgrade | ✔️ | ✔️ | Vecu8 code<br/> |
Babe
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Report equivocation | BoxEquivocationProofHeader equivocation_proof<br/>KeyOwnerProof key_owner_proof<br/> | ||||
Report equivocation unsigned | BoxEquivocationProofHeader equivocation_proof<br/>KeyOwnerProof key_owner_proof<br/> | ||||
Plan config change | NextConfigDescriptor config<br/> |
Timestamp
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set | Compactu64 now<br/> |
Indices
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Claim | AccountIndex index<br/> | ||||
Transfer | AccountIdLookupOfT new_<br/>AccountIndex index<br/> | ||||
Free | AccountIndex index<br/> | ||||
Force transfer | AccountIdLookupOfT new_<br/>AccountIndex index<br/>bool freeze<br/> | ||||
Freeze | AccountIndex index<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/> | ||
Force adjust total issuance | AdjustmentDirection direction<br/>CompactBalance delta<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 stash<br/> | ||
Force apply min commission | ✔️ | ✔️ | AccountId validator_stash<br/> | ||
Set min commission | ✔️ | ✔️ | Perbill new_<br/> | ||
Payout stakers by page | ✔️ | ✔️ | AccountId validator_stash<br/>EraIndex era<br/>Page page<br/> | ||
Update payee | ✔️ | ✔️ | AccountId controller<br/> | ||
Deprecate controller batch | BoundedVecAccountIdMaxControllersInDeprecationBatch controllers<br/> | ||||
Restore ledger | AccountId stash<br/>OptionAccountId maybe_controller<br/>OptionBalance maybe_total<br/>OptionBoundedVecUnlockChunkBalanceOfTMaxUnlockingChunks maybe_unlocking<br/> |
Session
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set keys | ✔️ | ✔️ | ✔️ | ✔️ | Keys keys<br/>Bytes proof<br/> |
Purge keys | ✔️ | ✔️ | ✔️ | ✔️ |
Grandpa
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Report equivocation | BoxEquivocationProofHashBlockNumber equivocation_proof<br/>KeyOwnerProof key_owner_proof<br/> | ||||
Report equivocation unsigned | BoxEquivocationProofHashBlockNumber equivocation_proof<br/>KeyOwnerProof key_owner_proof<br/> | ||||
Note stalled | BlockNumber delay<br/>BlockNumber best_finalized_block_number<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 local | ✔️ | ✔️ | CompactBalance amount<br/>AccountIdLookupOfT beneficiary<br/> | ||
Remove approval | ✔️ | ✔️ | Compactu32 proposal_id<br/> | ||
Spend | BoxAssetKind asset_kind<br/>CompactBalance amount<br/>BoxBeneficiaryLookupOf beneficiary<br/>OptionBlockNumber valid_from<br/> | ||||
Payout | ✔️ | ✔️ | SpendIndex index<br/> | ||
Check status | ✔️ | ✔️ | SpendIndex index<br/> | ||
Void spend | ✔️ | ✔️ | SpendIndex index<br/> |
ConvictionVoting
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Vote | ✔️ | ✔️ | ✔️ | Compactu32 poll_index<br/>AccountVote vote<br/> | |
Delegate | ✔️ | ✔️ | ✔️ | ClassOf class_<br/>AccountIdLookupOfT to<br/>Conviction conviction<br/>BalanceOf balance<br/> | |
Undelegate | ✔️ | ✔️ | ✔️ | ClassOf class_<br/> | |
Unlock | ✔️ | ✔️ | ✔️ | ClassOf class_<br/>AccountIdLookupOfT target<br/> | |
Remove vote | ✔️ | ✔️ | ✔️ | OptionClassOf class_<br/>PollIndexOf index<br/> | |
Remove other vote | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT target<br/>ClassOf class_<br/>PollIndexOf index<br/> |
Referenda
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Submit | ✔️ | ✔️ | BoxPalletsOrigin proposal_origin<br/>BoundedCallOfT proposal<br/>DispatchTimeBlockNumber enactment_moment<br/> | ||
Place decision deposit | ✔️ | ✔️ | ReferendumIndex index<br/> | ||
Refund decision deposit | ✔️ | ✔️ | ReferendumIndex index<br/> | ||
Cancel | ✔️ | ✔️ | ReferendumIndex index<br/> | ||
Kill | ✔️ | ✔️ | ReferendumIndex index<br/> | ||
Nudge referendum | ✔️ | ✔️ | ReferendumIndex index<br/> | ||
One fewer deciding | ✔️ | ✔️ | TrackIdOf track<br/> | ||
Refund submission deposit | ✔️ | ✔️ | ReferendumIndex index<br/> | ||
Set metadata | ✔️ | ✔️ | ReferendumIndex index<br/>OptionHash maybe_hash<br/> |
FellowshipCollective
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Add member | AccountIdLookupOfT who<br/> | ||||
Promote member | AccountIdLookupOfT who<br/> | ||||
Demote member | AccountIdLookupOfT who<br/> | ||||
Remove member | AccountIdLookupOfT who<br/>Rank min_rank<br/> | ||||
Vote | PollIndexOf poll<br/>bool aye<br/> | ||||
Cleanup poll | PollIndexOf poll_index<br/>u32 max<br/> | ||||
Exchange member | AccountIdLookupOfT who<br/>AccountIdLookupOfT new_who<br/> |
FellowshipReferenda
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Submit | BoxPalletsOrigin proposal_origin<br/>BoundedCallOfT proposal<br/>DispatchTimeBlockNumber enactment_moment<br/> | ||||
Place decision deposit | ReferendumIndex index<br/> | ||||
Refund decision deposit | ReferendumIndex index<br/> | ||||
Cancel | ReferendumIndex index<br/> | ||||
Kill | ReferendumIndex index<br/> | ||||
Nudge referendum | ReferendumIndex index<br/> | ||||
One fewer deciding | TrackIdOf track<br/> | ||||
Refund submission deposit | ReferendumIndex index<br/> | ||||
Set metadata | ReferendumIndex index<br/>OptionHash maybe_hash<br/> |
Whitelist
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Whitelist call | Hash call_hash<br/> | ||||
Remove whitelisted call | Hash call_hash<br/> | ||||
Dispatch whitelisted call | Hash call_hash<br/>u32 call_encoded_len<br/>Weight call_weight_witness<br/> | ||||
Dispatch whitelisted call with preimage | Call call<br/> |
Claims
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Claim | AccountId dest<br/>EcdsaSignature ethereum_signature<br/> | ||||
Mint claim | EthereumAddress who<br/>Balance amount<br/>OptionTupleBalanceOfTBalanceOfTBlockNumber vesting_schedule<br/>OptionStatementKind statement<br/> | ||||
Claim attest | AccountId dest<br/>EcdsaSignature ethereum_signature<br/>Bytes statement<br/> | ||||
Attest | Bytes statement<br/> | ||||
Move claim | EthereumAddress old<br/>EthereumAddress new_<br/>OptionAccountId maybe_preclaim<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/> |
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/>IdentityInformationasIdentityInformationProviderFieldsIdentifier 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 | ✔️ | ✔️ | |||
Add username authority | ✔️ | ✔️ | AccountIdLookupOfT authority<br/>Vecu8 suffix<br/>u32 allocation<br/> | ||
Remove username authority | ✔️ | ✔️ | AccountIdLookupOfT authority<br/> | ||
Set username for | AccountIdLookupOfT who<br/>Vecu8 username<br/>OptionOffchainSignature signature<br/> | ||||
Accept username | UsernameT username<br/> | ||||
Remove expired approval | UsernameT username<br/> | ||||
Set primary username | UsernameT username<br/> | ||||
Remove dangling username | UsernameT username<br/> |
Society
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Bid | BalanceOf amount<br/> | ||||
Unbid | |||||
Vouch | AccountIdLookupOfT who<br/>BalanceOf amount<br/>BalanceOf tip<br/> | ||||
Unvouch | |||||
Vote | AccountIdLookupOfT candidate<br/>bool approve<br/> | ||||
Defender vote | bool approve<br/> | ||||
Payout | |||||
Waive repay | BalanceOf amount<br/> | ||||
Found society | AccountIdLookupOfT founder<br/>u32 max_members<br/>u32 max_intake<br/>u32 max_strikes<br/>BalanceOf candidate_deposit<br/>Vecu8 rules<br/> | ||||
Dissolve | |||||
Judge suspended member | AccountIdLookupOfT who<br/>bool forgive<br/> | ||||
Set parameters | u32 max_members<br/>u32 max_intake<br/>u32 max_strikes<br/>BalanceOf candidate_deposit<br/> | ||||
Punish skeptic | |||||
Claim membership | |||||
Bestow membership | AccountId candidate<br/> | ||||
Kick candidate | AccountId candidate<br/> | ||||
Resign candidacy | |||||
Drop candidate | AccountId candidate<br/> | ||||
Cleanup candidacy | AccountId candidate<br/>u32 max<br/> | ||||
Cleanup challenge | RoundIndex challenge_round<br/>u32 max<br/> |
Recovery
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
As recovered | AccountIdLookupOfT account<br/>Call call<br/> | ||||
Set recovered | AccountIdLookupOfT lost<br/>AccountIdLookupOfT rescuer<br/> | ||||
Create recovery | VecAccountId friends<br/>u16 threshold<br/>BlockNumber delay_period<br/> | ||||
Initiate recovery | AccountIdLookupOfT account<br/> | ||||
Vouch recovery | AccountIdLookupOfT lost<br/>AccountIdLookupOfT rescuer<br/> | ||||
Claim recovery | AccountIdLookupOfT account<br/> | ||||
Close recovery | AccountIdLookupOfT rescuer<br/> | ||||
Remove recovery | |||||
Cancel recovered | AccountIdLookupOfT account<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/> | ||||
Force remove vesting schedule | LookupasStaticLookupSource target<br/>u32 schedule_index<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/> |
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/> |
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/> |
Preimage
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Note preimage | Vecu8 bytes<br/> | ||||
Unnote preimage | Hash hash<br/> | ||||
Request preimage | Hash hash<br/> | ||||
Unrequest preimage | Hash hash<br/> | ||||
Ensure updated | VecHash hashes<br/> |
Bounties
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Propose bounty | ✔️ | ✔️ | CompactBalance amount<br/>Bytes description<br/> | ||
Approve bounty | ✔️ | ✔️ | Compactu32 bounty_id<br/> | ||
Propose curator | ✔️ | ✔️ | Compactu32 bounty_id<br/>AccountIdLookupOfT curator<br/>CompactBalance fee<br/> | ||
Unassign curator | ✔️ | ✔️ | Compactu32 bounty_id<br/> | ||
Accept curator | ✔️ | ✔️ | Compactu32 bounty_id<br/> | ||
Award bounty | ✔️ | ✔️ | Compactu32 bounty_id<br/>AccountIdLookupOfT beneficiary<br/> | ||
Claim bounty | ✔️ | ✔️ | Compactu32 bounty_id<br/> | ||
Close bounty | ✔️ | ✔️ | Compactu32 bounty_id<br/> | ||
Extend bounty expiry | ✔️ | ✔️ | Compactu32 bounty_id<br/>Bytes remark<br/> |
ChildBounties
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Add child bounty | ✔️ | ✔️ | Compactu32 parent_bounty_id<br/>CompactBalance amount<br/>Vecu8 description<br/> | ||
Propose curator | ✔️ | ✔️ | Compactu32 parent_bounty_id<br/>Compactu32 child_bounty_id<br/>AccountIdLookupOfT curator<br/>CompactBalance fee<br/> | ||
Accept curator | ✔️ | ✔️ | Compactu32 parent_bounty_id<br/>Compactu32 child_bounty_id<br/> | ||
Unassign curator | ✔️ | ✔️ | Compactu32 parent_bounty_id<br/>Compactu32 child_bounty_id<br/> | ||
Award child bounty | ✔️ | ✔️ | Compactu32 parent_bounty_id<br/>Compactu32 child_bounty_id<br/>AccountIdLookupOfT beneficiary<br/> | ||
Claim child bounty | ✔️ | ✔️ | Compactu32 parent_bounty_id<br/>Compactu32 child_bounty_id<br/> | ||
Close child bounty | ✔️ | ✔️ | Compactu32 parent_bounty_id<br/>Compactu32 child_bounty_id<br/> |
ElectionProviderMultiPhase
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Submit unsigned | BoxRawSolutionSolutionOfMinerConfig raw_solution<br/>SolutionOrSnapshotSize witness<br/> | ||||
Set minimum untrusted score | OptionElectionScore maybe_next_score<br/> | ||||
Set emergency election result | SupportsAccountId supports<br/> | ||||
Submit | BoxRawSolutionSolutionOfMinerConfig raw_solution<br/> | ||||
Governance fallback | Optionu32 maybe_max_voters<br/>Optionu32 maybe_max_targets<br/> |
Nis
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Place bid | Compactu128 amount<br/>u32 duration<br/> | ||||
Retract bid | Compactu128 amount<br/>u32 duration<br/> | ||||
Fund deficit | |||||
Thaw private | Compactu32 index<br/>OptionPerquintill maybe_proportion<br/> | ||||
Thaw communal | Compactu32 index<br/> | ||||
Communify | Compactu32 index<br/> | ||||
Privatize | Compactu32 index<br/> |
NisCounterpartBalances
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Transfer allow death | AccountIdLookupOfT dest<br/>Compactu128 amount<br/> | ||||
Force transfer | AccountIdLookupOfT source<br/>AccountIdLookupOfT dest<br/>Compactu128 amount<br/> | ||||
Transfer keep alive | AccountIdLookupOfT dest<br/>Compactu128 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/>Compactu128 new_free<br/> | ||||
Force adjust total issuance | AdjustmentDirection direction<br/>Compactu128 delta<br/> |
VoterList
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Rebag | AccountIdLookupOfT dislocated<br/> | ||||
Put in front of | AccountIdLookupOfT lighter<br/> | ||||
Put in front of other | AccountIdLookupOfT heavier<br/>AccountIdLookupOfT lighter<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/> | ||||
Adjust pool deposit | PoolId pool_id<br/> | ||||
Set commission claim permission | PoolId pool_id<br/>OptionCommissionClaimPermissionAccountId permission<br/> |
FastUnstake
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Register fast unstake | ✔️ | ✔️ | ✔️ | ||
Deregister | ✔️ | ✔️ | ✔️ | ||
Control | ✔️ | ✔️ | EraIndex eras_to_check<br/> |
Configuration
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set validation upgrade cooldown | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set validation upgrade delay | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set code retention period | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set max code size | ✔️ | ✔️ | u32 new_<br/> | ||
Set max pov size | ✔️ | ✔️ | u32 new_<br/> | ||
Set max head data size | ✔️ | ✔️ | u32 new_<br/> | ||
Set coretime cores | ✔️ | ✔️ | u32 new_<br/> | ||
Set on demand retries | ✔️ | ✔️ | u32 new_<br/> | ||
Set group rotation frequency | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set paras availability period | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set scheduling lookahead | ✔️ | ✔️ | u32 new_<br/> | ||
Set max validators per core | ✔️ | ✔️ | Optionu32 new_<br/> | ||
Set max validators | ✔️ | ✔️ | Optionu32 new_<br/> | ||
Set dispute period | ✔️ | ✔️ | SessionIndex new_<br/> | ||
Set dispute post conclusion acceptance period | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set no show slots | ✔️ | ✔️ | u32 new_<br/> | ||
Set n delay tranches | ✔️ | ✔️ | u32 new_<br/> | ||
Set zeroth delay tranche width | ✔️ | ✔️ | u32 new_<br/> | ||
Set needed approvals | ✔️ | ✔️ | u32 new_<br/> | ||
Set relay vrf modulo samples | ✔️ | ✔️ | u32 new_<br/> | ||
Set max upward queue count | ✔️ | ✔️ | u32 new_<br/> | ||
Set max upward queue size | ✔️ | ✔️ | u32 new_<br/> | ||
Set max downward message size | ✔️ | ✔️ | u32 new_<br/> | ||
Set max upward message size | ✔️ | ✔️ | u32 new_<br/> | ||
Set max upward message num per candidate | ✔️ | ✔️ | u32 new_<br/> | ||
Set hrmp open request ttl | ✔️ | ✔️ | u32 new_<br/> | ||
Set hrmp sender deposit | ✔️ | ✔️ | Balance new_<br/> | ||
Set hrmp recipient deposit | ✔️ | ✔️ | Balance new_<br/> | ||
Set hrmp channel max capacity | ✔️ | ✔️ | u32 new_<br/> | ||
Set hrmp channel max total size | ✔️ | ✔️ | u32 new_<br/> | ||
Set hrmp max parachain inbound channels | ✔️ | ✔️ | u32 new_<br/> | ||
Set hrmp channel max message size | ✔️ | ✔️ | u32 new_<br/> | ||
Set hrmp max parachain outbound channels | ✔️ | ✔️ | u32 new_<br/> | ||
Set hrmp max message num per candidate | ✔️ | ✔️ | u32 new_<br/> | ||
Set pvf voting ttl | ✔️ | ✔️ | SessionIndex new_<br/> | ||
Set minimum validation upgrade delay | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set bypass consistency check | ✔️ | ✔️ | bool new_<br/> | ||
Set async backing params | AsyncBackingParams new_<br/> | ||||
Set executor params | ExecutorParams new_<br/> | ||||
Set on demand base fee | ✔️ | ✔️ | Balance new_<br/> | ||
Set on demand fee variability | ✔️ | ✔️ | Perbill new_<br/> | ||
Set on demand queue max size | ✔️ | ✔️ | u32 new_<br/> | ||
Set on demand target queue utilization | ✔️ | ✔️ | Perbill new_<br/> | ||
Set on demand ttl | ✔️ | ✔️ | BlockNumber new_<br/> | ||
Set minimum backing votes | ✔️ | ✔️ | u32 new_<br/> | ||
Set node feature | ✔️ | ✔️ | u8 index<br/>bool value<br/> | ||
Set approval voting params | ApprovalVotingParams new_<br/> |
ParasShared
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|
ParaInclusion
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|
ParaInherent
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Enter | ParachainsInherentDataHeader data<br/> |
Paras
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Force set current code | ParaId para<br/>ValidationCode new_code<br/> | ||||
Force set current head | ParaId para<br/>HeadData new_head<br/> | ||||
Force schedule code upgrade | ParaId para<br/>ValidationCode new_code<br/>BlockNumber relay_parent_number<br/> | ||||
Force note new head | ParaId para<br/>HeadData new_head<br/> | ||||
Force queue action | ParaId para<br/> | ||||
Add trusted validation code | ValidationCode validation_code<br/> | ||||
Poke unused validation code | ValidationCodeHash validation_code_hash<br/> | ||||
Include pvf check statement | PvfCheckStatement stmt<br/>ValidatorSignature signature<br/> | ||||
Force set most recent context | ParaId para<br/>BlockNumber context<br/> |
Initializer
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Force approve | BlockNumber up_to<br/> |
Hrmp
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Hrmp init open channel | ParaId recipient<br/>u32 proposed_max_capacity<br/>u32 proposed_max_message_size<br/> | ||||
Hrmp accept open channel | ParaId sender<br/> | ||||
Hrmp close channel | HrmpChannelId channel_id<br/> | ||||
Force clean hrmp | ParaId para<br/>u32 num_inbound<br/>u32 num_outbound<br/> | ||||
Force process hrmp open | u32 channels<br/> | ||||
Force process hrmp close | u32 channels<br/> | ||||
Hrmp cancel open request | HrmpChannelId channel_id<br/>u32 open_requests<br/> | ||||
Force open hrmp channel | ParaId sender<br/>ParaId recipient<br/>u32 max_capacity<br/>u32 max_message_size<br/> | ||||
Establish system channel | ParaId sender<br/>ParaId recipient<br/> | ||||
Poke channel deposits | ParaId sender<br/>ParaId recipient<br/> | ||||
Establish channel with system | ParaId target_system_chain<br/> |
ParasDisputes
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Force unfreeze |
ParasSlashing
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Report dispute lost unsigned | BoxDisputeProof dispute_proof<br/>KeyOwnerProof key_owner_proof<br/> |
OnDemandAssignmentProvider
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Place order allow death | Balance max_amount<br/>ParaId para_id<br/> | ||||
Place order keep alive | Balance max_amount<br/>ParaId para_id<br/> |
Registrar
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Register | ParaId id<br/>HeadData genesis_head<br/>ValidationCode validation_code<br/> | ||||
Force register | AccountId who<br/>Balance deposit<br/>ParaId id<br/>HeadData genesis_head<br/>ValidationCode validation_code<br/> | ||||
Deregister | ParaId id<br/> | ||||
Swap | ParaId id<br/>ParaId other<br/> | ||||
Remove lock | ParaId para<br/> | ||||
Reserve | |||||
Add lock | ParaId para<br/> | ||||
Schedule code upgrade | ParaId para<br/>ValidationCode new_code<br/> | ||||
Set current head | ParaId para<br/>HeadData new_head<br/> |
Slots
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Force lease | ParaId para<br/>AccountId leaser<br/>Balance amount<br/>LeasePeriodOfT period_begin<br/>LeasePeriodOfT period_count<br/> | ||||
Clear all leases | ParaId para<br/> | ||||
Trigger onboard | ParaId para<br/> |
Auctions
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
New auction | Compactu32 duration<br/>Compactu32 lease_period_index<br/> | ||||
Bid | Compactu32 para<br/>Compactu32 auction_index<br/>Compactu32 first_slot<br/>Compactu32 last_slot<br/>CompactBalance amount<br/> | ||||
Cancel auction |
Crowdloan
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Create | Compactu32 index<br/>Compactu128 cap<br/>Compactu32 first_period<br/>Compactu32 last_period<br/>Compactu32 end<br/>OptionMultiSigner verifier<br/> | ||||
Contribute | Compactu32 index<br/>Compactu128 amount<br/>OptionMultiSignature signature<br/> | ||||
Withdraw | AccountId who<br/>Compactu32 index<br/> | ||||
Refund | Compactu32 index<br/> | ||||
Dissolve | Compactu32 index<br/> | ||||
Edit | Compactu32 index<br/>Compactu128 cap<br/>Compactu32 first_period<br/>Compactu32 last_period<br/>Compactu32 end<br/>OptionMultiSigner verifier<br/> | ||||
Add memo | ParaId index<br/>Vecu8 memo<br/> | ||||
Poke | ParaId index<br/> | ||||
Contribute all | Compactu32 index<br/>OptionMultiSignature signature<br/> |
Coretime
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Request core count | u16 count<br/> | ||||
Assign core | BrokerCoreIndex core<br/>BlockNumber begin<br/>VecTupleCoreAssignmentPartsOf57600 assignment<br/>OptionBlockNumber end_hint<br/> |
XcmPallet
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Send | BoxVersionedLocation dest<br/>BoxVersionedXcmTuple message<br/> | ||||
Teleport assets | BoxVersionedLocation dest<br/>BoxVersionedLocation beneficiary<br/>BoxVersionedAssets assets<br/>u32 fee_asset_item<br/> | ||||
Reserve transfer assets | BoxVersionedLocation dest<br/>BoxVersionedLocation beneficiary<br/>BoxVersionedAssets assets<br/>u32 fee_asset_item<br/> | ||||
Execute | BoxVersionedXcmTasConfigRuntimeCall message<br/>Weight max_weight<br/> | ||||
Force xcm version | BoxLocation location<br/>XcmVersion version<br/> | ||||
Force default xcm version | OptionXcmVersion maybe_xcm_version<br/> | ||||
Force subscribe version notify | BoxVersionedLocation location<br/> | ||||
Force unsubscribe version notify | BoxVersionedLocation location<br/> | ||||
Limited reserve transfer assets | BoxVersionedLocation dest<br/>BoxVersionedLocation beneficiary<br/>BoxVersionedAssets assets<br/>u32 fee_asset_item<br/>WeightLimit weight_limit<br/> | ||||
Limited teleport assets | BoxVersionedLocation dest<br/>BoxVersionedLocation beneficiary<br/>BoxVersionedAssets assets<br/>u32 fee_asset_item<br/>WeightLimit weight_limit<br/> | ||||
Force suspension | bool suspended<br/> | ||||
Transfer assets | BoxVersionedLocation dest<br/>BoxVersionedLocation beneficiary<br/>BoxVersionedAssets assets<br/>u32 fee_asset_item<br/>WeightLimit weight_limit<br/> | ||||
Claim assets | BoxVersionedAssets assets<br/>BoxVersionedLocation beneficiary<br/> | ||||
Transfer assets using type and then | BoxVersionedLocation dest<br/>BoxVersionedAssets assets<br/>BoxTransferType assets_transfer_type<br/>BoxVersionedAssetId remote_fees_id<br/>BoxTransferType fees_transfer_type<br/>BoxVersionedXcmTuple custom_xcm_on_dest<br/>WeightLimit weight_limit<br/> |
MessageQueue
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Reap page | MessageOriginOfT message_origin<br/>PageIndex page_index<br/> | ||||
Execute overweight | MessageOriginOfT message_origin<br/>PageIndex page<br/>Size index<br/>Weight weight_limit<br/> |
AssetRate
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Create | BoxAssetKind asset_kind<br/>FixedU128 rate<br/> | ||||
Update | BoxAssetKind asset_kind<br/>FixedU128 rate<br/> | ||||
Remove | BoxAssetKind asset_kind<br/> |
Beefy
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Report equivocation | BoxEquivocationProofBlockNumberForTBeefyIdBeefyIdasRuntimeAppPublicSignature equivocation_proof<br/>KeyOwnerProof key_owner_proof<br/> | ||||
Report equivocation unsigned | BoxEquivocationProofBlockNumberForTBeefyIdBeefyIdasRuntimeAppPublicSignature equivocation_proof<br/>KeyOwnerProof key_owner_proof<br/> | ||||
Set new genesis | BlockNumber delay_in_blocks<br/> |
IdentityMigrator
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Reap identity | AccountId who<br/> | ||||
Poke deposit | AccountId who<br/> |