Centrifuge 1.245.x
System
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| fill_block | ✔️ | ✔️ | Perbill _ratio | |
| remark | ✔️ | ✔️ | Bytes _remark | |
| set_heap_pages | ✔️ | ✔️ | u64 pages | |
| set_code | ✔️ | ✔️ | Bytes code | |
| set_code_without_checks | ✔️ | ✔️ | Bytes code | |
| set_changes_trie_config | Option<ChangesTrieConfiguration> changes_trie_config | |||
| set_storage | Vec<KeyValue> items | |||
| kill_storage | Vec<Key> keys | |||
| kill_prefix | Key prefix u32 _subkeys | |||
| suicide | ✔️ | ✔️ |
Utility
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| batch | ✔️ | ✔️ | Vec<Call> calls | |
| as_derivative | u16 index Call call |
Babe
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| report_equivocation | BabeEquivocationProof equivocation_proof KeyOwnerProof key_owner_proof | |||
| report_equivocation_unsigned | BabeEquivocationProof equivocation_proof KeyOwnerProof key_owner_proof |
Timestamp
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set | ✔️ | Compact<Moment> now |
Authorship
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_uncles | Vec<Header> new_uncles |
Balances
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| transfer | ✔️ | ✔️ | ✔️ | LookupSource dest Compact<Balance> value |
| set_balance | ✔️ | ✔️ | LookupSource who Compact<Balance> new_free Compact<Balance> new_reserved | |
| force_transfer | ✔️ | ✔️ | ✔️ | LookupSource source LookupSource dest Compact<Balance> value |
| transfer_keep_alive | ✔️ | ✔️ | ✔️ | LookupSource dest Compact<Balance> value |
TransactionPayment
Empty
Staking
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| bond | ✔️ | ✔️ | ✔️ | LookupSource controller Compact<BalanceOf> value RewardDestination payee |
| bond_extra | ✔️ | ✔️ | ✔️ | Compact<BalanceOf> max_additional |
| unbond | ✔️ | ✔️ | ✔️ | Compact<BalanceOf> value |
| withdraw_unbonded | ✔️ | ✔️ | u32 num_slashing_spans | |
| validate | ✔️ | ✔️ | ✔️ | ValidatorPrefs prefs |
| nominate | ✔️ | ✔️ | ✔️ | Vec<LookupSource> targets |
| chill | ✔️ | ✔️ | ✔️ | |
| set_payee | ✔️ | ✔️ | ✔️ | RewardDestination payee |
| set_controller | ✔️ | ✔️ | ✔️ | LookupSource controller |
| set_validator_count | ✔️ | Compact<u32> new | ||
| increase_validator_count | ✔️ | Compact<u32> additional | ||
| scale_validator_count | Percent factor | |||
| force_no_eras | ✔️ | |||
| force_new_era | ✔️ | |||
| set_invulnerables | ✔️ | Vec<AccountId> validators | ||
| force_unstake | ✔️ | AccountId stash u32 num_slashing_spans | ||
| force_new_era_always | ✔️ | |||
| cancel_deferred_slash | ✔️ | EraIndex era Vec<u32> slash_indices | ||
| payout_stakers | ✔️ | ✔️ | AccountId validator_stash EraIndex era | |
| rebond | ✔️ | ✔️ | ✔️ | Compact<BalanceOf> value |
| set_history_depth | ✔️ | Compact<EraIndex> new_history_depth Compact<u32> _era_items_deleted | ||
| reap_stash | ✔️ | AccountId stash u32 num_slashing_spans | ||
| submit_election_solution | Vec<ValidatorIndex> winners CompactAssignments compact ElectionScore score EraIndex era ElectionSize size | |||
| submit_election_solution_unsigned | Vec<ValidatorIndex> winners CompactAssignments compact ElectionScore score EraIndex era ElectionSize size |
Session
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_keys | ✔️ | ✔️ | Keys keys Bytes proof | |
| purge_keys | ✔️ | ✔️ |
Democracy
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| propose | ✔️ | ✔️ | Hash proposal_hash Compact<BalanceOf> value | |
| second | ✔️ | ✔️ | Compact<PropIndex> proposal Compact<u32> seconds_upper_bound | |
| vote | ✔️ | ✔️ | Compact<ReferendumIndex> ref_index AccountVote vote | |
| emergency_cancel | ✔️ | ReferendumIndex ref_index | ||
| external_propose | ✔️ | ✔️ | Hash proposal_hash | |
| external_propose_majority | ✔️ | ✔️ | Hash proposal_hash | |
| external_propose_default | ✔️ | ✔️ | Hash proposal_hash | |
| fast_track | ✔️ | ✔️ | Hash proposal_hash BlockNumber voting_period BlockNumber delay | |
| veto_external | ✔️ | Hash proposal_hash | ||
| cancel_referendum | ✔️ | Compact<ReferendumIndex> ref_index | ||
| cancel_queued | ✔️ | ReferendumIndex which | ||
| delegate | ✔️ | AccountId to Conviction conviction BalanceOf balance | ||
| undelegate | ✔️ | |||
| clear_public_proposals | ✔️ | |||
| note_preimage | ✔️ | Bytes encoded_proposal | ||
| note_preimage_operational | ✔️ | Bytes encoded_proposal | ||
| note_imminent_preimage | ✔️ | Bytes encoded_proposal | ||
| note_imminent_preimage_operational | ✔️ | Bytes encoded_proposal | ||
| reap_preimage | ✔️ | Hash proposal_hash Compact<u32> proposal_len_upper_bound | ||
| unlock | ✔️ | ✔️ | AccountId target | |
| remove_vote | ✔️ | ReferendumIndex index | ||
| remove_other_vote | ✔️ | AccountId target ReferendumIndex index | ||
| enact_proposal | ✔️ | Hash proposal_hash ReferendumIndex index |
Council
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_members | ✔️ | Vec<AccountId> new_members Option<AccountId> prime MemberCount old_count | ||
| execute | ✔️ | ✔️ | Proposal proposal Compact<u32> length_bound | |
| propose | ✔️ | ✔️ | Compact<MemberCount> threshold Proposal proposal Compact<u32> length_bound | |
| vote | ✔️ | ✔️ | Hash proposal Compact<ProposalIndex> index bool approve | |
| close | ✔️ | ✔️ | Hash proposal_hash Compact<ProposalIndex> index Compact<Weight> proposal_weight_bound Compact<u32> length_bound | |
| disapprove_proposal | ✔️ | ✔️ | Hash proposal_hash |
Elections
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| vote | ✔️ | ✔️ | Vec<AccountId> votes Compact<BalanceOf> value | |
| remove_voter | ✔️ | |||
| report_defunct_voter | ✔️ | DefunctVoter defunct | ||
| submit_candidacy | ✔️ | ✔️ | Compact<u32> candidate_count | |
| renounce_candidacy | ✔️ | ✔️ | Renouncing renouncing | |
| remove_member | ✔️ | LookupSource who bool has_replacement |
FinalityTracker
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| final_hint | ✔️ | Compact<BlockNumber> hint |
Grandpa
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| report_equivocation | GrandpaEquivocationProof equivocation_proof KeyOwnerProof key_owner_proof | |||
| report_equivocation_unsigned | GrandpaEquivocationProof equivocation_proof KeyOwnerProof key_owner_proof | |||
| note_stalled | ✔️ | BlockNumber delay BlockNumber best_finalized_block_number |
ImOnline
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| heartbeat | Heartbeat heartbeat Signature _signature |
AuthorityDiscovery
| Name | Light | XL | Nesting | Arguments |
|---|
Offences
| Name | Light | XL | Nesting | Arguments |
|---|
RandomnessCollectiveFlip
| Name | Light | XL | Nesting | Arguments |
|---|
Anchor
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| pre_commit | ✔️ | Hash anchor_id Hash signing_root | ||
| commit | ✔️ | Hash anchor_id_preimage Hash doc_root Hash proof Moment stored_until_date | ||
| evict_pre_commits | ✔️ | BlockNumber evict_bucket | ||
| evict_anchors | ✔️ |
Fees
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_fee | ✔️ | Hash key Balance new_price |
Nfts
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| validate_mint | Hash anchor_id [u8;20] deposit_address Vec<Proof> pfs [H256;3] static_proofs ChainId dest_id |
MultiAccount
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| create | u16 threshold Vec<AccountId> other_signatories | |||
| update | u16 threshold Vec<AccountId> signatories | |||
| remove | ||||
| call | AccountId multi_account_id Option<Timepoint> maybe_timepoint Call call | |||
| approve | AccountId multi_account_id Option<Timepoint> maybe_timepoint [u8;32] call_hash | |||
| cancel | AccountId multi_account_id Timepoint timepoint [u8;32] call_hash |
Identity
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| add_registrar | ✔️ | AccountId account | ||
| set_identity | IdentityInfo info | |||
| set_subs | Vec<(AccountId,Data)> subs | |||
| clear_identity | ✔️ | |||
| request_judgement | ✔️ | Compact<RegistrarIndex> reg_index Compact<BalanceOf> max_fee | ||
| cancel_request | ✔️ | RegistrarIndex reg_index | ||
| set_fee | ✔️ | Compact<RegistrarIndex> index Compact<BalanceOf> fee | ||
| set_account_id | ✔️ | Compact<RegistrarIndex> index AccountId new | ||
| set_fields | Compact<RegistrarIndex> index IdentityFields fields | |||
| provide_judgement | Compact<RegistrarIndex> reg_index LookupSource target IdentityJudgement judgement | |||
| kill_identity | ✔️ | LookupSource target | ||
| add_sub | LookupSource sub Data data | |||
| rename_sub | LookupSource sub Data data | |||
| remove_sub | ✔️ | LookupSource sub | ||
| quit_sub | ✔️ |
PalletBridge
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| transfer_native | BalanceOf amount Bytes recipient ChainId dest_id | |||
| transfer_asset | Bytes recipient RegistryId from_registry TokenId token_id ChainId dest_id | |||
| transfer | AccountId to BalanceOf amount ResourceId r_id | |||
| receive_nonfungible | AccountId to TokenId token_id Bytes _metadata ResourceId resource_id | |||
| remark | Hash hash ResourceId r_id | |||
| set_token_transfer_fee | ✔️ | Balance fee |
ChainBridge
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set_threshold | u32 threshold | |||
| set_resource | ResourceId id Bytes method | |||
| remove_resource | ResourceId id | |||
| whitelist_chain | ChainId id | |||
| add_relayer | AccountId v | |||
| remove_relayer | AccountId v | |||
| acknowledge_proposal | DepositNonce nonce ChainId src_id ResourceId r_id Proposal call | |||
| reject_proposal | DepositNonce nonce ChainId src_id ResourceId r_id Proposal call | |||
| eval_vote_state | DepositNonce nonce ChainId src_id Proposal prop |
Indices
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| claim | ✔️ | AccountIndex index | ||
| transfer | ✔️ | AccountId new AccountIndex index | ||
| free | ✔️ | AccountIndex index | ||
| force_transfer | ✔️ | AccountId new AccountIndex index bool freeze | ||
| freeze | ✔️ | AccountIndex index |
Historical
Empty
Scheduler
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| schedule | BlockNumber when Option<Period> maybe_periodic Priority priority Call call | |||
| cancel | BlockNumber when u32 index | |||
| schedule_named | Bytes id BlockNumber when Option<Period> maybe_periodic Priority priority Call call | |||
| cancel_named | Bytes id | |||
| schedule_after | BlockNumber after Option<Period> maybe_periodic Priority priority Call call | |||
| schedule_named_after | Bytes id BlockNumber after Option<Period> maybe_periodic Priority priority Call call |
Proxy
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| proxy | ✔️ | ✔️ | AccountId real Option<ProxyType> force_proxy_type Call call | |
| add_proxy | ✔️ | AccountId proxy ProxyType proxy_type | ||
| remove_proxy | ✔️ | AccountId proxy ProxyType proxy_type | ||
| remove_proxies | ✔️ | |||
| anonymous | ✔️ | ProxyType proxy_type u16 index | ||
| kill_anonymous | ✔️ | AccountId spawner ProxyType proxy_type u16 index Compact<BlockNumber> height Compact<u32> ext_index |
Multisig
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| as_multi_threshold_1 | ✔️ | ✔️ | Vec<AccountId> other_signatories Call call | |
| as_multi | ✔️ | ✔️ | u16 threshold Vec<AccountId> other_signatories Option<Timepoint> maybe_timepoint OpaqueCall call bool store_call Weight max_weight | |
| approve_as_multi | ✔️ | ✔️ | u16 threshold Vec<AccountId> other_signatories Option<Timepoint> maybe_timepoint [u8;32] call_hash Weight max_weight | |
| cancel_as_multi | ✔️ | ✔️ | u16 threshold Vec<AccountId> other_signatories Timepoint timepoint [u8;32] call_hash |
RadClaims
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| claim | AccountId account_id Balance amount Vec<Hash> sorted_hashes | |||
| set_upload_account | ✔️ | AccountId account_id | ||
| store_root_hash | ✔️ | Hash root_hash |
Vesting
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| vest | ✔️ | |||
| vest_other | ✔️ | LookupSource target | ||
| vested_transfer | ✔️ | LookupSource target VestingInfo schedule | ||
| force_vested_transfer | ✔️ | LookupSource source LookupSource target VestingInfo schedule |
Registry
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| create_registry | RegistryInfo info | |||
| mint | AccountId owner_account RegistryId registry_id TokenId token_id AssetInfo asset_info MintInfo mint_info |
Nft
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| transfer | AccountId dest_account RegistryId registry_id TokenId token_id |
BridgeMapping
| Name | Light | XL | Nesting | Arguments |
|---|---|---|---|---|
| set | ✔️ | ResourceId rid Address local_addr | ||
| remove | ✔️ | ResourceId rid |

