Ledger Kusama App
Please visit our website at zondax.ch
Notice :warning::warning:
The new Polkadot Ledger application aims to handle all substrate-based chains without being affected by runtime upgrades,
providing a single application for the complete ecosystem without compromising security.
As the new app is now available, this repository has been archived.
For more references, you can visit:
This project contains the Kusama app (https://kusama.network/) for Ledger Nano S and X.
- Ledger Nano S/X BOLOS app
- Specs / Documentation
- C++ unit tests
- Zemu tests
For more information: How to build
ATTENTION
Please:
- Do not use in production
- Do not use a Ledger device with funds for development purposes.
- Have a separate and marked device that is used ONLY for development and testing
Kusama 26.1002005.x
System
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Remark |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
Bytes remark
|
Set heap pages |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
u64 pages
|
Set code |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
Bytes code
|
Set code without checks |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
Vecu8 code
|
Set storage |
|
|
|
|
VecKeyValue items
|
Kill storage |
|
|
|
|
VecKey keys
|
Kill prefix |
|
|
|
|
Key prefix
u32 subkeys
|
Remark with event |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
Bytes remark
|
Authorize upgrade |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Hash code_hash
|
Authorize upgrade without checks |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Hash code_hash
|
Apply authorized upgrade |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Vecu8 code
|
Babe
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Report equivocation |
|
|
|
|
BoxEquivocationProofHeader equivocation_proof
KeyOwnerProof key_owner_proof
|
Report equivocation unsigned |
|
|
|
|
BoxEquivocationProofHeader equivocation_proof
KeyOwnerProof key_owner_proof
|
Plan config change |
|
|
|
|
NextConfigDescriptor config
|
Timestamp
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Set |
|
|
|
|
Compactu64 now
|
Indices
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Claim |
|
|
|
|
AccountIndex index
|
Transfer |
|
|
|
|
AccountIdLookupOfT new_
AccountIndex index
|
Free |
|
|
|
|
AccountIndex index
|
Force transfer |
|
|
|
|
AccountIdLookupOfT new_
AccountIndex index
bool freeze
|
Freeze |
|
|
|
|
AccountIndex index
|
Balances
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Transfer allow death |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT dest
CompactBalance amount
|
Force transfer |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT source
AccountIdLookupOfT dest
CompactBalance amount
|
Transfer keep alive |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT dest
CompactBalance amount
|
Transfer all |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT dest
bool keep_alive
|
Force unreserve |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT who
Balance amount
|
Upgrade accounts |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
VecAccountId who
|
Force set balance |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT who
CompactBalance new_free
|
Force adjust total issuance |
|
|
|
|
AdjustmentDirection direction
CompactBalance delta
|
Staking
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Bond |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
CompactBalance amount
RewardDestination payee
|
Bond extra |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
CompactBalance amount
|
Unbond |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
CompactBalance amount
|
Withdraw Unbonded |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
u32 num_slashing_spans
|
Validate |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
ValidatorPrefs prefs
|
Nominate |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
VecAccountIdLookupOfT targets
|
Chill |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
Set payee |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
RewardDestination payee
|
Set controller |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
Set validator count |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 new_
|
Increase validator count |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 additional
|
Scale validator count |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Percent factor
|
Force no eras |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
|
Force new era |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
|
Set invulnerables |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
VecAccountId invulnerables
|
Force unstake |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountId stash
u32 num_slashing_spans
|
Force new era always |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
|
Cancel deferred slash |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
EraIndex era
Vecu32 slash_indices
|
Payout stakers |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountId validator_stash
EraIndex era
|
Rebond |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
CompactBalance amount
|
Reap stash |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountId stash
u32 num_slashing_spans
|
Kick |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
VecAccountIdLookupOfT who
|
Set staking configs |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ConfigOpBalanceOfT min_nominator_bond
ConfigOpBalanceOfT min_validator_bond
ConfigOpu32 max_nominator_count
ConfigOpu32 max_validator_count
ConfigOpPercent chill_threshold
ConfigOpPerbill min_commission
|
Chill other |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountId stash
|
Force apply min commission |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountId validator_stash
|
Set min commission |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Perbill new_
|
Payout stakers by page |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountId validator_stash
EraIndex era
Page page
|
Update payee |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountId controller
|
Deprecate controller batch |
|
|
|
|
BoundedVecAccountIdMaxControllersInDeprecationBatch controllers
|
Restore ledger |
|
|
|
|
AccountId stash
OptionAccountId maybe_controller
OptionBalance maybe_total
OptionBoundedVecUnlockChunkBalanceOfTMaxUnlockingChunks maybe_unlocking
|
Session
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Set keys |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
Keys keys
Bytes proof
|
Purge keys |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
Grandpa
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Report equivocation |
|
|
|
|
BoxEquivocationProofHashBlockNumber equivocation_proof
KeyOwnerProof key_owner_proof
|
Report equivocation unsigned |
|
|
|
|
BoxEquivocationProofHashBlockNumber equivocation_proof
KeyOwnerProof key_owner_proof
|
Note stalled |
|
|
|
|
BlockNumber delay
BlockNumber best_finalized_block_number
|
Treasury
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Propose spend |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
CompactBalance amount
AccountIdLookupOfT beneficiary
|
Reject proposal |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 proposal_id
|
Approve proposal |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 proposal_id
|
Spend local |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
CompactBalance amount
AccountIdLookupOfT beneficiary
|
Remove approval |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 proposal_id
|
Spend |
|
|
|
|
BoxAssetKind asset_kind
CompactBalance amount
BoxBeneficiaryLookupOf beneficiary
OptionBlockNumber valid_from
|
Payout |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
SpendIndex index
|
Check status |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
SpendIndex index
|
Void spend |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
SpendIndex index
|
ConvictionVoting
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Vote |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
Compactu32 poll_index
AccountVote vote
|
Delegate |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
ClassOf class_
AccountIdLookupOfT to
Conviction conviction
BalanceOf balance
|
Undelegate |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
ClassOf class_
|
Unlock |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
ClassOf class_
AccountIdLookupOfT target
|
Remove vote |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
OptionClassOf class_
PollIndexOf index
|
Remove other vote |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT target
ClassOf class_
PollIndexOf index
|
Referenda
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Submit |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BoxPalletsOrigin proposal_origin
BoundedCallOfT proposal
DispatchTimeBlockNumber enactment_moment
|
Place decision deposit |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ReferendumIndex index
|
Refund decision deposit |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ReferendumIndex index
|
Cancel |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ReferendumIndex index
|
Kill |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ReferendumIndex index
|
Nudge referendum |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ReferendumIndex index
|
One fewer deciding |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
TrackIdOf track
|
Refund submission deposit |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ReferendumIndex index
|
Set metadata |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
ReferendumIndex index
OptionHash maybe_hash
|
FellowshipCollective
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Add member |
|
|
|
|
AccountIdLookupOfT who
|
Promote member |
|
|
|
|
AccountIdLookupOfT who
|
Demote member |
|
|
|
|
AccountIdLookupOfT who
|
Remove member |
|
|
|
|
AccountIdLookupOfT who
Rank min_rank
|
Vote |
|
|
|
|
PollIndexOf poll
bool aye
|
Cleanup poll |
|
|
|
|
PollIndexOf poll_index
u32 max
|
Exchange member |
|
|
|
|
AccountIdLookupOfT who
AccountIdLookupOfT new_who
|
FellowshipReferenda
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Submit |
|
|
|
|
BoxPalletsOrigin proposal_origin
BoundedCallOfT proposal
DispatchTimeBlockNumber enactment_moment
|
Place decision deposit |
|
|
|
|
ReferendumIndex index
|
Refund decision deposit |
|
|
|
|
ReferendumIndex index
|
Cancel |
|
|
|
|
ReferendumIndex index
|
Kill |
|
|
|
|
ReferendumIndex index
|
Nudge referendum |
|
|
|
|
ReferendumIndex index
|
One fewer deciding |
|
|
|
|
TrackIdOf track
|
Refund submission deposit |
|
|
|
|
ReferendumIndex index
|
Set metadata |
|
|
|
|
ReferendumIndex index
OptionHash maybe_hash
|
Whitelist
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Whitelist call |
|
|
|
|
Hash call_hash
|
Remove whitelisted call |
|
|
|
|
Hash call_hash
|
Dispatch whitelisted call |
|
|
|
|
Hash call_hash
u32 call_encoded_len
Weight call_weight_witness
|
Dispatch whitelisted call with preimage |
|
|
|
|
Call call
|
Claims
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Claim |
|
|
|
|
AccountId dest
EcdsaSignature ethereum_signature
|
Mint claim |
|
|
|
|
EthereumAddress who
Balance amount
OptionTupleBalanceOfTBalanceOfTBlockNumber vesting_schedule
OptionStatementKind statement
|
Claim attest |
|
|
|
|
AccountId dest
EcdsaSignature ethereum_signature
Bytes statement
|
Attest |
|
|
|
|
Bytes statement
|
Move claim |
|
|
|
|
EthereumAddress old
EthereumAddress new_
OptionAccountId maybe_preclaim
|
Utility
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Batch |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
VecCall calls
|
As derivative |
|
|
|
|
u16 index
Call call
|
Batch all |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
VecCall calls
|
Dispatch as |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BoxPalletsOrigin as_origin
Call call
|
Force batch |
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
VecCall calls
|
With weight |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Call call
Weight weight
|
Identity
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Add registrar |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT account
|
Set identity |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
IdentityInfo info
|
Set subs |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
VecTupleAccountIdData subs
|
Clear identity |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
|
Request judgement |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 reg_index
Compactu128 max_fee
|
Cancel request |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
RegistrarIndex reg_index
|
Set fee |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 index
Compactu128 fee
|
Set account id |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 index
AccountIdLookupOfT new_
|
Set fields |
|
|
|
|
Compactu32 index
IdentityInformationasIdentityInformationProviderFieldsIdentifier fields
|
Provide judgement |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 reg_index
AccountIdLookupOfT target
JudgementBalanceOfT judgement
Hash identity
|
Kill identity |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT target
|
Add sub |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT sub
Data data
|
Rename sub |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT sub
Data data
|
Remove sub |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT sub
|
Quit sub |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
|
Add username authority |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT authority
Vecu8 suffix
u32 allocation
|
Remove username authority |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT authority
|
Set username for |
|
|
|
|
AccountIdLookupOfT who
Vecu8 username
OptionOffchainSignature signature
|
Accept username |
|
|
|
|
UsernameT username
|
Remove expired approval |
|
|
|
|
UsernameT username
|
Set primary username |
|
|
|
|
UsernameT username
|
Remove dangling username |
|
|
|
|
UsernameT username
|
Society
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Bid |
|
|
|
|
BalanceOf amount
|
Unbid |
|
|
|
|
|
Vouch |
|
|
|
|
AccountIdLookupOfT who
BalanceOf amount
BalanceOf tip
|
Unvouch |
|
|
|
|
|
Vote |
|
|
|
|
AccountIdLookupOfT candidate
bool approve
|
Defender vote |
|
|
|
|
bool approve
|
Payout |
|
|
|
|
|
Waive repay |
|
|
|
|
BalanceOf amount
|
Found society |
|
|
|
|
AccountIdLookupOfT founder
u32 max_members
u32 max_intake
u32 max_strikes
BalanceOf candidate_deposit
Vecu8 rules
|
Dissolve |
|
|
|
|
|
Judge suspended member |
|
|
|
|
AccountIdLookupOfT who
bool forgive
|
Set parameters |
|
|
|
|
u32 max_members
u32 max_intake
u32 max_strikes
BalanceOf candidate_deposit
|
Punish skeptic |
|
|
|
|
|
Claim membership |
|
|
|
|
|
Bestow membership |
|
|
|
|
AccountId candidate
|
Kick candidate |
|
|
|
|
AccountId candidate
|
Resign candidacy |
|
|
|
|
|
Drop candidate |
|
|
|
|
AccountId candidate
|
Cleanup candidacy |
|
|
|
|
AccountId candidate
u32 max
|
Cleanup challenge |
|
|
|
|
RoundIndex challenge_round
u32 max
|
Recovery
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
As recovered |
|
|
|
|
AccountIdLookupOfT account
Call call
|
Set recovered |
|
|
|
|
AccountIdLookupOfT lost
AccountIdLookupOfT rescuer
|
Create recovery |
|
|
|
|
VecAccountId friends
u16 threshold
BlockNumber delay_period
|
Initiate recovery |
|
|
|
|
AccountIdLookupOfT account
|
Vouch recovery |
|
|
|
|
AccountIdLookupOfT lost
AccountIdLookupOfT rescuer
|
Claim recovery |
|
|
|
|
AccountIdLookupOfT account
|
Close recovery |
|
|
|
|
AccountIdLookupOfT rescuer
|
Remove recovery |
|
|
|
|
|
Cancel recovered |
|
|
|
|
AccountIdLookupOfT account
|
Vesting
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Vest |
|
|
|
|
|
Vest other |
|
|
|
|
AccountIdLookupOfT target
|
Vested transfer |
|
|
|
|
AccountIdLookupOfT target
VestingInfo schedule
|
Force vested transfer |
|
|
|
|
AccountIdLookupOfT source
AccountIdLookupOfT target
VestingInfo schedule
|
Merge schedules |
|
|
|
|
u32 schedule1_index
u32 schedule2_index
|
Force remove vesting schedule |
|
|
|
|
LookupasStaticLookupSource target
u32 schedule_index
|
Scheduler
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Schedule |
|
|
|
|
BlockNumber when
OptionschedulePeriodBlockNumber maybe_periodic
schedulePriority priority
Call call
|
Cancel |
|
|
|
|
BlockNumber when
u32 index
|
Schedule named |
|
|
|
|
TaskName id
BlockNumber when
OptionschedulePeriodBlockNumber maybe_periodic
schedulePriority priority
Call call
|
Cancel named |
|
|
|
|
TaskName id
|
Schedule after |
|
|
|
|
BlockNumber after
OptionschedulePeriodBlockNumber maybe_periodic
schedulePriority priority
Call call
|
Schedule named after |
|
|
|
|
TaskName id
BlockNumber after
OptionschedulePeriodBlockNumber maybe_periodic
schedulePriority priority
Call call
|
Proxy
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Proxy |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT real
OptionProxyType force_proxy_type
Call call
|
Add proxy |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT delegate
ProxyType proxy_type
BlockNumber delay
|
Remove proxy |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT delegate
ProxyType proxy_type
BlockNumber delay
|
Remove proxies |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
|
Create pure |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
ProxyType proxy_type
BlockNumber delay
u16 index
|
Kill pure |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
AccountIdLookupOfT spawner
ProxyType proxy_type
u16 index
Compactu32 height
Compactu32 ext_index
|
Announce |
|
|
|
|
AccountIdLookupOfT real
CallHashOf call_hash
|
Remove announcement |
|
|
|
|
AccountIdLookupOfT real
CallHashOf call_hash
|
Reject announcement |
|
|
|
|
AccountIdLookupOfT delegate
CallHashOf call_hash
|
Proxy announced |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
AccountIdLookupOfT delegate
AccountIdLookupOfT real
OptionProxyType force_proxy_type
Call call
|
Multisig
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
As multi threshold 1 |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
VecAccountId other_signatories
Call call
|
As multi |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
u16 threshold
VecAccountId other_signatories
OptionTimepoint maybe_timepoint
Call call
Weight max_weight
|
Approve as multi |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
u16 threshold
VecAccountId other_signatories
OptionTimepoint maybe_timepoint
H256 call_hash
Weight max_weight
|
Cancel as multi |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
u16 threshold
VecAccountId other_signatories
Timepoint timepoint
H256 call_hash
|
Preimage
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Note preimage |
|
|
|
|
Vecu8 bytes
|
Unnote preimage |
|
|
|
|
Hash hash
|
Request preimage |
|
|
|
|
Hash hash
|
Unrequest preimage |
|
|
|
|
Hash hash
|
Ensure updated |
|
|
|
|
VecHash hashes
|
Bounties
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Propose bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
CompactBalance amount
Bytes description
|
Approve bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
|
Propose curator |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
AccountIdLookupOfT curator
CompactBalance fee
|
Unassign curator |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
|
Accept curator |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
|
Award bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
AccountIdLookupOfT beneficiary
|
Claim bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
|
Close bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
|
Extend bounty expiry |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 bounty_id
Bytes remark
|
ChildBounties
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Add child bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 parent_bounty_id
CompactBalance amount
Vecu8 description
|
Propose curator |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 parent_bounty_id
Compactu32 child_bounty_id
AccountIdLookupOfT curator
CompactBalance fee
|
Accept curator |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 parent_bounty_id
Compactu32 child_bounty_id
|
Unassign curator |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 parent_bounty_id
Compactu32 child_bounty_id
|
Award child bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 parent_bounty_id
Compactu32 child_bounty_id
AccountIdLookupOfT beneficiary
|
Claim child bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 parent_bounty_id
Compactu32 child_bounty_id
|
Close child bounty |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Compactu32 parent_bounty_id
Compactu32 child_bounty_id
|
ElectionProviderMultiPhase
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Submit unsigned |
|
|
|
|
BoxRawSolutionSolutionOfMinerConfig raw_solution
SolutionOrSnapshotSize witness
|
Set minimum untrusted score |
|
|
|
|
OptionElectionScore maybe_next_score
|
Set emergency election result |
|
|
|
|
SupportsAccountId supports
|
Submit |
|
|
|
|
BoxRawSolutionSolutionOfMinerConfig raw_solution
|
Governance fallback |
|
|
|
|
Optionu32 maybe_max_voters
Optionu32 maybe_max_targets
|
Nis
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Place bid |
|
|
|
|
Compactu128 amount
u32 duration
|
Retract bid |
|
|
|
|
Compactu128 amount
u32 duration
|
Fund deficit |
|
|
|
|
|
Thaw private |
|
|
|
|
Compactu32 index
OptionPerquintill maybe_proportion
|
Thaw communal |
|
|
|
|
Compactu32 index
|
Communify |
|
|
|
|
Compactu32 index
|
Privatize |
|
|
|
|
Compactu32 index
|
NisCounterpartBalances
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Transfer allow death |
|
|
|
|
AccountIdLookupOfT dest
Compactu128 amount
|
Force transfer |
|
|
|
|
AccountIdLookupOfT source
AccountIdLookupOfT dest
Compactu128 amount
|
Transfer keep alive |
|
|
|
|
AccountIdLookupOfT dest
Compactu128 amount
|
Transfer all |
|
|
|
|
AccountIdLookupOfT dest
bool keep_alive
|
Force unreserve |
|
|
|
|
AccountIdLookupOfT who
Balance amount
|
Upgrade accounts |
|
|
|
|
VecAccountId who
|
Force set balance |
|
|
|
|
AccountIdLookupOfT who
Compactu128 new_free
|
Force adjust total issuance |
|
|
|
|
AdjustmentDirection direction
Compactu128 delta
|
VoterList
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Rebag |
|
|
|
|
AccountIdLookupOfT dislocated
|
Put in front of |
|
|
|
|
AccountIdLookupOfT lighter
|
Put in front of other |
|
|
|
|
AccountIdLookupOfT heavier
AccountIdLookupOfT lighter
|
NominationPools
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Join |
|
|
|
|
CompactBalance amount
PoolId pool_id
|
Bond extra |
|
|
|
|
BondExtraBalanceOfT extra
|
Claim payout |
|
|
|
|
|
Unbond |
|
|
|
|
AccountIdLookupOfT member_account
CompactBalance unbonding_points
|
Pool withdraw unbonded |
|
|
|
|
PoolId pool_id
u32 num_slashing_spans
|
Withdraw Unbonded |
|
|
|
|
AccountIdLookupOfT member_account
u32 num_slashing_spans
|
Create |
|
|
|
|
CompactBalance amount
AccountIdLookupOfT root
AccountIdLookupOfT nominator
AccountIdLookupOfT bouncer
|
Create with pool id |
|
|
|
|
CompactBalance amount
AccountIdLookupOfT root
AccountIdLookupOfT nominator
AccountIdLookupOfT bouncer
PoolId pool_id
|
Nominate |
|
|
|
|
PoolId pool_id
VecAccountId validators
|
Set state |
|
|
|
|
PoolId pool_id
PoolState state
|
Set metadata |
|
|
|
|
PoolId pool_id
Vecu8 metadata
|
Set configs |
|
|
|
|
ConfigOpBalanceOfT min_join_bond
ConfigOpBalanceOfT min_create_bond
ConfigOpu32 max_pools
ConfigOpu32 max_members
ConfigOpu32 max_members_per_pool
ConfigOpPerbill global_max_commission
|
Update roles |
|
|
|
|
PoolId pool_id
ConfigOpAccountId new_root
ConfigOpAccountId new_nominator
ConfigOpAccountId new_bouncer
|
Chill |
|
|
|
|
PoolId pool_id
|
Bond extra other |
|
|
|
|
AccountIdLookupOfT member
BondExtraBalanceOfT extra
|
Set claim permission |
|
|
|
|
ClaimPermission permission
|
Claim payout other |
|
|
|
|
AccountId other
|
Set commission |
|
|
|
|
PoolId pool_id
OptionTuplePerbillAccountId new_commission
|
Set commission max |
|
|
|
|
PoolId pool_id
Perbill max_commission
|
Set commission change rate |
|
|
|
|
PoolId pool_id
CommissionChangeRateBlockNumber change_rate
|
Claim commission |
|
|
|
|
PoolId pool_id
|
Adjust pool deposit |
|
|
|
|
PoolId pool_id
|
Set commission claim permission |
|
|
|
|
PoolId pool_id
OptionCommissionClaimPermissionAccountId permission
|
FastUnstake
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Register fast unstake |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
Deregister |
|
:heavy_check_mark: |
:heavy_check_mark: |
:heavy_check_mark: |
|
Control |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
EraIndex eras_to_check
|
Configuration
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Set validation upgrade cooldown |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set validation upgrade delay |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set code retention period |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set max code size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max pov size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max head data size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set coretime cores |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set on demand retries |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set group rotation frequency |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set paras availability period |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set scheduling lookahead |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max validators per core |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Optionu32 new_
|
Set max validators |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Optionu32 new_
|
Set dispute period |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
SessionIndex new_
|
Set dispute post conclusion acceptance period |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set no show slots |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set n delay tranches |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set zeroth delay tranche width |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set needed approvals |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set relay vrf modulo samples |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max upward queue count |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max upward queue size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max downward message size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max upward message size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set max upward message num per candidate |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set hrmp open request ttl |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set hrmp sender deposit |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Balance new_
|
Set hrmp recipient deposit |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Balance new_
|
Set hrmp channel max capacity |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set hrmp channel max total size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set hrmp max parachain inbound channels |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set hrmp channel max message size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set hrmp max parachain outbound channels |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set hrmp max message num per candidate |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set pvf voting ttl |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
SessionIndex new_
|
Set minimum validation upgrade delay |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set bypass consistency check |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
bool new_
|
Set async backing params |
|
|
|
|
AsyncBackingParams new_
|
Set executor params |
|
|
|
|
ExecutorParams new_
|
Set on demand base fee |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Balance new_
|
Set on demand fee variability |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Perbill new_
|
Set on demand queue max size |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set on demand target queue utilization |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
Perbill new_
|
Set on demand ttl |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
BlockNumber new_
|
Set minimum backing votes |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u32 new_
|
Set node feature |
|
:heavy_check_mark: |
:heavy_check_mark: |
|
u8 index
bool value
|
Set approval voting params |
|
|
|
|
ApprovalVotingParams new_
|
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
|
Paras
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Force set current code |
|
|
|
|
ParaId para
ValidationCode new_code
|
Force set current head |
|
|
|
|
ParaId para
HeadData new_head
|
Force schedule code upgrade |
|
|
|
|
ParaId para
ValidationCode new_code
BlockNumber relay_parent_number
|
Force note new head |
|
|
|
|
ParaId para
HeadData new_head
|
Force queue action |
|
|
|
|
ParaId para
|
Add trusted validation code |
|
|
|
|
ValidationCode validation_code
|
Poke unused validation code |
|
|
|
|
ValidationCodeHash validation_code_hash
|
Include pvf check statement |
|
|
|
|
PvfCheckStatement stmt
ValidatorSignature signature
|
Force set most recent context |
|
|
|
|
ParaId para
BlockNumber context
|
Initializer
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Force approve |
|
|
|
|
BlockNumber up_to
|
Hrmp
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Hrmp init open channel |
|
|
|
|
ParaId recipient
u32 proposed_max_capacity
u32 proposed_max_message_size
|
Hrmp accept open channel |
|
|
|
|
ParaId sender
|
Hrmp close channel |
|
|
|
|
HrmpChannelId channel_id
|
Force clean hrmp |
|
|
|
|
ParaId para
u32 num_inbound
u32 num_outbound
|
Force process hrmp open |
|
|
|
|
u32 channels
|
Force process hrmp close |
|
|
|
|
u32 channels
|
Hrmp cancel open request |
|
|
|
|
HrmpChannelId channel_id
u32 open_requests
|
Force open hrmp channel |
|
|
|
|
ParaId sender
ParaId recipient
u32 max_capacity
u32 max_message_size
|
Establish system channel |
|
|
|
|
ParaId sender
ParaId recipient
|
Poke channel deposits |
|
|
|
|
ParaId sender
ParaId recipient
|
Establish channel with system |
|
|
|
|
ParaId target_system_chain
|
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
KeyOwnerProof key_owner_proof
|
OnDemandAssignmentProvider
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Place order allow death |
|
|
|
|
Balance max_amount
ParaId para_id
|
Place order keep alive |
|
|
|
|
Balance max_amount
ParaId para_id
|
Registrar
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Register |
|
|
|
|
ParaId id
HeadData genesis_head
ValidationCode validation_code
|
Force register |
|
|
|
|
AccountId who
Balance deposit
ParaId id
HeadData genesis_head
ValidationCode validation_code
|
Deregister |
|
|
|
|
ParaId id
|
Swap |
|
|
|
|
ParaId id
ParaId other
|
Remove lock |
|
|
|
|
ParaId para
|
Reserve |
|
|
|
|
|
Add lock |
|
|
|
|
ParaId para
|
Schedule code upgrade |
|
|
|
|
ParaId para
ValidationCode new_code
|
Set current head |
|
|
|
|
ParaId para
HeadData new_head
|
Slots
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Force lease |
|
|
|
|
ParaId para
AccountId leaser
Balance amount
LeasePeriodOfT period_begin
LeasePeriodOfT period_count
|
Clear all leases |
|
|
|
|
ParaId para
|
Trigger onboard |
|
|
|
|
ParaId para
|
Auctions
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
New auction |
|
|
|
|
Compactu32 duration
Compactu32 lease_period_index
|
Bid |
|
|
|
|
Compactu32 para
Compactu32 auction_index
Compactu32 first_slot
Compactu32 last_slot
CompactBalance amount
|
Cancel auction |
|
|
|
|
|
Crowdloan
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Create |
|
|
|
|
Compactu32 index
Compactu128 cap
Compactu32 first_period
Compactu32 last_period
Compactu32 end
OptionMultiSigner verifier
|
Contribute |
|
|
|
|
Compactu32 index
Compactu128 amount
OptionMultiSignature signature
|
Withdraw |
|
|
|
|
AccountId who
Compactu32 index
|
Refund |
|
|
|
|
Compactu32 index
|
Dissolve |
|
|
|
|
Compactu32 index
|
Edit |
|
|
|
|
Compactu32 index
Compactu128 cap
Compactu32 first_period
Compactu32 last_period
Compactu32 end
OptionMultiSigner verifier
|
Add memo |
|
|
|
|
ParaId index
Vecu8 memo
|
Poke |
|
|
|
|
ParaId index
|
Contribute all |
|
|
|
|
Compactu32 index
OptionMultiSignature signature
|
Coretime
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Request core count |
|
|
|
|
u16 count
|
Assign core |
|
|
|
|
BrokerCoreIndex core
BlockNumber begin
VecTupleCoreAssignmentPartsOf57600 assignment
OptionBlockNumber end_hint
|
XcmPallet
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Send |
|
|
|
|
BoxVersionedLocation dest
BoxVersionedXcmTuple message
|
Teleport assets |
|
|
|
|
BoxVersionedLocation dest
BoxVersionedLocation beneficiary
BoxVersionedAssets assets
u32 fee_asset_item
|
Reserve transfer assets |
|
|
|
|
BoxVersionedLocation dest
BoxVersionedLocation beneficiary
BoxVersionedAssets assets
u32 fee_asset_item
|
Execute |
|
|
|
|
BoxVersionedXcmTasConfigRuntimeCall message
Weight max_weight
|
Force xcm version |
|
|
|
|
BoxLocation location
XcmVersion version
|
Force default xcm version |
|
|
|
|
OptionXcmVersion maybe_xcm_version
|
Force subscribe version notify |
|
|
|
|
BoxVersionedLocation location
|
Force unsubscribe version notify |
|
|
|
|
BoxVersionedLocation location
|
Limited reserve transfer assets |
|
|
|
|
BoxVersionedLocation dest
BoxVersionedLocation beneficiary
BoxVersionedAssets assets
u32 fee_asset_item
WeightLimit weight_limit
|
Limited teleport assets |
|
|
|
|
BoxVersionedLocation dest
BoxVersionedLocation beneficiary
BoxVersionedAssets assets
u32 fee_asset_item
WeightLimit weight_limit
|
Force suspension |
|
|
|
|
bool suspended
|
Transfer assets |
|
|
|
|
BoxVersionedLocation dest
BoxVersionedLocation beneficiary
BoxVersionedAssets assets
u32 fee_asset_item
WeightLimit weight_limit
|
Claim assets |
|
|
|
|
BoxVersionedAssets assets
BoxVersionedLocation beneficiary
|
Transfer assets using type and then |
|
|
|
|
BoxVersionedLocation dest
BoxVersionedAssets assets
BoxTransferType assets_transfer_type
BoxVersionedAssetId remote_fees_id
BoxTransferType fees_transfer_type
BoxVersionedXcmTuple custom_xcm_on_dest
WeightLimit weight_limit
|
MessageQueue
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Reap page |
|
|
|
|
MessageOriginOfT message_origin
PageIndex page_index
|
Execute overweight |
|
|
|
|
MessageOriginOfT message_origin
PageIndex page
Size index
Weight weight_limit
|
AssetRate
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Create |
|
|
|
|
BoxAssetKind asset_kind
FixedU128 rate
|
Update |
|
|
|
|
BoxAssetKind asset_kind
FixedU128 rate
|
Remove |
|
|
|
|
BoxAssetKind asset_kind
|
Beefy
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Report equivocation |
|
|
|
|
BoxEquivocationProofBlockNumberForTBeefyIdBeefyIdasRuntimeAppPublicSignature equivocation_proof
KeyOwnerProof key_owner_proof
|
Report equivocation unsigned |
|
|
|
|
BoxEquivocationProofBlockNumberForTBeefyIdBeefyIdasRuntimeAppPublicSignature equivocation_proof
KeyOwnerProof key_owner_proof
|
Set new genesis |
|
|
|
|
BlockNumber delay_in_blocks
|
IdentityMigrator
Name |
Nano S |
Nano S XL |
Nano SP/X - Stax |
Nesting |
Arguments |
Reap identity |
|
|
|
|
AccountId who
|
Poke deposit |
|
|
|
|
AccountId who
|