Nodle 9.25.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/> |
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/> |
Set balance deprecated | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT who<br/>CompactBalance new_free<br/>CompactBalance old_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/> | ||
Upgrade accounts | ✔️ | ✔️ | VecAccountId who<br/> | ||
Transfer | ✔️ | ✔️ | ✔️ | ✔️ | AccountIdLookupOfT dest<br/>CompactBalance amount<br/> |
Force set balance | ✔️ | ✔️ | AccountIdLookupOfT who<br/>CompactBalance new_free<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/> |
CompanyReserve
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Spend | ✔️ | ✔️ | AccountId to<br/>BalanceOf amount<br/> | ||
Tip | ✔️ | ✔️ | BalanceOf amount<br/> | ||
Apply as | ✔️ | ✔️ | Call call<br/> |
InternationalReserve
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Spend | ✔️ | ✔️ | AccountId to<br/>BalanceOf amount<br/> | ||
Tip | ✔️ | ✔️ | BalanceOf amount<br/> | ||
Apply as | ✔️ | ✔️ | Call call<br/> |
UsaReserve
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Spend | ✔️ | ✔️ | AccountId to<br/>BalanceOf amount<br/> | ||
Tip | ✔️ | ✔️ | BalanceOf amount<br/> | ||
Apply as | ✔️ | ✔️ | Call call<br/> |
Vesting
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Claim | ✔️ | ✔️ | |||
Add vesting schedule | ✔️ | ✔️ | LookupasStaticLookupSource dest<br/>VestingScheduleOf schedule<br/> | ||
Cancel all vesting schedules | ✔️ | ✔️ | LookupasStaticLookupSource who<br/>LookupasStaticLookupSource funds_collector<br/> | ||
Renounce | ✔️ | ✔️ | LookupasStaticLookupSource who<br/> |
Mandate
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Apply | ✔️ | ✔️ | ✔️ | Call call<br/> |
TechnicalCommittee
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set members | ✔️ | ✔️ | VecAccountId new_members<br/>OptionAccountId prime<br/>MemberCount old_count<br/> | ||
Execute | ✔️ | ✔️ | Proposal proposal<br/>Compactu32 length_bound<br/> | ||
Propose | ✔️ | ✔️ | Compactu32 threshold<br/>Proposal proposal<br/>Compactu32 length_bound<br/> | ||
Vote | ✔️ | ✔️ | Hash proposal<br/>Compactu32 index<br/>bool approve<br/> | ||
Disapprove proposal | ✔️ | ✔️ | Hash proposal_hash<br/> | ||
Close | ✔️ | ✔️ | Hash proposal_hash<br/>Compactu32 index<br/>Weight proposal_weight_bound<br/>Compactu32 length_bound<br/> |
TechnicalMembership
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Add member | ✔️ | ✔️ | AccountIdLookupOfT who<br/> | ||
Remove member | ✔️ | ✔️ | AccountIdLookupOfT who<br/> | ||
Swap member | ✔️ | ✔️ | AccountIdLookupOfT remove<br/>AccountIdLookupOfT add<br/> | ||
Reset members | ✔️ | ✔️ | VecAccountId members<br/> | ||
Change key | ✔️ | ✔️ | AccountIdLookupOfT new_<br/> | ||
Set prime | ✔️ | ✔️ | AccountIdLookupOfT who<br/> | ||
Clear prime | ✔️ | ✔️ |
CollatorSelection
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set invulnerables | ✔️ | ✔️ | VecAccountId new_<br/> | ||
Set desired candidates | ✔️ | ✔️ | u32 max<br/> | ||
Set candidacy bond | ✔️ | ✔️ | Balance bond<br/> | ||
Register as candidate | ✔️ | ✔️ | |||
Leave intent | ✔️ | ✔️ |
Session
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set keys | ✔️ | ✔️ | ✔️ | ✔️ | Keys keys<br/>Bytes proof<br/> |
Purge keys | ✔️ | ✔️ | ✔️ | ✔️ |
ParachainSystem
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Set validation data | ParachainInherentData data<br/> | ||||
Sudo send upward message | UpwardMessage message<br/> | ||||
Authorize upgrade | Hash code_hash<br/>bool check_version<br/> | ||||
Enact authorized upgrade | Vecu8 code<br/> |
ParachainInfo
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|
CumulusXcm
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|
DmpQueue
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Service overweight | OverweightIndex index<br/>Weight weight_limit<br/> |
XcmpQueue
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Service overweight | OverweightIndex index<br/>Weight weight_limit<br/> | ||||
Suspend xcm execution | |||||
Resume xcm execution | |||||
Update suspend threshold | u32 new_<br/> | ||||
Update drop threshold | u32 new_<br/> | ||||
Update resume threshold | u32 new_<br/> | ||||
Update threshold weight | Weight new_<br/> | ||||
Update weight restrict decay | Weight new_<br/> | ||||
Update xcmp max individual weight | Weight new_<br/> |
PolkadotXcm
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Send | BoxVersionedMultiLocation dest<br/>BoxVersionedXcmTuple message<br/> | ||||
Teleport assets | ✔️ | BoxVersionedMultiLocation dest<br/>BoxVersionedMultiLocation beneficiary<br/>BoxVersionedMultiAssets assets<br/>u32 fee_asset_item<br/> | |||
Reserve transfer assets | ✔️ | BoxVersionedMultiLocation dest<br/>BoxVersionedMultiLocation beneficiary<br/>BoxVersionedMultiAssets assets<br/>u32 fee_asset_item<br/> | |||
Execute | BoxVersionedXcmTasSysConfigRuntimeCall message<br/>Weight max_weight<br/> | ||||
Force xcm version | BoxMultiLocation location<br/>XcmVersion xcm_version<br/> | ||||
Force default xcm version | OptionXcmVersion maybe_xcm_version<br/> | ||||
Force subscribe version notify | BoxVersionedMultiLocation location<br/> | ||||
Force unsubscribe version notify | BoxVersionedMultiLocation location<br/> | ||||
Limited reserve transfer assets | ✔️ | BoxVersionedMultiLocation dest<br/>BoxVersionedMultiLocation beneficiary<br/>BoxVersionedMultiAssets assets<br/>u32 fee_asset_item<br/>WeightLimit weight_limit<br/> | |||
Limited teleport assets | ✔️ | BoxVersionedMultiLocation dest<br/>BoxVersionedMultiLocation beneficiary<br/>BoxVersionedMultiAssets assets<br/>u32 fee_asset_item<br/>WeightLimit weight_limit<br/> | |||
Force suspension | ✔️ | bool suspended<br/> |
XTokens
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Transfer | ✔️ | CurrencyId currency_id<br/>Balance amount<br/>BoxVersionedMultiLocation dest<br/>WeightLimit dest_weight_limit<br/> | |||
Transfer multiasset | ✔️ | BoxVersionedMultiAsset asset<br/>BoxVersionedMultiLocation dest<br/>WeightLimit dest_weight_limit<br/> | |||
Transfer with fee | ✔️ | CurrencyId currency_id<br/>Balance amount<br/>Balance fee<br/>BoxVersionedMultiLocation dest<br/>WeightLimit dest_weight_limit<br/> | |||
Transfer multiasset with fee | ✔️ | BoxVersionedMultiAsset asset<br/>BoxVersionedMultiAsset fee<br/>BoxVersionedMultiLocation dest<br/>WeightLimit dest_weight_limit<br/> | |||
Transfer multicurrencies | VecTupleCurrencyIdBalance currencies<br/>u32 fee_item<br/>BoxVersionedMultiLocation dest<br/>WeightLimit dest_weight_limit<br/> | ||||
Transfer multiassets | ✔️ | BoxVersionedMultiAssets assets<br/>u32 fee_item<br/>BoxVersionedMultiLocation dest<br/>WeightLimit dest_weight_limit<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/> |
Uniques
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Create | ✔️ | ✔️ | CollectionId collection<br/>AccountIdLookupOfT admin<br/> | ||
Force create | ✔️ | ✔️ | CollectionId collection<br/>AccountIdLookupOfT owner<br/>bool free_holding<br/> | ||
Destroy | ✔️ | ✔️ | CollectionId collection<br/>DestroyWitness witness<br/> | ||
Mint | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>AccountIdLookupOfT owner<br/> | ||
Burn | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>OptionAccountIdLookupOfT check_owner<br/> | ||
Transfer | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>AccountIdLookupOfT dest<br/> | ||
Redeposit | ✔️ | ✔️ | CollectionId collection<br/>VecItemId items<br/> | ||
Freeze | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/> | ||
Thaw | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/> | ||
Freeze collection | ✔️ | ✔️ | CollectionId collection<br/> | ||
Thaw collection | ✔️ | ✔️ | CollectionId collection<br/> | ||
Transfer ownership | ✔️ | ✔️ | CollectionId collection<br/>AccountIdLookupOfT owner<br/> | ||
Set team | ✔️ | ✔️ | CollectionId collection<br/>AccountIdLookupOfT issuer<br/>AccountIdLookupOfT admin<br/>AccountIdLookupOfT freezer<br/> | ||
Approve transfer | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>AccountIdLookupOfT delegate<br/> | ||
Cancel approval | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>OptionAccountIdLookupOfT maybe_check_delegate<br/> | ||
Force item status | ✔️ | ✔️ | CollectionId collection<br/>AccountIdLookupOfT owner<br/>AccountIdLookupOfT issuer<br/>AccountIdLookupOfT admin<br/>AccountIdLookupOfT freezer<br/>bool free_holding<br/>bool is_frozen<br/> | ||
Set attribute | ✔️ | ✔️ | CollectionId collection<br/>OptionItemId maybe_item<br/>BoundedVecu8 key<br/>BoundedVecu8 value<br/> | ||
Clear attribute | ✔️ | ✔️ | CollectionId collection<br/>OptionItemId maybe_item<br/>BoundedVecu8 key<br/> | ||
Set metadata | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>BoundedVecu8 data<br/>bool is_frozen<br/> | ||
Clear metadata | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/> | ||
Set collection metadata | ✔️ | ✔️ | CollectionId collection<br/>BoundedVecu8 data<br/>bool is_frozen<br/> | ||
Clear collection metadata | ✔️ | ✔️ | CollectionId collection<br/> | ||
Set accept ownership | ✔️ | ✔️ | OptionCollectionId maybe_collection<br/> | ||
Set collection max supply | ✔️ | ✔️ | CollectionId collection<br/>u32 max_supply<br/> | ||
Set price | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>OptionItemPrice price<br/>OptionAccountIdLookupOfT whitelisted_buyer<br/> | ||
Buy item | ✔️ | ✔️ | CollectionId collection<br/>ItemId item<br/>ItemPrice bid_price<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/> |
Sponsorship
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Create pot | PotId pot<br/>SponsorshipType sponsorship_type<br/>Balance fee_quota<br/>Balance reserve_quota<br/> | ||||
Remove pot | PotId pot<br/> | ||||
Register users | PotId pot<br/>VecAccountId users<br/>Balance common_fee_quota<br/>Balance common_reserve_quota<br/> | ||||
Remove users | PotId pot<br/>VecAccountId users<br/> | ||||
Sponsor for | PotId pot<br/>Call call<br/> | ||||
Update pot limits | PotId pot<br/>Balance new_fee_quota<br/>Balance new_reserve_quota<br/> | ||||
Update users limits | PotId pot<br/>Balance new_fee_quota<br/>Balance new_reserve_quota<br/>VecAccountId users<br/> | ||||
Update sponsorship type | PotId pot<br/>SponsorshipType sponsorship_type<br/> |
Allocations
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Batch | ✔️ | ✔️ | VecTupleAccountIdBalanceOf batch<br/> | ||
Set curve starting block | ✔️ | ✔️ | BlockNumber curve_start<br/> |
AllocationsOracles
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Add member | ✔️ | ✔️ | AccountIdLookupOfT who<br/> | ||
Remove member | ✔️ | ✔️ | AccountIdLookupOfT who<br/> | ||
Swap member | ✔️ | ✔️ | AccountIdLookupOfT remove<br/>AccountIdLookupOfT add<br/> | ||
Reset members | ✔️ | ✔️ | VecAccountId members<br/> | ||
Change key | ✔️ | ✔️ | AccountIdLookupOfT new_<br/> | ||
Set prime | ✔️ | ✔️ | AccountIdLookupOfT who<br/> | ||
Clear prime | ✔️ | ✔️ |
DaoReserve
Name | Nano S | Nano S XL | Nano SP/X - Stax | Nesting | Arguments |
---|---|---|---|---|---|
Spend | ✔️ | ✔️ | AccountId to<br/>BalanceOf amount<br/> | ||
Tip | ✔️ | ✔️ | BalanceOf amount<br/> | ||
Apply as | ✔️ | ✔️ | 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 | ✔️ |