From 9b469259c24e4c6987e37c15b285fee0aa4a2582 Mon Sep 17 00:00:00 2001 From: Charles Billette Date: Wed, 24 Jul 2024 11:45:19 -0400 Subject: [PATCH] oneof switch done! --- proto/sf/gear/metadata/type/v1/output.proto | 5516 +------------------ templates/gen_types.go | 175 +- templates/gen_types.go.gotmpl | 47 +- 3 files changed, 114 insertions(+), 5624 deletions(-) diff --git a/proto/sf/gear/metadata/type/v1/output.proto b/proto/sf/gear/metadata/type/v1/output.proto index 0ea5f49..4d9b7fe 100644 --- a/proto/sf/gear/metadata/type/v1/output.proto +++ b/proto/sf/gear/metadata/type/v1/output.proto @@ -2,362 +2,24 @@ syntax = "proto3"; package sf.gear.metadata.type.v1; option go_package = "github.com/streamingfast/firehose-gear/pb/sf/gear/metadata/type/v1;pbgear"; -message SpCoreEd25519Public { - repeated uint32 identity = 1; -} -message Balances_Index { - CompactTupleNull value_0 = 1; -} -message Multisig_PalletMultisigTimepoint { - uint32 height = 1; - uint32 index = 2; -} -message NominationPools_UpdateRolesCall { - uint32 pool_id = 1; - NominationPools_NewRoot new_root = 2; - NominationPools_NewNominator new_nominator = 3; - NominationPools_NewBouncer new_bouncer = 4; -} message CompactTupleNull { TupleNull value = 1; } -message Staking_MinCommission { - oneof value { - Staking_Noop noop = 1; - Staking_Set set = 2; - Staking_Remove remove = 3; - } -} -message Proxy_ForceProxyType { - oneof value { - Proxy_Any any = 1; - Proxy_NonTransfer non_transfer = 2; - Proxy_Governance governance = 3; - Proxy_Staking staking = 4; - Proxy_IdentityJudgement identity_judgement = 5; - Proxy_CancelProxy cancel_proxy = 6; - } -} -message StakingRewards_WithdrawCall { - StakingRewards_To to = 1; - string value = 2; -} -message Balances_Who { - oneof value { - Balances_Id id = 1; - Balances_Index index = 2; - Balances_Raw raw = 3; - Balances_Address32 address32 = 4; - Balances_Address20 address20 = 5; - } -} -message BagsList_Heavier { - oneof value { - BagsList_Id id = 1; - BagsList_Index index = 2; - BagsList_Raw raw = 3; - BagsList_Address32 address32 = 4; - BagsList_Address20 address20 = 5; - } -} -message Staking_MinNominatorBond { - oneof value { - Staking_Noop noop = 1; - Staking_Set set = 2; - Staking_Remove remove = 3; - } -} -message Proxy_RemoveProxyCall { - Proxy_Delegate delegate = 1; - Proxy_ProxyType proxy_type = 2; - uint32 delay = 3; -} -message ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution { - ElectionProviderMultiPhase_VaraRuntimeNposSolution16 solution = 1; - ElectionProviderMultiPhase_SpNposElectionsElectionScore score = 2; - uint32 round = 3; -} -message NominationPools_PermissionlessWithdraw { -} -message System_KillPrefixCall { - repeated uint32 prefix = 1; - uint32 subkeys = 2; -} -message ImOnline_SpCoreSr25519Signature { - repeated uint32 signature = 1; -} -message Staking_SpArithmeticPerThingsPerbill { - uint32 value = 1; -} -message Staking_MinValidatorBond { - oneof value { - Staking_Noop noop = 1; - Staking_Set set = 2; - Staking_Remove remove = 3; - } -} -message TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature { - FinalityGrandpaPrevote value_0 = 1; - SpConsensusGrandpaAppSignature value_1 = 2; -} -message Balances_ForceTransferCall { - Balances_Source source = 1; - Balances_Dest dest = 2; - Balances_CompactString value = 3; -} -message Staking_WithdrawUnbondedCall { - uint32 num_slashing_spans = 1; -} -message Identity_PrimitiveTypesH256 { - repeated uint32 identity = 1; -} -message GearVoucher_DeclineVoucher { -} -message Staking_BondExtraCall { - Staking_CompactString max_additional = 1; -} -message Session_SpCoreSr25519Public { - repeated uint32 babe = 1; -} -message Referenda_At { - uint32 value_0 = 1; -} -message NominationPools_Noop { -} -message GprimitivesMessageId { - repeated uint32 reply_to_id = 1; -} -message ConvictionVoting_None { +message Balances_Raw { + repeated uint32 value_0 = 1; } -message FellowshipCollective_RemoveMemberCall { - FellowshipCollective_Who who = 1; - uint32 min_rank = 2; +message TupleNull { } -message Scheduler_ScheduleNamedCall { - repeated uint32 id = 1; - uint32 when = 2; - optional Scheduler_TupleUint32Uint32 maybe_periodic = 3; - uint32 priority = 4; - oneof call { - System_RemarkCall system_remark = 5; - System_SetHeapPagesCall system_set_heap_pages = 6; - System_SetCodeCall system_set_code = 7; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 8; - System_SetStorageCall system_set_storage = 9; - System_KillStorageCall system_kill_storage = 10; - System_KillPrefixCall system_kill_prefix = 11; - System_RemarkWithEventCall system_remark_with_event = 12; - Timestamp_SetCall timestamp_set = 13; - Babe_ReportEquivocationCall babe_report_equivocation = 14; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 15; - Babe_PlanConfigChangeCall babe_plan_config_change = 16; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 17; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 18; - Grandpa_NoteStalledCall grandpa_note_stalled = 19; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 20; - Balances_ForceTransferCall balances_force_transfer = 21; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 22; - Balances_TransferAllCall balances_transfer_all = 23; - Balances_ForceUnreserveCall balances_force_unreserve = 24; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 25; - Balances_ForceSetBalanceCall balances_force_set_balance = 26; - Vesting_VestCall vesting_vest = 27; - Vesting_VestOtherCall vesting_vest_other = 28; - Vesting_VestedTransferCall vesting_vested_transfer = 29; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 30; - Vesting_MergeSchedulesCall vesting_merge_schedules = 31; - BagsList_RebagCall bags_list_rebag = 32; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 33; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 34; - ImOnline_HeartbeatCall im_online_heartbeat = 35; - Staking_BondCall staking_bond = 36; - Staking_BondExtraCall staking_bond_extra = 37; - Staking_UnbondCall staking_unbond = 38; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 39; - Staking_ValidateCall staking_validate = 40; - Staking_NominateCall staking_nominate = 41; - Staking_ChillCall staking_chill = 42; - Staking_SetPayeeCall staking_set_payee = 43; - Staking_SetControllerCall staking_set_controller = 44; - Staking_SetValidatorCountCall staking_set_validator_count = 45; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 46; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 47; - Staking_ForceNoErasCall staking_force_no_eras = 48; - Staking_ForceNewEraCall staking_force_new_era = 49; - Staking_SetInvulnerablesCall staking_set_invulnerables = 50; - Staking_ForceUnstakeCall staking_force_unstake = 51; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 52; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 53; - Staking_PayoutStakersCall staking_payout_stakers = 54; - Staking_RebondCall staking_rebond = 55; - Staking_ReapStashCall staking_reap_stash = 56; - Staking_KickCall staking_kick = 57; - Staking_SetStakingConfigsCall staking_set_staking_configs = 58; - Staking_ChillOtherCall staking_chill_other = 59; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 60; - Staking_SetMinCommissionCall staking_set_min_commission = 61; - Session_SetKeysCall session_set_keys = 62; - Session_PurgeKeysCall session_purge_keys = 63; - Treasury_ProposeSpendCall treasury_propose_spend = 64; - Treasury_RejectProposalCall treasury_reject_proposal = 65; - Treasury_ApproveProposalCall treasury_approve_proposal = 66; - Treasury_SpendLocalCall treasury_spend_local = 67; - Treasury_RemoveApprovalCall treasury_remove_approval = 68; - Treasury_SpendCall treasury_spend = 69; - Treasury_PayoutCall treasury_payout = 70; - Treasury_CheckStatusCall treasury_check_status = 71; - Treasury_VoidSpendCall treasury_void_spend = 72; - Utility_BatchCall utility_batch = 73; - Utility_AsDerivativeCall utility_as_derivative = 74; - Utility_BatchAllCall utility_batch_all = 75; - Utility_DispatchAsCall utility_dispatch_as = 76; - Utility_ForceBatchCall utility_force_batch = 77; - Utility_WithWeightCall utility_with_weight = 78; - ConvictionVoting_VoteCall conviction_voting_vote = 79; - ConvictionVoting_DelegateCall conviction_voting_delegate = 80; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 81; - ConvictionVoting_UnlockCall conviction_voting_unlock = 82; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 83; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 84; - Referenda_SubmitCall referenda_submit = 85; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 86; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 87; - Referenda_CancelCall referenda_cancel = 88; - Referenda_KillCall referenda_kill = 89; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 90; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 91; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 92; - Referenda_SetMetadataCall referenda_set_metadata = 93; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 94; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 95; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 96; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 97; - FellowshipCollective_VoteCall fellowship_collective_vote = 98; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 99; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 100; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 101; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 102; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 103; - FellowshipReferenda_KillCall fellowship_referenda_kill = 104; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 105; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 106; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 107; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 108; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 109; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 110; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 111; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 112; - Scheduler_ScheduleCall scheduler_schedule = 113; - Scheduler_CancelCall scheduler_cancel = 114; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 115; - Scheduler_CancelNamedCall scheduler_cancel_named = 116; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 117; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 118; - Preimage_NotePreimageCall preimage_note_preimage = 119; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 120; - Preimage_RequestPreimageCall preimage_request_preimage = 121; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 122; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 123; - Identity_AddRegistrarCall identity_add_registrar = 124; - Identity_SetIdentityCall identity_set_identity = 125; - Identity_SetSubsCall identity_set_subs = 126; - Identity_ClearIdentityCall identity_clear_identity = 127; - Identity_RequestJudgementCall identity_request_judgement = 128; - Identity_CancelRequestCall identity_cancel_request = 129; - Identity_SetFeeCall identity_set_fee = 130; - Identity_SetAccountIdCall identity_set_account_id = 131; - Identity_SetFieldsCall identity_set_fields = 132; - Identity_ProvideJudgementCall identity_provide_judgement = 133; - Identity_KillIdentityCall identity_kill_identity = 134; - Identity_AddSubCall identity_add_sub = 135; - Identity_RenameSubCall identity_rename_sub = 136; - Identity_RemoveSubCall identity_remove_sub = 137; - Identity_QuitSubCall identity_quit_sub = 138; - Proxy_ProxyCall proxy_proxy = 139; - Proxy_AddProxyCall proxy_add_proxy = 140; - Proxy_RemoveProxyCall proxy_remove_proxy = 141; - Proxy_RemoveProxiesCall proxy_remove_proxies = 142; - Proxy_CreatePureCall proxy_create_pure = 143; - Proxy_KillPureCall proxy_kill_pure = 144; - Proxy_AnnounceCall proxy_announce = 145; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 146; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 147; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 148; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 149; - Multisig_AsMultiCall multisig_as_multi = 150; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 151; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 152; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 153; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 154; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 155; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 156; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 157; - Bounties_ProposeBountyCall bounties_propose_bounty = 158; - Bounties_ApproveBountyCall bounties_approve_bounty = 159; - Bounties_ProposeCuratorCall bounties_propose_curator = 160; - Bounties_UnassignCuratorCall bounties_unassign_curator = 161; - Bounties_AcceptCuratorCall bounties_accept_curator = 162; - Bounties_AwardBountyCall bounties_award_bounty = 163; - Bounties_ClaimBountyCall bounties_claim_bounty = 164; - Bounties_CloseBountyCall bounties_close_bounty = 165; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 166; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 167; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 168; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 169; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 170; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 171; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 172; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 173; - NominationPools_JoinCall nomination_pools_join = 174; - NominationPools_BondExtraCall nomination_pools_bond_extra = 175; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 176; - NominationPools_UnbondCall nomination_pools_unbond = 177; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 178; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 179; - NominationPools_CreateCall nomination_pools_create = 180; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 181; - NominationPools_NominateCall nomination_pools_nominate = 182; - NominationPools_SetStateCall nomination_pools_set_state = 183; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 184; - NominationPools_SetConfigsCall nomination_pools_set_configs = 185; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 186; - NominationPools_ChillCall nomination_pools_chill = 187; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 188; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 189; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 190; - NominationPools_SetCommissionCall nomination_pools_set_commission = 191; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 192; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 193; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 194; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 195; - Gear_UploadCodeCall gear_upload_code = 196; - Gear_UploadProgramCall gear_upload_program = 197; - Gear_CreateProgramCall gear_create_program = 198; - Gear_SendMessageCall gear_send_message = 199; - Gear_SendReplyCall gear_send_reply = 200; - Gear_ClaimValueCall gear_claim_value = 201; - Gear_RunCall gear_run = 202; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 203; - StakingRewards_RefillCall staking_rewards_refill = 204; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 205; - StakingRewards_WithdrawCall staking_rewards_withdraw = 206; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 207; - GearVoucher_IssueCall gear_voucher_issue = 208; - GearVoucher_CallCall gear_voucher_call = 209; - GearVoucher_RevokeCall gear_voucher_revoke = 210; - GearVoucher_UpdateCall gear_voucher_update = 211; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 212; - GearVoucher_DeclineCall gear_voucher_decline = 213; - } +message Balances_Index { + CompactTupleNull value_0 = 1; } -message ElectionProviderMultiPhase_CompactSpArithmeticPerThingsPerU16 { - ElectionProviderMultiPhase_SpArithmeticPerThingsPerU16 value = 1; +message Balances_Address32 { + repeated uint32 value_0 = 1; } -message Grandpa_ReportEquivocationUnsignedCall { - Grandpa_SpConsensusGrandpaEquivocationProof equivocation_proof = 1; - Grandpa_SpSessionMembershipProof key_owner_proof = 2; +message Balances_Address20 { + repeated uint32 value_0 = 1; } -message Balances_Source { +message Balances_Dest { oneof value { Balances_Id id = 1; Balances_Index index = 2; @@ -366,5170 +28,16 @@ message Balances_Source { Balances_Address20 address20 = 5; } } -message Vesting_VestCall { -} -message Staking_Staked { -} -message Staking_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Session_PurgeKeysCall { -} -message Bounties_ApproveBountyCall { - Bounties_CompactUint32 bounty_id = 1; -} -message NominationPools_NewRoot { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message NominationPools_SetCommissionCall { - uint32 pool_id = 1; - optional NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32 new_commission = 2; -} -message GearVoucher_CallCall { - GearVoucher_PalletGearVoucherInternalVoucherId voucher_id = 1; - GearVoucher_Call call = 2; -} -message BTreeSet { - repeated GprimitivesActorId value_0 = 1; -} -message Babe_PrimitiveTypesH256 { - repeated uint32 parent_hash = 1; -} -message NominationPools_Open { -} -message NominationPools_TupleSpArithmeticPerThingsPerbillspCoreCryptoAccountId32 { - NominationPools_SpArithmeticPerThingsPerbill value_0 = 1; - NominationPools_SpCoreCryptoAccountId32 value_1 = 2; -} -message Gear_CreateProgramCall { - Gear_GprimitivesCodeId code_id = 1; - repeated uint32 salt = 2; - repeated uint32 init_payload = 3; - uint64 gas_limit = 4; - string value = 5; - bool keep_alive = 6; -} -message Gear_GprimitivesMessageId { - repeated uint32 reply_to_id = 1; -} -message Multisig_SpCoreCryptoAccountId32 { - Multisig_SpCoreCryptoAccountId32 other_signatories = 1; -} -message NominationPools_MinCreateBond { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message Gear_GprimitivesActorId { - repeated uint32 destination = 1; -} -message Staking_ValidateCall { - Staking_PalletStakingValidatorPrefs prefs = 1; -} -message Staking_Address20 { - repeated uint32 value_0 = 1; -} -message NominationPools_PermissionlessAll { -} -message ConvictionVoting_Locked4X { -} -message ConvictionVoting_UndelegateCall { - uint32 class = 1; -} -message BagsList_RebagCall { - BagsList_Dislocated dislocated = 1; -} -message Staking_Remove { -} -message ChildBounties_Beneficiary { - oneof value { - ChildBounties_Id id = 1; - ChildBounties_Index index = 2; - ChildBounties_Raw raw = 3; - ChildBounties_Address32 address32 = 4; - ChildBounties_Address20 address20 = 5; - } -} -message NominationPools_FreeBalance { - string value_0 = 1; -} -message NominationPools_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message NominationPools_Nominator { - oneof value { - NominationPools_Id id = 1; - NominationPools_Index index = 2; - NominationPools_Raw raw = 3; - NominationPools_Address32 address32 = 4; - NominationPools_Address20 address20 = 5; - } -} -message Balances_Address20 { - repeated uint32 value_0 = 1; +message Balances_CompactString { + string value = 1; } message Balances_TransferKeepAliveCall { Balances_Dest dest = 1; Balances_CompactString value = 2; } -message Referenda_Origins { - Value0 value_0 = 1; -} -message Referenda_NudgeReferendumCall { - uint32 index = 1; -} -message FellowshipReferenda_Inline { - BoundedCollectionsBoundedVecBoundedVec value_0 = 1; -} -message Whitelist_RemoveWhitelistedCallCall { - Whitelist_PrimitiveTypesH256 call_hash = 1; -} -message Identity_AddRegistrarCall { - Identity_Account account = 1; -} -message Identity_Raw26 { - repeated uint32 value_0 = 1; -} -message NominationPools_Set { - string value_0 = 1; -} -message Timestamp_CompactUint64 { - uint64 value = 1; -} -message NominationPools_SetCommissionChangeRateCall { - uint32 pool_id = 1; - NominationPools_PalletNominationPoolsCommissionChangeRate change_rate = 2; -} -message Babe_SpRuntimeGenericDigestDigest { - repeated Babe_SpRuntimeGenericDigestDigestItem logs = 1; -} -message FellowshipCollective_Address32 { - repeated uint32 value_0 = 1; -} -message Identity_Raw14 { - repeated uint32 value_0 = 1; -} -message Identity_Raw21 { - repeated uint32 value_0 = 1; -} -message Gear_UploadProgramCall { - repeated uint32 code = 1; - repeated uint32 salt = 2; - repeated uint32 init_payload = 3; - uint64 gas_limit = 4; - string value = 5; - bool keep_alive = 6; -} -message ConvictionVoting_SplitAbstain { - string aye = 1; - string nay = 2; - string abstain = 3; -} -message ConvictionVoting_To { - oneof value { - ConvictionVoting_Id id = 1; - ConvictionVoting_Index index = 2; - ConvictionVoting_Raw raw = 3; - ConvictionVoting_Address32 address32 = 4; - ConvictionVoting_Address20 address20 = 5; - } -} -message Referenda_CancelCall { - uint32 index = 1; -} -message Scheduler_ScheduleNamedAfterCall { - repeated uint32 id = 1; - uint32 after = 2; - optional Scheduler_TupleUint32Uint32 maybe_periodic = 3; - uint32 priority = 4; - oneof call { - System_RemarkCall system_remark = 5; - System_SetHeapPagesCall system_set_heap_pages = 6; - System_SetCodeCall system_set_code = 7; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 8; - System_SetStorageCall system_set_storage = 9; - System_KillStorageCall system_kill_storage = 10; - System_KillPrefixCall system_kill_prefix = 11; - System_RemarkWithEventCall system_remark_with_event = 12; - Timestamp_SetCall timestamp_set = 13; - Babe_ReportEquivocationCall babe_report_equivocation = 14; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 15; - Babe_PlanConfigChangeCall babe_plan_config_change = 16; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 17; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 18; - Grandpa_NoteStalledCall grandpa_note_stalled = 19; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 20; - Balances_ForceTransferCall balances_force_transfer = 21; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 22; - Balances_TransferAllCall balances_transfer_all = 23; - Balances_ForceUnreserveCall balances_force_unreserve = 24; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 25; - Balances_ForceSetBalanceCall balances_force_set_balance = 26; - Vesting_VestCall vesting_vest = 27; - Vesting_VestOtherCall vesting_vest_other = 28; - Vesting_VestedTransferCall vesting_vested_transfer = 29; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 30; - Vesting_MergeSchedulesCall vesting_merge_schedules = 31; - BagsList_RebagCall bags_list_rebag = 32; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 33; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 34; - ImOnline_HeartbeatCall im_online_heartbeat = 35; - Staking_BondCall staking_bond = 36; - Staking_BondExtraCall staking_bond_extra = 37; - Staking_UnbondCall staking_unbond = 38; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 39; - Staking_ValidateCall staking_validate = 40; - Staking_NominateCall staking_nominate = 41; - Staking_ChillCall staking_chill = 42; - Staking_SetPayeeCall staking_set_payee = 43; - Staking_SetControllerCall staking_set_controller = 44; - Staking_SetValidatorCountCall staking_set_validator_count = 45; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 46; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 47; - Staking_ForceNoErasCall staking_force_no_eras = 48; - Staking_ForceNewEraCall staking_force_new_era = 49; - Staking_SetInvulnerablesCall staking_set_invulnerables = 50; - Staking_ForceUnstakeCall staking_force_unstake = 51; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 52; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 53; - Staking_PayoutStakersCall staking_payout_stakers = 54; - Staking_RebondCall staking_rebond = 55; - Staking_ReapStashCall staking_reap_stash = 56; - Staking_KickCall staking_kick = 57; - Staking_SetStakingConfigsCall staking_set_staking_configs = 58; - Staking_ChillOtherCall staking_chill_other = 59; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 60; - Staking_SetMinCommissionCall staking_set_min_commission = 61; - Session_SetKeysCall session_set_keys = 62; - Session_PurgeKeysCall session_purge_keys = 63; - Treasury_ProposeSpendCall treasury_propose_spend = 64; - Treasury_RejectProposalCall treasury_reject_proposal = 65; - Treasury_ApproveProposalCall treasury_approve_proposal = 66; - Treasury_SpendLocalCall treasury_spend_local = 67; - Treasury_RemoveApprovalCall treasury_remove_approval = 68; - Treasury_SpendCall treasury_spend = 69; - Treasury_PayoutCall treasury_payout = 70; - Treasury_CheckStatusCall treasury_check_status = 71; - Treasury_VoidSpendCall treasury_void_spend = 72; - Utility_BatchCall utility_batch = 73; - Utility_AsDerivativeCall utility_as_derivative = 74; - Utility_BatchAllCall utility_batch_all = 75; - Utility_DispatchAsCall utility_dispatch_as = 76; - Utility_ForceBatchCall utility_force_batch = 77; - Utility_WithWeightCall utility_with_weight = 78; - ConvictionVoting_VoteCall conviction_voting_vote = 79; - ConvictionVoting_DelegateCall conviction_voting_delegate = 80; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 81; - ConvictionVoting_UnlockCall conviction_voting_unlock = 82; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 83; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 84; - Referenda_SubmitCall referenda_submit = 85; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 86; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 87; - Referenda_CancelCall referenda_cancel = 88; - Referenda_KillCall referenda_kill = 89; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 90; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 91; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 92; - Referenda_SetMetadataCall referenda_set_metadata = 93; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 94; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 95; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 96; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 97; - FellowshipCollective_VoteCall fellowship_collective_vote = 98; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 99; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 100; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 101; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 102; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 103; - FellowshipReferenda_KillCall fellowship_referenda_kill = 104; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 105; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 106; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 107; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 108; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 109; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 110; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 111; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 112; - Scheduler_ScheduleCall scheduler_schedule = 113; - Scheduler_CancelCall scheduler_cancel = 114; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 115; - Scheduler_CancelNamedCall scheduler_cancel_named = 116; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 117; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 118; - Preimage_NotePreimageCall preimage_note_preimage = 119; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 120; - Preimage_RequestPreimageCall preimage_request_preimage = 121; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 122; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 123; - Identity_AddRegistrarCall identity_add_registrar = 124; - Identity_SetIdentityCall identity_set_identity = 125; - Identity_SetSubsCall identity_set_subs = 126; - Identity_ClearIdentityCall identity_clear_identity = 127; - Identity_RequestJudgementCall identity_request_judgement = 128; - Identity_CancelRequestCall identity_cancel_request = 129; - Identity_SetFeeCall identity_set_fee = 130; - Identity_SetAccountIdCall identity_set_account_id = 131; - Identity_SetFieldsCall identity_set_fields = 132; - Identity_ProvideJudgementCall identity_provide_judgement = 133; - Identity_KillIdentityCall identity_kill_identity = 134; - Identity_AddSubCall identity_add_sub = 135; - Identity_RenameSubCall identity_rename_sub = 136; - Identity_RemoveSubCall identity_remove_sub = 137; - Identity_QuitSubCall identity_quit_sub = 138; - Proxy_ProxyCall proxy_proxy = 139; - Proxy_AddProxyCall proxy_add_proxy = 140; - Proxy_RemoveProxyCall proxy_remove_proxy = 141; - Proxy_RemoveProxiesCall proxy_remove_proxies = 142; - Proxy_CreatePureCall proxy_create_pure = 143; - Proxy_KillPureCall proxy_kill_pure = 144; - Proxy_AnnounceCall proxy_announce = 145; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 146; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 147; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 148; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 149; - Multisig_AsMultiCall multisig_as_multi = 150; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 151; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 152; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 153; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 154; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 155; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 156; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 157; - Bounties_ProposeBountyCall bounties_propose_bounty = 158; - Bounties_ApproveBountyCall bounties_approve_bounty = 159; - Bounties_ProposeCuratorCall bounties_propose_curator = 160; - Bounties_UnassignCuratorCall bounties_unassign_curator = 161; - Bounties_AcceptCuratorCall bounties_accept_curator = 162; - Bounties_AwardBountyCall bounties_award_bounty = 163; - Bounties_ClaimBountyCall bounties_claim_bounty = 164; - Bounties_CloseBountyCall bounties_close_bounty = 165; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 166; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 167; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 168; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 169; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 170; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 171; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 172; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 173; - NominationPools_JoinCall nomination_pools_join = 174; - NominationPools_BondExtraCall nomination_pools_bond_extra = 175; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 176; - NominationPools_UnbondCall nomination_pools_unbond = 177; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 178; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 179; - NominationPools_CreateCall nomination_pools_create = 180; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 181; - NominationPools_NominateCall nomination_pools_nominate = 182; - NominationPools_SetStateCall nomination_pools_set_state = 183; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 184; - NominationPools_SetConfigsCall nomination_pools_set_configs = 185; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 186; - NominationPools_ChillCall nomination_pools_chill = 187; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 188; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 189; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 190; - NominationPools_SetCommissionCall nomination_pools_set_commission = 191; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 192; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 193; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 194; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 195; - Gear_UploadCodeCall gear_upload_code = 196; - Gear_UploadProgramCall gear_upload_program = 197; - Gear_CreateProgramCall gear_create_program = 198; - Gear_SendMessageCall gear_send_message = 199; - Gear_SendReplyCall gear_send_reply = 200; - Gear_ClaimValueCall gear_claim_value = 201; - Gear_RunCall gear_run = 202; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 203; - StakingRewards_RefillCall staking_rewards_refill = 204; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 205; - StakingRewards_WithdrawCall staking_rewards_withdraw = 206; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 207; - GearVoucher_IssueCall gear_voucher_issue = 208; - GearVoucher_CallCall gear_voucher_call = 209; - GearVoucher_RevokeCall gear_voucher_revoke = 210; - GearVoucher_UpdateCall gear_voucher_update = 211; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 212; - GearVoucher_DeclineCall gear_voucher_decline = 213; - } -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes5ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message FellowshipReferenda_Legacy { - PrimitiveTypesH256 hash = 1; -} -message Proxy_Address32 { - repeated uint32 value_0 = 1; -} -message ChildBounties_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message StakingRewards_Address32 { - repeated uint32 value_0 = 1; -} -message ElectionProviderMultiPhase_SpArithmeticPerThingsPerU16 { - uint32 value = 1; -} -message ChildBounties_AwardChildBountyCall { - ChildBounties_CompactUint32 parent_bounty_id = 1; - ChildBounties_CompactUint32 child_bounty_id = 2; - ChildBounties_Beneficiary beneficiary = 3; -} -message System_SetCodeWithoutChecksCall { - repeated uint32 code = 1; -} -message Treasury_Beneficiary { - oneof value { - Treasury_Id id = 1; - Treasury_Index index = 2; - Treasury_Raw raw = 3; - Treasury_Address32 address32 = 4; - Treasury_Address20 address20 = 5; - } -} -message Preimage_UnnotePreimageCall { - Preimage_PrimitiveTypesH256 hash = 1; -} -message Identity_Raw { - repeated uint32 value_0 = 1; -} -message Identity_Address20 { - repeated uint32 value_0 = 1; -} -message Identity_Reasonable { -} -message Staking_ScaleValidatorCountCall { - Staking_SpArithmeticPerThingsPercent factor = 1; -} -message FellowshipCollective_PromoteMemberCall { - FellowshipCollective_Who who = 1; -} -message Identity_Raw5 { - repeated uint32 value_0 = 1; -} -message ChildBounties_CloseChildBountyCall { - ChildBounties_CompactUint32 parent_bounty_id = 1; - ChildBounties_CompactUint32 child_bounty_id = 2; -} -message NominationPools_CreateCall { - NominationPools_CompactString amount = 1; - NominationPools_Root root = 2; - NominationPools_Nominator nominator = 3; - NominationPools_Bouncer bouncer = 4; -} -message Staking_ForceUnstakeCall { - Staking_SpCoreCryptoAccountId32 stash = 1; - uint32 num_slashing_spans = 2; -} -message Utility_VaraRuntimeRuntimeCall { - oneof calls { - System_RemarkCall system_remark = 1; - System_SetHeapPagesCall system_set_heap_pages = 2; - System_SetCodeCall system_set_code = 3; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 4; - System_SetStorageCall system_set_storage = 5; - System_KillStorageCall system_kill_storage = 6; - System_KillPrefixCall system_kill_prefix = 7; - System_RemarkWithEventCall system_remark_with_event = 8; - Timestamp_SetCall timestamp_set = 9; - Babe_ReportEquivocationCall babe_report_equivocation = 10; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 11; - Babe_PlanConfigChangeCall babe_plan_config_change = 12; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 13; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 14; - Grandpa_NoteStalledCall grandpa_note_stalled = 15; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 16; - Balances_ForceTransferCall balances_force_transfer = 17; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 18; - Balances_TransferAllCall balances_transfer_all = 19; - Balances_ForceUnreserveCall balances_force_unreserve = 20; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 21; - Balances_ForceSetBalanceCall balances_force_set_balance = 22; - Vesting_VestCall vesting_vest = 23; - Vesting_VestOtherCall vesting_vest_other = 24; - Vesting_VestedTransferCall vesting_vested_transfer = 25; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 26; - Vesting_MergeSchedulesCall vesting_merge_schedules = 27; - BagsList_RebagCall bags_list_rebag = 28; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 29; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 30; - ImOnline_HeartbeatCall im_online_heartbeat = 31; - Staking_BondCall staking_bond = 32; - Staking_BondExtraCall staking_bond_extra = 33; - Staking_UnbondCall staking_unbond = 34; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 35; - Staking_ValidateCall staking_validate = 36; - Staking_NominateCall staking_nominate = 37; - Staking_ChillCall staking_chill = 38; - Staking_SetPayeeCall staking_set_payee = 39; - Staking_SetControllerCall staking_set_controller = 40; - Staking_SetValidatorCountCall staking_set_validator_count = 41; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 42; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 43; - Staking_ForceNoErasCall staking_force_no_eras = 44; - Staking_ForceNewEraCall staking_force_new_era = 45; - Staking_SetInvulnerablesCall staking_set_invulnerables = 46; - Staking_ForceUnstakeCall staking_force_unstake = 47; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 48; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 49; - Staking_PayoutStakersCall staking_payout_stakers = 50; - Staking_RebondCall staking_rebond = 51; - Staking_ReapStashCall staking_reap_stash = 52; - Staking_KickCall staking_kick = 53; - Staking_SetStakingConfigsCall staking_set_staking_configs = 54; - Staking_ChillOtherCall staking_chill_other = 55; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 56; - Staking_SetMinCommissionCall staking_set_min_commission = 57; - Session_SetKeysCall session_set_keys = 58; - Session_PurgeKeysCall session_purge_keys = 59; - Treasury_ProposeSpendCall treasury_propose_spend = 60; - Treasury_RejectProposalCall treasury_reject_proposal = 61; - Treasury_ApproveProposalCall treasury_approve_proposal = 62; - Treasury_SpendLocalCall treasury_spend_local = 63; - Treasury_RemoveApprovalCall treasury_remove_approval = 64; - Treasury_SpendCall treasury_spend = 65; - Treasury_PayoutCall treasury_payout = 66; - Treasury_CheckStatusCall treasury_check_status = 67; - Treasury_VoidSpendCall treasury_void_spend = 68; - Utility_BatchCall utility_batch = 69; - Utility_AsDerivativeCall utility_as_derivative = 70; - Utility_BatchAllCall utility_batch_all = 71; - Utility_DispatchAsCall utility_dispatch_as = 72; - Utility_ForceBatchCall utility_force_batch = 73; - Utility_WithWeightCall utility_with_weight = 74; - ConvictionVoting_VoteCall conviction_voting_vote = 75; - ConvictionVoting_DelegateCall conviction_voting_delegate = 76; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 77; - ConvictionVoting_UnlockCall conviction_voting_unlock = 78; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 79; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 80; - Referenda_SubmitCall referenda_submit = 81; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 82; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 83; - Referenda_CancelCall referenda_cancel = 84; - Referenda_KillCall referenda_kill = 85; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 86; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 87; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 88; - Referenda_SetMetadataCall referenda_set_metadata = 89; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 90; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 91; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 92; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 93; - FellowshipCollective_VoteCall fellowship_collective_vote = 94; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 95; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 96; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 97; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 98; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 99; - FellowshipReferenda_KillCall fellowship_referenda_kill = 100; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 101; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 102; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 103; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 104; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 105; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 106; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 107; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 108; - Scheduler_ScheduleCall scheduler_schedule = 109; - Scheduler_CancelCall scheduler_cancel = 110; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 111; - Scheduler_CancelNamedCall scheduler_cancel_named = 112; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 113; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 114; - Preimage_NotePreimageCall preimage_note_preimage = 115; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 116; - Preimage_RequestPreimageCall preimage_request_preimage = 117; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 118; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 119; - Identity_AddRegistrarCall identity_add_registrar = 120; - Identity_SetIdentityCall identity_set_identity = 121; - Identity_SetSubsCall identity_set_subs = 122; - Identity_ClearIdentityCall identity_clear_identity = 123; - Identity_RequestJudgementCall identity_request_judgement = 124; - Identity_CancelRequestCall identity_cancel_request = 125; - Identity_SetFeeCall identity_set_fee = 126; - Identity_SetAccountIdCall identity_set_account_id = 127; - Identity_SetFieldsCall identity_set_fields = 128; - Identity_ProvideJudgementCall identity_provide_judgement = 129; - Identity_KillIdentityCall identity_kill_identity = 130; - Identity_AddSubCall identity_add_sub = 131; - Identity_RenameSubCall identity_rename_sub = 132; - Identity_RemoveSubCall identity_remove_sub = 133; - Identity_QuitSubCall identity_quit_sub = 134; - Proxy_ProxyCall proxy_proxy = 135; - Proxy_AddProxyCall proxy_add_proxy = 136; - Proxy_RemoveProxyCall proxy_remove_proxy = 137; - Proxy_RemoveProxiesCall proxy_remove_proxies = 138; - Proxy_CreatePureCall proxy_create_pure = 139; - Proxy_KillPureCall proxy_kill_pure = 140; - Proxy_AnnounceCall proxy_announce = 141; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 142; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 143; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 144; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 145; - Multisig_AsMultiCall multisig_as_multi = 146; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 147; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 148; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 149; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 150; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 151; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 152; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 153; - Bounties_ProposeBountyCall bounties_propose_bounty = 154; - Bounties_ApproveBountyCall bounties_approve_bounty = 155; - Bounties_ProposeCuratorCall bounties_propose_curator = 156; - Bounties_UnassignCuratorCall bounties_unassign_curator = 157; - Bounties_AcceptCuratorCall bounties_accept_curator = 158; - Bounties_AwardBountyCall bounties_award_bounty = 159; - Bounties_ClaimBountyCall bounties_claim_bounty = 160; - Bounties_CloseBountyCall bounties_close_bounty = 161; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 162; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 163; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 164; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 165; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 166; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 167; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 168; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 169; - NominationPools_JoinCall nomination_pools_join = 170; - NominationPools_BondExtraCall nomination_pools_bond_extra = 171; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 172; - NominationPools_UnbondCall nomination_pools_unbond = 173; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 174; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 175; - NominationPools_CreateCall nomination_pools_create = 176; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 177; - NominationPools_NominateCall nomination_pools_nominate = 178; - NominationPools_SetStateCall nomination_pools_set_state = 179; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 180; - NominationPools_SetConfigsCall nomination_pools_set_configs = 181; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 182; - NominationPools_ChillCall nomination_pools_chill = 183; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 184; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 185; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 186; - NominationPools_SetCommissionCall nomination_pools_set_commission = 187; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 188; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 189; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 190; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 191; - Gear_UploadCodeCall gear_upload_code = 192; - Gear_UploadProgramCall gear_upload_program = 193; - Gear_CreateProgramCall gear_create_program = 194; - Gear_SendMessageCall gear_send_message = 195; - Gear_SendReplyCall gear_send_reply = 196; - Gear_ClaimValueCall gear_claim_value = 197; - Gear_RunCall gear_run = 198; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 199; - StakingRewards_RefillCall staking_rewards_refill = 200; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 201; - StakingRewards_WithdrawCall staking_rewards_withdraw = 202; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 203; - GearVoucher_IssueCall gear_voucher_issue = 204; - GearVoucher_CallCall gear_voucher_call = 205; - GearVoucher_RevokeCall gear_voucher_revoke = 206; - GearVoucher_UpdateCall gear_voucher_update = 207; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 208; - GearVoucher_DeclineCall gear_voucher_decline = 209; - } -} -message ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize { - ElectionProviderMultiPhase_CompactUint32 voters = 1; - ElectionProviderMultiPhase_CompactUint32 targets = 2; -} -message NominationPools_CreateWithPoolIdCall { - NominationPools_CompactString amount = 1; - NominationPools_Root root = 2; - NominationPools_Nominator nominator = 3; - NominationPools_Bouncer bouncer = 4; - uint32 pool_id = 5; -} -message GearVoucher_UpdateCall { - GearVoucher_SpCoreCryptoAccountId32 spender = 1; - GearVoucher_PalletGearVoucherInternalVoucherId voucher_id = 2; - optional GearVoucher_SpCoreCryptoAccountId32 move_ownership = 3; - optional string balance_top_up = 4; - optional GearVoucher_AppendPrograms append_programs = 5; - optional bool code_uploading = 6; - optional uint32 prolong_duration = 7; -} -message Identity_Raw16 { - repeated uint32 value_0 = 1; -} -message NominationPools_SpCoreCryptoAccountId32 { - NominationPools_SpCoreCryptoAccountId32 validators = 1; -} -message Babe_ReportEquivocationUnsignedCall { - Babe_SpConsensusSlotsEquivocationProof equivocation_proof = 1; - Babe_SpSessionMembershipProof key_owner_proof = 2; -} -message Babe_PlanConfigChangeCall { - Babe_Config config = 1; -} -message Grandpa_Prevote { - FinalityGrandpaEquivocation value_0 = 1; -} -message ConvictionVoting_RemoveVoteCall { - optional uint32 class = 1; - uint32 index = 2; -} -message Referenda_OneFewerDecidingCall { - uint32 track = 1; -} -message ElectionProviderMultiPhase_GovernanceFallbackCall { - optional uint32 maybe_max_voters = 1; - optional uint32 maybe_max_targets = 2; -} -message Grandpa_ReportEquivocationCall { - Grandpa_SpConsensusGrandpaEquivocationProof equivocation_proof = 1; - Grandpa_SpSessionMembershipProof key_owner_proof = 2; -} -message Staking_CompactUint32 { - uint32 value = 1; -} -message Staking_KickCall { - repeated Staking_SpRuntimeMultiaddressMultiAddress who = 1; -} -message FellowshipCollective_CleanupPollCall { - uint32 poll_index = 1; - uint32 max = 2; -} -message Identity_ShaThree256 { - repeated uint32 value_0 = 1; -} -message Identity_AddSubCall { - Identity_Sub sub = 1; - Identity_Data data = 2; -} -message NominationPools_PalletNominationPoolsCommissionChangeRate { - NominationPools_SpArithmeticPerThingsPerbill max_increase = 1; - uint32 min_delay = 2; -} -message Utility_DispatchAsCall { - Utility_AsOrigin as_origin = 1; - oneof call { - System_RemarkCall system_remark = 2; - System_SetHeapPagesCall system_set_heap_pages = 3; - System_SetCodeCall system_set_code = 4; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 5; - System_SetStorageCall system_set_storage = 6; - System_KillStorageCall system_kill_storage = 7; - System_KillPrefixCall system_kill_prefix = 8; - System_RemarkWithEventCall system_remark_with_event = 9; - Timestamp_SetCall timestamp_set = 10; - Babe_ReportEquivocationCall babe_report_equivocation = 11; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 12; - Babe_PlanConfigChangeCall babe_plan_config_change = 13; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 14; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 15; - Grandpa_NoteStalledCall grandpa_note_stalled = 16; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 17; - Balances_ForceTransferCall balances_force_transfer = 18; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 19; - Balances_TransferAllCall balances_transfer_all = 20; - Balances_ForceUnreserveCall balances_force_unreserve = 21; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 22; - Balances_ForceSetBalanceCall balances_force_set_balance = 23; - Vesting_VestCall vesting_vest = 24; - Vesting_VestOtherCall vesting_vest_other = 25; - Vesting_VestedTransferCall vesting_vested_transfer = 26; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 27; - Vesting_MergeSchedulesCall vesting_merge_schedules = 28; - BagsList_RebagCall bags_list_rebag = 29; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 30; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 31; - ImOnline_HeartbeatCall im_online_heartbeat = 32; - Staking_BondCall staking_bond = 33; - Staking_BondExtraCall staking_bond_extra = 34; - Staking_UnbondCall staking_unbond = 35; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 36; - Staking_ValidateCall staking_validate = 37; - Staking_NominateCall staking_nominate = 38; - Staking_ChillCall staking_chill = 39; - Staking_SetPayeeCall staking_set_payee = 40; - Staking_SetControllerCall staking_set_controller = 41; - Staking_SetValidatorCountCall staking_set_validator_count = 42; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 43; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 44; - Staking_ForceNoErasCall staking_force_no_eras = 45; - Staking_ForceNewEraCall staking_force_new_era = 46; - Staking_SetInvulnerablesCall staking_set_invulnerables = 47; - Staking_ForceUnstakeCall staking_force_unstake = 48; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 49; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 50; - Staking_PayoutStakersCall staking_payout_stakers = 51; - Staking_RebondCall staking_rebond = 52; - Staking_ReapStashCall staking_reap_stash = 53; - Staking_KickCall staking_kick = 54; - Staking_SetStakingConfigsCall staking_set_staking_configs = 55; - Staking_ChillOtherCall staking_chill_other = 56; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 57; - Staking_SetMinCommissionCall staking_set_min_commission = 58; - Session_SetKeysCall session_set_keys = 59; - Session_PurgeKeysCall session_purge_keys = 60; - Treasury_ProposeSpendCall treasury_propose_spend = 61; - Treasury_RejectProposalCall treasury_reject_proposal = 62; - Treasury_ApproveProposalCall treasury_approve_proposal = 63; - Treasury_SpendLocalCall treasury_spend_local = 64; - Treasury_RemoveApprovalCall treasury_remove_approval = 65; - Treasury_SpendCall treasury_spend = 66; - Treasury_PayoutCall treasury_payout = 67; - Treasury_CheckStatusCall treasury_check_status = 68; - Treasury_VoidSpendCall treasury_void_spend = 69; - Utility_BatchCall utility_batch = 70; - Utility_AsDerivativeCall utility_as_derivative = 71; - Utility_BatchAllCall utility_batch_all = 72; - Utility_DispatchAsCall utility_dispatch_as = 73; - Utility_ForceBatchCall utility_force_batch = 74; - Utility_WithWeightCall utility_with_weight = 75; - ConvictionVoting_VoteCall conviction_voting_vote = 76; - ConvictionVoting_DelegateCall conviction_voting_delegate = 77; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 78; - ConvictionVoting_UnlockCall conviction_voting_unlock = 79; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 80; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 81; - Referenda_SubmitCall referenda_submit = 82; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 83; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 84; - Referenda_CancelCall referenda_cancel = 85; - Referenda_KillCall referenda_kill = 86; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 87; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 88; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 89; - Referenda_SetMetadataCall referenda_set_metadata = 90; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 91; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 92; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 93; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 94; - FellowshipCollective_VoteCall fellowship_collective_vote = 95; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 96; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 97; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 98; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 99; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 100; - FellowshipReferenda_KillCall fellowship_referenda_kill = 101; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 102; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 103; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 104; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 105; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 106; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 107; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 108; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 109; - Scheduler_ScheduleCall scheduler_schedule = 110; - Scheduler_CancelCall scheduler_cancel = 111; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 112; - Scheduler_CancelNamedCall scheduler_cancel_named = 113; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 114; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 115; - Preimage_NotePreimageCall preimage_note_preimage = 116; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 117; - Preimage_RequestPreimageCall preimage_request_preimage = 118; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 119; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 120; - Identity_AddRegistrarCall identity_add_registrar = 121; - Identity_SetIdentityCall identity_set_identity = 122; - Identity_SetSubsCall identity_set_subs = 123; - Identity_ClearIdentityCall identity_clear_identity = 124; - Identity_RequestJudgementCall identity_request_judgement = 125; - Identity_CancelRequestCall identity_cancel_request = 126; - Identity_SetFeeCall identity_set_fee = 127; - Identity_SetAccountIdCall identity_set_account_id = 128; - Identity_SetFieldsCall identity_set_fields = 129; - Identity_ProvideJudgementCall identity_provide_judgement = 130; - Identity_KillIdentityCall identity_kill_identity = 131; - Identity_AddSubCall identity_add_sub = 132; - Identity_RenameSubCall identity_rename_sub = 133; - Identity_RemoveSubCall identity_remove_sub = 134; - Identity_QuitSubCall identity_quit_sub = 135; - Proxy_ProxyCall proxy_proxy = 136; - Proxy_AddProxyCall proxy_add_proxy = 137; - Proxy_RemoveProxyCall proxy_remove_proxy = 138; - Proxy_RemoveProxiesCall proxy_remove_proxies = 139; - Proxy_CreatePureCall proxy_create_pure = 140; - Proxy_KillPureCall proxy_kill_pure = 141; - Proxy_AnnounceCall proxy_announce = 142; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 143; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 144; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 145; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 146; - Multisig_AsMultiCall multisig_as_multi = 147; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 148; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 149; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 150; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 151; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 152; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 153; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 154; - Bounties_ProposeBountyCall bounties_propose_bounty = 155; - Bounties_ApproveBountyCall bounties_approve_bounty = 156; - Bounties_ProposeCuratorCall bounties_propose_curator = 157; - Bounties_UnassignCuratorCall bounties_unassign_curator = 158; - Bounties_AcceptCuratorCall bounties_accept_curator = 159; - Bounties_AwardBountyCall bounties_award_bounty = 160; - Bounties_ClaimBountyCall bounties_claim_bounty = 161; - Bounties_CloseBountyCall bounties_close_bounty = 162; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 163; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 164; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 165; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 166; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 167; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 168; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 169; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 170; - NominationPools_JoinCall nomination_pools_join = 171; - NominationPools_BondExtraCall nomination_pools_bond_extra = 172; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 173; - NominationPools_UnbondCall nomination_pools_unbond = 174; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 175; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 176; - NominationPools_CreateCall nomination_pools_create = 177; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 178; - NominationPools_NominateCall nomination_pools_nominate = 179; - NominationPools_SetStateCall nomination_pools_set_state = 180; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 181; - NominationPools_SetConfigsCall nomination_pools_set_configs = 182; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 183; - NominationPools_ChillCall nomination_pools_chill = 184; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 185; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 186; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 187; - NominationPools_SetCommissionCall nomination_pools_set_commission = 188; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 189; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 190; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 191; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 192; - Gear_UploadCodeCall gear_upload_code = 193; - Gear_UploadProgramCall gear_upload_program = 194; - Gear_CreateProgramCall gear_create_program = 195; - Gear_SendMessageCall gear_send_message = 196; - Gear_SendReplyCall gear_send_reply = 197; - Gear_ClaimValueCall gear_claim_value = 198; - Gear_RunCall gear_run = 199; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 200; - StakingRewards_RefillCall staking_rewards_refill = 201; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 202; - StakingRewards_WithdrawCall staking_rewards_withdraw = 203; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 204; - GearVoucher_IssueCall gear_voucher_issue = 205; - GearVoucher_CallCall gear_voucher_call = 206; - GearVoucher_RevokeCall gear_voucher_revoke = 207; - GearVoucher_UpdateCall gear_voucher_update = 208; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 209; - GearVoucher_DeclineCall gear_voucher_decline = 210; - } -} -message Referenda_System { - Value0 value_0 = 1; -} -message FellowshipReferenda_RefundSubmissionDepositCall { - uint32 index = 1; -} -message Identity_Raw8 { - repeated uint32 value_0 = 1; -} -message Bounties_Raw { - repeated uint32 value_0 = 1; -} -message NominationPools_NewNominator { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message Balances_CompactString { - string value = 1; -} -message Staking_NominateCall { - repeated Staking_SpRuntimeMultiaddressMultiAddress targets = 1; -} -message Referenda_Inline { - BoundedCollectionsBoundedVecBoundedVec value_0 = 1; -} -message Identity_Index { - CompactTupleNull value_0 = 1; -} -message NominationPools_MaxMembers { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message NominationPools_PermissionlessCompound { -} -message NominationPools_Permission { - oneof value { - NominationPools_Permissioned permissioned = 1; - NominationPools_PermissionlessCompound permissionless_compound = 2; - NominationPools_PermissionlessWithdraw permissionless_withdraw = 3; - NominationPools_PermissionlessAll permissionless_all = 4; - } -} -message Grandpa_NoteStalledCall { - uint32 delay = 1; - uint32 best_finalized_block_number = 2; -} -message Staking_MaxNominatorCount { - oneof value { - Staking_Noop noop = 1; - Staking_Set set = 2; - Staking_Remove remove = 3; - } -} -message Staking_ChillOtherCall { - Staking_SpCoreCryptoAccountId32 controller = 1; -} -message Identity_Display { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Identity_PalletIdentitySimpleIdentityInfo { - Identity_BoundedCollectionsBoundedVecBoundedVec additional = 1; - Identity_Display display = 2; - Identity_Legal legal = 3; - Identity_Web web = 4; - Identity_Riot riot = 5; - Identity_Email email = 6; - repeated uint32 pgp_fingerprint = 7; - Identity_Image image = 8; - Identity_Twitter twitter = 9; -} -message ChildBounties_ProposeCuratorCall { - ChildBounties_CompactUint32 parent_bounty_id = 1; - ChildBounties_CompactUint32 child_bounty_id = 2; - ChildBounties_Curator curator = 3; - ChildBounties_CompactString fee = 4; -} -message Babe_SpRuntimeGenericHeaderHeader { - Babe_PrimitiveTypesH256 parent_hash = 1; - Babe_CompactUint32 number = 2; - Babe_PrimitiveTypesH256 state_root = 3; - Babe_PrimitiveTypesH256 extrinsics_root = 4; - Babe_SpRuntimeGenericDigestDigest digest = 5; -} -message ConvictionVoting_Target { - oneof value { - ConvictionVoting_Id id = 1; - ConvictionVoting_Index index = 2; - ConvictionVoting_Raw raw = 3; - ConvictionVoting_Address32 address32 = 4; - ConvictionVoting_Address20 address20 = 5; - } -} -message Identity_Raw6 { - repeated uint32 value_0 = 1; -} -message Proxy_Any { -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes6ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message ConvictionVoting_Address32 { - repeated uint32 value_0 = 1; -} -message ElectionProviderMultiPhase_SubmitUnsignedCall { - ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution raw_solution = 1; - ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseSolutionOrSnapshotSize witness = 2; -} -message NominationPools_Permissioned { -} message SpCoreCryptoAccountId32 { repeated uint32 value_0 = 1; } -message Identity_Raw18 { - repeated uint32 value_0 = 1; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes11ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes14ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message NominationPools_SetConfigsCall { - NominationPools_MinJoinBond min_join_bond = 1; - NominationPools_MinCreateBond min_create_bond = 2; - NominationPools_MaxPools max_pools = 3; - NominationPools_MaxMembers max_members = 4; - NominationPools_MaxMembersPerPool max_members_per_pool = 5; - NominationPools_GlobalMaxCommission global_max_commission = 6; -} -message TupleUint64Uint64 { - uint64 value_0 = 1; - uint64 value_1 = 2; -} -message Balances_UpgradeAccountsCall { - repeated Balances_SpCoreCryptoAccountId32 who = 1; -} -message Staking_Index { - CompactTupleNull value_0 = 1; -} -message ChildBounties_Address20 { - repeated uint32 value_0 = 1; -} -message Babe_RuntimeEnvironmentUpdated { -} -message PrimitiveTypesH256 { - repeated uint32 target_hash = 1; -} -message Balances_ForceSetBalanceCall { - Balances_Who who = 1; - Balances_CompactString new_free = 2; -} -message Referenda_RefundDecisionDepositCall { - uint32 index = 1; -} -message Scheduler_CancelCall { - uint32 when = 1; - uint32 index = 2; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes7ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message Babe_ReportEquivocationCall { - Babe_SpConsensusSlotsEquivocationProof equivocation_proof = 1; - Babe_SpSessionMembershipProof key_owner_proof = 2; -} -message Vesting_Source { - oneof value { - Vesting_Id id = 1; - Vesting_Index index = 2; - Vesting_Raw raw = 3; - Vesting_Address32 address32 = 4; - Vesting_Address20 address20 = 5; - } -} -message Treasury_Raw { - repeated uint32 value_0 = 1; -} -message Root { -} -message Identity_Raw32 { - repeated uint32 value_0 = 1; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes4ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message Staking_CancelDeferredSlashCall { - uint32 era = 1; - repeated uint32 slash_indices = 2; -} -message Referenda_SubmitCall { - Referenda_ProposalOrigin proposal_origin = 1; - Referenda_Proposal proposal = 2; - Referenda_EnactmentMoment enactment_moment = 3; -} -message Identity_Raw9 { - repeated uint32 value_0 = 1; -} -message Proxy_ProxyAnnouncedCall { - Proxy_Delegate delegate = 1; - Proxy_Real real = 2; - optional Proxy_ForceProxyType force_proxy_type = 3; - oneof call { - System_RemarkCall system_remark = 4; - System_SetHeapPagesCall system_set_heap_pages = 5; - System_SetCodeCall system_set_code = 6; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 7; - System_SetStorageCall system_set_storage = 8; - System_KillStorageCall system_kill_storage = 9; - System_KillPrefixCall system_kill_prefix = 10; - System_RemarkWithEventCall system_remark_with_event = 11; - Timestamp_SetCall timestamp_set = 12; - Babe_ReportEquivocationCall babe_report_equivocation = 13; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 14; - Babe_PlanConfigChangeCall babe_plan_config_change = 15; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 16; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 17; - Grandpa_NoteStalledCall grandpa_note_stalled = 18; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 19; - Balances_ForceTransferCall balances_force_transfer = 20; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 21; - Balances_TransferAllCall balances_transfer_all = 22; - Balances_ForceUnreserveCall balances_force_unreserve = 23; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 24; - Balances_ForceSetBalanceCall balances_force_set_balance = 25; - Vesting_VestCall vesting_vest = 26; - Vesting_VestOtherCall vesting_vest_other = 27; - Vesting_VestedTransferCall vesting_vested_transfer = 28; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 29; - Vesting_MergeSchedulesCall vesting_merge_schedules = 30; - BagsList_RebagCall bags_list_rebag = 31; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 32; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 33; - ImOnline_HeartbeatCall im_online_heartbeat = 34; - Staking_BondCall staking_bond = 35; - Staking_BondExtraCall staking_bond_extra = 36; - Staking_UnbondCall staking_unbond = 37; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 38; - Staking_ValidateCall staking_validate = 39; - Staking_NominateCall staking_nominate = 40; - Staking_ChillCall staking_chill = 41; - Staking_SetPayeeCall staking_set_payee = 42; - Staking_SetControllerCall staking_set_controller = 43; - Staking_SetValidatorCountCall staking_set_validator_count = 44; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 45; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 46; - Staking_ForceNoErasCall staking_force_no_eras = 47; - Staking_ForceNewEraCall staking_force_new_era = 48; - Staking_SetInvulnerablesCall staking_set_invulnerables = 49; - Staking_ForceUnstakeCall staking_force_unstake = 50; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 51; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 52; - Staking_PayoutStakersCall staking_payout_stakers = 53; - Staking_RebondCall staking_rebond = 54; - Staking_ReapStashCall staking_reap_stash = 55; - Staking_KickCall staking_kick = 56; - Staking_SetStakingConfigsCall staking_set_staking_configs = 57; - Staking_ChillOtherCall staking_chill_other = 58; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 59; - Staking_SetMinCommissionCall staking_set_min_commission = 60; - Session_SetKeysCall session_set_keys = 61; - Session_PurgeKeysCall session_purge_keys = 62; - Treasury_ProposeSpendCall treasury_propose_spend = 63; - Treasury_RejectProposalCall treasury_reject_proposal = 64; - Treasury_ApproveProposalCall treasury_approve_proposal = 65; - Treasury_SpendLocalCall treasury_spend_local = 66; - Treasury_RemoveApprovalCall treasury_remove_approval = 67; - Treasury_SpendCall treasury_spend = 68; - Treasury_PayoutCall treasury_payout = 69; - Treasury_CheckStatusCall treasury_check_status = 70; - Treasury_VoidSpendCall treasury_void_spend = 71; - Utility_BatchCall utility_batch = 72; - Utility_AsDerivativeCall utility_as_derivative = 73; - Utility_BatchAllCall utility_batch_all = 74; - Utility_DispatchAsCall utility_dispatch_as = 75; - Utility_ForceBatchCall utility_force_batch = 76; - Utility_WithWeightCall utility_with_weight = 77; - ConvictionVoting_VoteCall conviction_voting_vote = 78; - ConvictionVoting_DelegateCall conviction_voting_delegate = 79; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 80; - ConvictionVoting_UnlockCall conviction_voting_unlock = 81; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 82; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 83; - Referenda_SubmitCall referenda_submit = 84; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 85; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 86; - Referenda_CancelCall referenda_cancel = 87; - Referenda_KillCall referenda_kill = 88; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 89; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 90; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 91; - Referenda_SetMetadataCall referenda_set_metadata = 92; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 93; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 94; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 95; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 96; - FellowshipCollective_VoteCall fellowship_collective_vote = 97; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 98; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 99; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 100; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 101; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 102; - FellowshipReferenda_KillCall fellowship_referenda_kill = 103; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 104; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 105; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 106; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 107; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 108; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 109; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 110; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 111; - Scheduler_ScheduleCall scheduler_schedule = 112; - Scheduler_CancelCall scheduler_cancel = 113; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 114; - Scheduler_CancelNamedCall scheduler_cancel_named = 115; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 116; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 117; - Preimage_NotePreimageCall preimage_note_preimage = 118; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 119; - Preimage_RequestPreimageCall preimage_request_preimage = 120; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 121; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 122; - Identity_AddRegistrarCall identity_add_registrar = 123; - Identity_SetIdentityCall identity_set_identity = 124; - Identity_SetSubsCall identity_set_subs = 125; - Identity_ClearIdentityCall identity_clear_identity = 126; - Identity_RequestJudgementCall identity_request_judgement = 127; - Identity_CancelRequestCall identity_cancel_request = 128; - Identity_SetFeeCall identity_set_fee = 129; - Identity_SetAccountIdCall identity_set_account_id = 130; - Identity_SetFieldsCall identity_set_fields = 131; - Identity_ProvideJudgementCall identity_provide_judgement = 132; - Identity_KillIdentityCall identity_kill_identity = 133; - Identity_AddSubCall identity_add_sub = 134; - Identity_RenameSubCall identity_rename_sub = 135; - Identity_RemoveSubCall identity_remove_sub = 136; - Identity_QuitSubCall identity_quit_sub = 137; - Proxy_ProxyCall proxy_proxy = 138; - Proxy_AddProxyCall proxy_add_proxy = 139; - Proxy_RemoveProxyCall proxy_remove_proxy = 140; - Proxy_RemoveProxiesCall proxy_remove_proxies = 141; - Proxy_CreatePureCall proxy_create_pure = 142; - Proxy_KillPureCall proxy_kill_pure = 143; - Proxy_AnnounceCall proxy_announce = 144; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 145; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 146; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 147; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 148; - Multisig_AsMultiCall multisig_as_multi = 149; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 150; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 151; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 152; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 153; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 154; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 155; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 156; - Bounties_ProposeBountyCall bounties_propose_bounty = 157; - Bounties_ApproveBountyCall bounties_approve_bounty = 158; - Bounties_ProposeCuratorCall bounties_propose_curator = 159; - Bounties_UnassignCuratorCall bounties_unassign_curator = 160; - Bounties_AcceptCuratorCall bounties_accept_curator = 161; - Bounties_AwardBountyCall bounties_award_bounty = 162; - Bounties_ClaimBountyCall bounties_claim_bounty = 163; - Bounties_CloseBountyCall bounties_close_bounty = 164; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 165; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 166; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 167; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 168; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 169; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 170; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 171; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 172; - NominationPools_JoinCall nomination_pools_join = 173; - NominationPools_BondExtraCall nomination_pools_bond_extra = 174; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 175; - NominationPools_UnbondCall nomination_pools_unbond = 176; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 177; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 178; - NominationPools_CreateCall nomination_pools_create = 179; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 180; - NominationPools_NominateCall nomination_pools_nominate = 181; - NominationPools_SetStateCall nomination_pools_set_state = 182; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 183; - NominationPools_SetConfigsCall nomination_pools_set_configs = 184; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 185; - NominationPools_ChillCall nomination_pools_chill = 186; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 187; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 188; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 189; - NominationPools_SetCommissionCall nomination_pools_set_commission = 190; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 191; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 192; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 193; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 194; - Gear_UploadCodeCall gear_upload_code = 195; - Gear_UploadProgramCall gear_upload_program = 196; - Gear_CreateProgramCall gear_create_program = 197; - Gear_SendMessageCall gear_send_message = 198; - Gear_SendReplyCall gear_send_reply = 199; - Gear_ClaimValueCall gear_claim_value = 200; - Gear_RunCall gear_run = 201; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 202; - StakingRewards_RefillCall staking_rewards_refill = 203; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 204; - StakingRewards_WithdrawCall staking_rewards_withdraw = 205; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 206; - GearVoucher_IssueCall gear_voucher_issue = 207; - GearVoucher_CallCall gear_voucher_call = 208; - GearVoucher_RevokeCall gear_voucher_revoke = 209; - GearVoucher_UpdateCall gear_voucher_update = 210; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 211; - GearVoucher_DeclineCall gear_voucher_decline = 212; - } -} -message ElectionProviderMultiPhase_TupleCompactUint32TupleCompactUint32CompactSpArithmeticPerThingsPerU16CompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message NominationPools_BondExtraCall { - NominationPools_Extra extra = 1; -} -message Vesting_Address32 { - repeated uint32 value_0 = 1; -} -message Treasury_Address32 { - repeated uint32 value_0 = 1; -} -message Preimage_UnrequestPreimageCall { - Preimage_PrimitiveTypesH256 hash = 1; -} -message NominationPools_CompactString { - string value = 1; -} -message Grandpa_Precommit { - FinalityGrandpaEquivocation value_0 = 1; -} -message Balances_ForceUnreserveCall { - Balances_Who who = 1; - string amount = 2; -} -message Identity_Account { - oneof value { - Identity_Id id = 1; - Identity_Index index = 2; - Identity_Raw raw = 3; - Identity_Address32 address32 = 4; - Identity_Address20 address20 = 5; - } -} -message Identity_Keccak256 { - repeated uint32 value_0 = 1; -} -message Proxy_CompactUint32 { - uint32 value = 1; -} -message Multisig_ApproveAsMultiCall { - uint32 threshold = 1; - repeated Multisig_SpCoreCryptoAccountId32 other_signatories = 2; - optional Multisig_PalletMultisigTimepoint maybe_timepoint = 3; - repeated uint32 call_hash = 4; - Multisig_SpWeightsWeightV2Weight max_weight = 5; -} -message ConvictionVoting_Address20 { - repeated uint32 value_0 = 1; -} -message Identity_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Identity_Sub { - oneof value { - Identity_Id id = 1; - Identity_Index index = 2; - Identity_Raw raw = 3; - Identity_Address32 address32 = 4; - Identity_Address20 address20 = 5; - } -} -message NominationPools_Address32 { - repeated uint32 value_0 = 1; -} -message StakingRewards_Raw { - repeated uint32 value_0 = 1; -} -message ChildBounties_Address32 { - repeated uint32 value_0 = 1; -} -message NominationPools_WithdrawUnbondedCall { - NominationPools_MemberAccount member_account = 1; - uint32 num_slashing_spans = 2; -} -message ConvictionVoting_DelegateCall { - uint32 class = 1; - ConvictionVoting_To to = 2; - ConvictionVoting_Conviction conviction = 3; - string balance = 4; -} -message FellowshipCollective_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Identity_Raw17 { - repeated uint32 value_0 = 1; -} -message Proxy_Raw { - repeated uint32 value_0 = 1; -} -message Proxy_Governance { -} -message NominationPools_SpArithmeticPerThingsPerbill { - uint32 value_0 = 1; -} -message Babe_SpCoreSr25519Public { - repeated uint32 offender = 1; -} -message Treasury_SpendLocalCall { - Treasury_CompactString amount = 1; - Treasury_Beneficiary beneficiary = 2; -} -message Identity_Data { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Proxy_RemoveProxiesCall { -} -message Utility_System { - Value0 value_0 = 1; -} -message conviction_voting_PalletConvictionVotingVoteVote { - uint32 vote = 1; -} -message Identity_SetFeeCall { - Identity_CompactUint32 index = 1; - Identity_CompactString fee = 2; -} -message Identity_RemoveSubCall { - Identity_Sub sub = 1; -} -message ChildBounties_Curator { - oneof value { - ChildBounties_Id id = 1; - ChildBounties_Index index = 2; - ChildBounties_Raw raw = 3; - ChildBounties_Address32 address32 = 4; - ChildBounties_Address20 address20 = 5; - } -} -message SpArithmeticPerThingsPerbill { - uint32 value_0 = 1; -} -message Whitelist_DispatchWhitelistedCallCall { - Whitelist_PrimitiveTypesH256 call_hash = 1; - uint32 call_encoded_len = 2; - Whitelist_SpWeightsWeightV2Weight call_weight_witness = 3; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes16ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message NominationPools_NewBouncer { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message GearVoucher_RevokeCall { - GearVoucher_SpCoreCryptoAccountId32 spender = 1; - GearVoucher_PalletGearVoucherInternalVoucherId voucher_id = 2; -} -message Babe_Logs { - oneof value { - Babe_PreRuntime pre_runtime = 1; - Babe_Consensus consensus = 2; - Babe_Seal seal = 3; - Babe_Other other = 4; - Babe_RuntimeEnvironmentUpdated runtime_environment_updated = 5; - } -} -message BagsList_PutInFrontOfOtherCall { - BagsList_Heavier heavier = 1; - BagsList_Lighter lighter = 2; -} -message Utility_AsDerivativeCall { - uint32 index = 1; - oneof call { - System_RemarkCall system_remark = 2; - System_SetHeapPagesCall system_set_heap_pages = 3; - System_SetCodeCall system_set_code = 4; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 5; - System_SetStorageCall system_set_storage = 6; - System_KillStorageCall system_kill_storage = 7; - System_KillPrefixCall system_kill_prefix = 8; - System_RemarkWithEventCall system_remark_with_event = 9; - Timestamp_SetCall timestamp_set = 10; - Babe_ReportEquivocationCall babe_report_equivocation = 11; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 12; - Babe_PlanConfigChangeCall babe_plan_config_change = 13; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 14; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 15; - Grandpa_NoteStalledCall grandpa_note_stalled = 16; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 17; - Balances_ForceTransferCall balances_force_transfer = 18; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 19; - Balances_TransferAllCall balances_transfer_all = 20; - Balances_ForceUnreserveCall balances_force_unreserve = 21; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 22; - Balances_ForceSetBalanceCall balances_force_set_balance = 23; - Vesting_VestCall vesting_vest = 24; - Vesting_VestOtherCall vesting_vest_other = 25; - Vesting_VestedTransferCall vesting_vested_transfer = 26; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 27; - Vesting_MergeSchedulesCall vesting_merge_schedules = 28; - BagsList_RebagCall bags_list_rebag = 29; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 30; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 31; - ImOnline_HeartbeatCall im_online_heartbeat = 32; - Staking_BondCall staking_bond = 33; - Staking_BondExtraCall staking_bond_extra = 34; - Staking_UnbondCall staking_unbond = 35; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 36; - Staking_ValidateCall staking_validate = 37; - Staking_NominateCall staking_nominate = 38; - Staking_ChillCall staking_chill = 39; - Staking_SetPayeeCall staking_set_payee = 40; - Staking_SetControllerCall staking_set_controller = 41; - Staking_SetValidatorCountCall staking_set_validator_count = 42; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 43; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 44; - Staking_ForceNoErasCall staking_force_no_eras = 45; - Staking_ForceNewEraCall staking_force_new_era = 46; - Staking_SetInvulnerablesCall staking_set_invulnerables = 47; - Staking_ForceUnstakeCall staking_force_unstake = 48; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 49; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 50; - Staking_PayoutStakersCall staking_payout_stakers = 51; - Staking_RebondCall staking_rebond = 52; - Staking_ReapStashCall staking_reap_stash = 53; - Staking_KickCall staking_kick = 54; - Staking_SetStakingConfigsCall staking_set_staking_configs = 55; - Staking_ChillOtherCall staking_chill_other = 56; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 57; - Staking_SetMinCommissionCall staking_set_min_commission = 58; - Session_SetKeysCall session_set_keys = 59; - Session_PurgeKeysCall session_purge_keys = 60; - Treasury_ProposeSpendCall treasury_propose_spend = 61; - Treasury_RejectProposalCall treasury_reject_proposal = 62; - Treasury_ApproveProposalCall treasury_approve_proposal = 63; - Treasury_SpendLocalCall treasury_spend_local = 64; - Treasury_RemoveApprovalCall treasury_remove_approval = 65; - Treasury_SpendCall treasury_spend = 66; - Treasury_PayoutCall treasury_payout = 67; - Treasury_CheckStatusCall treasury_check_status = 68; - Treasury_VoidSpendCall treasury_void_spend = 69; - Utility_BatchCall utility_batch = 70; - Utility_AsDerivativeCall utility_as_derivative = 71; - Utility_BatchAllCall utility_batch_all = 72; - Utility_DispatchAsCall utility_dispatch_as = 73; - Utility_ForceBatchCall utility_force_batch = 74; - Utility_WithWeightCall utility_with_weight = 75; - ConvictionVoting_VoteCall conviction_voting_vote = 76; - ConvictionVoting_DelegateCall conviction_voting_delegate = 77; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 78; - ConvictionVoting_UnlockCall conviction_voting_unlock = 79; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 80; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 81; - Referenda_SubmitCall referenda_submit = 82; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 83; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 84; - Referenda_CancelCall referenda_cancel = 85; - Referenda_KillCall referenda_kill = 86; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 87; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 88; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 89; - Referenda_SetMetadataCall referenda_set_metadata = 90; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 91; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 92; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 93; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 94; - FellowshipCollective_VoteCall fellowship_collective_vote = 95; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 96; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 97; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 98; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 99; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 100; - FellowshipReferenda_KillCall fellowship_referenda_kill = 101; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 102; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 103; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 104; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 105; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 106; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 107; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 108; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 109; - Scheduler_ScheduleCall scheduler_schedule = 110; - Scheduler_CancelCall scheduler_cancel = 111; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 112; - Scheduler_CancelNamedCall scheduler_cancel_named = 113; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 114; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 115; - Preimage_NotePreimageCall preimage_note_preimage = 116; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 117; - Preimage_RequestPreimageCall preimage_request_preimage = 118; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 119; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 120; - Identity_AddRegistrarCall identity_add_registrar = 121; - Identity_SetIdentityCall identity_set_identity = 122; - Identity_SetSubsCall identity_set_subs = 123; - Identity_ClearIdentityCall identity_clear_identity = 124; - Identity_RequestJudgementCall identity_request_judgement = 125; - Identity_CancelRequestCall identity_cancel_request = 126; - Identity_SetFeeCall identity_set_fee = 127; - Identity_SetAccountIdCall identity_set_account_id = 128; - Identity_SetFieldsCall identity_set_fields = 129; - Identity_ProvideJudgementCall identity_provide_judgement = 130; - Identity_KillIdentityCall identity_kill_identity = 131; - Identity_AddSubCall identity_add_sub = 132; - Identity_RenameSubCall identity_rename_sub = 133; - Identity_RemoveSubCall identity_remove_sub = 134; - Identity_QuitSubCall identity_quit_sub = 135; - Proxy_ProxyCall proxy_proxy = 136; - Proxy_AddProxyCall proxy_add_proxy = 137; - Proxy_RemoveProxyCall proxy_remove_proxy = 138; - Proxy_RemoveProxiesCall proxy_remove_proxies = 139; - Proxy_CreatePureCall proxy_create_pure = 140; - Proxy_KillPureCall proxy_kill_pure = 141; - Proxy_AnnounceCall proxy_announce = 142; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 143; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 144; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 145; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 146; - Multisig_AsMultiCall multisig_as_multi = 147; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 148; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 149; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 150; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 151; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 152; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 153; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 154; - Bounties_ProposeBountyCall bounties_propose_bounty = 155; - Bounties_ApproveBountyCall bounties_approve_bounty = 156; - Bounties_ProposeCuratorCall bounties_propose_curator = 157; - Bounties_UnassignCuratorCall bounties_unassign_curator = 158; - Bounties_AcceptCuratorCall bounties_accept_curator = 159; - Bounties_AwardBountyCall bounties_award_bounty = 160; - Bounties_ClaimBountyCall bounties_claim_bounty = 161; - Bounties_CloseBountyCall bounties_close_bounty = 162; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 163; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 164; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 165; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 166; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 167; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 168; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 169; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 170; - NominationPools_JoinCall nomination_pools_join = 171; - NominationPools_BondExtraCall nomination_pools_bond_extra = 172; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 173; - NominationPools_UnbondCall nomination_pools_unbond = 174; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 175; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 176; - NominationPools_CreateCall nomination_pools_create = 177; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 178; - NominationPools_NominateCall nomination_pools_nominate = 179; - NominationPools_SetStateCall nomination_pools_set_state = 180; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 181; - NominationPools_SetConfigsCall nomination_pools_set_configs = 182; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 183; - NominationPools_ChillCall nomination_pools_chill = 184; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 185; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 186; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 187; - NominationPools_SetCommissionCall nomination_pools_set_commission = 188; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 189; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 190; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 191; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 192; - Gear_UploadCodeCall gear_upload_code = 193; - Gear_UploadProgramCall gear_upload_program = 194; - Gear_CreateProgramCall gear_create_program = 195; - Gear_SendMessageCall gear_send_message = 196; - Gear_SendReplyCall gear_send_reply = 197; - Gear_ClaimValueCall gear_claim_value = 198; - Gear_RunCall gear_run = 199; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 200; - StakingRewards_RefillCall staking_rewards_refill = 201; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 202; - StakingRewards_WithdrawCall staking_rewards_withdraw = 203; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 204; - GearVoucher_IssueCall gear_voucher_issue = 205; - GearVoucher_CallCall gear_voucher_call = 206; - GearVoucher_RevokeCall gear_voucher_revoke = 207; - GearVoucher_UpdateCall gear_voucher_update = 208; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 209; - GearVoucher_DeclineCall gear_voucher_decline = 210; - } -} -message Preimage_NotePreimageCall { - repeated uint32 bytes = 1; -} -message Bounties_CloseBountyCall { - Bounties_CompactUint32 bounty_id = 1; -} -message NominationPools_BondExtraOtherCall { - NominationPools_Member member = 1; - NominationPools_Extra extra = 2; -} -message Staking_Stash { -} -message FellowshipCollective_VoteCall { - uint32 poll = 1; - bool aye = 2; -} -message Babe_Seal { - repeated uint32 value_0 = 1; - repeated uint32 value_1 = 2; -} -message Staking_SpRuntimeMultiaddressMultiAddress { - Staking_Targets targets = 1; -} -message Treasury_ProposeSpendCall { - Treasury_CompactString value = 1; - Treasury_Beneficiary beneficiary = 2; -} -message FellowshipReferenda_PlaceDecisionDepositCall { - uint32 index = 1; -} -message Identity_SpCoreCryptoAccountId32 { - repeated uint32 value_0 = 1; -} -message Gear_SendReplyCall { - Gear_GprimitivesMessageId reply_to_id = 1; - repeated uint32 payload = 2; - uint64 gas_limit = 3; - string value = 4; - bool keep_alive = 5; -} -message Referenda_Lookup { - PrimitiveTypesH256 hash = 1; - uint32 len = 2; -} -message FellowshipReferenda_EnactmentMoment { - oneof value { - FellowshipReferenda_At at = 1; - FellowshipReferenda_After after = 2; - } -} -message ConvictionVoting_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Identity_Value0 { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Identity_New { - oneof value { - Identity_Id id = 1; - Identity_Index index = 2; - Identity_Raw raw = 3; - Identity_Address32 address32 = 4; - Identity_Address20 address20 = 5; - } -} -message Bounties_AcceptCuratorCall { - Bounties_CompactUint32 bounty_id = 1; -} -message Bounties_ProposeCuratorCall { - Bounties_CompactUint32 bounty_id = 1; - Bounties_Curator curator = 2; - Bounties_CompactString fee = 3; -} -message NominationPools_ClaimPayoutCall { -} -message Babe_SpSessionMembershipProof { - uint32 session = 1; - repeated Babe_BabeTrieNodesList trie_nodes = 2; - uint32 validator_count = 3; -} -message SpCoreEd25519Signature { - repeated uint32 value_1 = 1; -} -message Staking_PalletStakingValidatorPrefs { - Staking_CompactSpArithmeticPerThingsPerbill commission = 1; - bool blocked = 2; -} -message ConvictionVoting_Locked6X { -} -message FellowshipReferenda_Proposal { - oneof value { - FellowshipReferenda_Legacy legacy = 1; - FellowshipReferenda_Inline inline = 2; - FellowshipReferenda_Lookup lookup = 3; - } -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes15ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message FellowshipReferenda_OneFewerDecidingCall { - uint32 track = 1; -} -message Identity_Raw4 { - repeated uint32 value_0 = 1; -} -message Proxy_Spawner { - oneof value { - Proxy_Id id = 1; - Proxy_Index index = 2; - Proxy_Raw raw = 3; - Proxy_Address32 address32 = 4; - Proxy_Address20 address20 = 5; - } -} -message Gear_ClaimValueCall { - Gear_GprimitivesMessageId message_id = 1; -} -message GearVoucher_SpCoreCryptoAccountId32 { - repeated uint32 spender = 1; -} -message System_RemarkWithEventCall { - repeated uint32 remark = 1; -} -message ConvictionVoting_Locked2X { -} -message Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData { - Identity_SpCoreCryptoAccountId32 value_0 = 1; - Identity_Value1 value_1 = 2; -} -message Bounties_Curator { - oneof value { - Bounties_Id id = 1; - Bounties_Index index = 2; - Bounties_Raw raw = 3; - Bounties_Address32 address32 = 4; - Bounties_Address20 address20 = 5; - } -} -message ChildBounties_Raw { - repeated uint32 value_0 = 1; -} -message StakingRewards_AlignSupplyCall { - string target = 1; -} -message NominationPools_NominateCall { - uint32 pool_id = 1; - repeated NominationPools_SpCoreCryptoAccountId32 validators = 2; -} -message Babe_Consensus { - repeated uint32 value_0 = 1; - repeated uint32 value_1 = 2; -} -message Preimage_EnsureUpdatedCall { - repeated Preimage_PrimitiveTypesH256 hashes = 1; -} -message Identity_Raw19 { - repeated uint32 value_0 = 1; -} -message Identity_Raw28 { - repeated uint32 value_0 = 1; -} -message Identity_Legal { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Identity_FeePaid { - string value_0 = 1; -} -message FellowshipReferenda_ProposalOrigin { - oneof value { - FellowshipReferenda_System system = 1; - FellowshipReferenda_Origins origins = 2; - FellowshipReferenda_Void void = 3; - } -} -message Bounties_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message System_SetStorageCall { - repeated System_TupleSystemItemsListSystemItemsList items = 1; -} -message NominationPools_SetClaimPermissionCall { - NominationPools_Permission permission = 1; -} -message Identity_Twitter { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Bounties_Address20 { - repeated uint32 value_0 = 1; -} -message NominationPools_Extra { - oneof value { - NominationPools_FreeBalance free_balance = 1; - NominationPools_Rewards rewards = 2; - } -} -message GearVoucher_UploadCode { - repeated uint32 code = 1; -} -message Staking_Account { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Bounties_ProposeBountyCall { - Bounties_CompactString value = 1; - repeated uint32 description = 2; -} -message Staking_Address32 { - repeated uint32 value_0 = 1; -} -message Identity_Sha256 { - repeated uint32 value_0 = 1; -} -message Bounties_CompactUint32 { - uint32 value = 1; -} -message ConvictionVoting_Locked5X { -} -message ConvictionVoting_Conviction { - oneof value { - ConvictionVoting_None none = 1; - ConvictionVoting_Locked1X locked1x = 2; - ConvictionVoting_Locked2X locked2x = 3; - ConvictionVoting_Locked3X locked3x = 4; - ConvictionVoting_Locked4X locked4x = 5; - ConvictionVoting_Locked5X locked5x = 6; - ConvictionVoting_Locked6X locked6x = 7; - } -} -message Whitelist_PrimitiveTypesH256 { - repeated uint32 call_hash = 1; -} -message Proxy_PrimitiveTypesH256 { - repeated uint32 call_hash = 1; -} -message Identity_Erroneous { -} -message StakingRewards_RefillCall { - string value = 1; -} -message Babe_SpConsensusSlotsSlot { - uint64 slot = 1; -} -message Vesting_VestedTransferCall { - Vesting_Target target = 1; - Vesting_PalletVestingVestingInfoVestingInfo schedule = 2; -} -message BagsList_PutInFrontOfCall { - BagsList_Lighter lighter = 1; -} -message Staking_PayoutStakersCall { - Staking_SpCoreCryptoAccountId32 validator_stash = 1; - uint32 era = 2; -} -message Identity_Raw12 { - repeated uint32 value_0 = 1; -} -message Identity_KnownGood { -} -message Referenda_ProposalOrigin { - oneof value { - Referenda_System system = 1; - Referenda_Origins origins = 2; - Referenda_Void void = 3; - } -} -message Referenda_Proposal { - oneof value { - Referenda_Legacy legacy = 1; - Referenda_Inline inline = 2; - Referenda_Lookup lookup = 3; - } -} -message FellowshipReferenda_After { - uint32 value_0 = 1; -} -message Identity_Raw11 { - repeated uint32 value_0 = 1; -} -message Identity_RequestJudgementCall { - Identity_CompactUint32 reg_index = 1; - Identity_CompactString max_fee = 2; -} -message Proxy_CreatePureCall { - Proxy_ProxyType proxy_type = 1; - uint32 delay = 2; - uint32 index = 3; -} -message ElectionProviderMultiPhase_VaraRuntimeNposSolution16 { - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactUint32 votes1 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32TupleCompactUint32CompactSpArithmeticPerThingsPerU16CompactUint32 votes2 = 2; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes3ListCompactUint32 votes3 = 3; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes4ListCompactUint32 votes4 = 4; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes5ListCompactUint32 votes5 = 5; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes6ListCompactUint32 votes6 = 6; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes7ListCompactUint32 votes7 = 7; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes8ListCompactUint32 votes8 = 8; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes9ListCompactUint32 votes9 = 9; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes10ListCompactUint32 votes10 = 10; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes11ListCompactUint32 votes11 = 11; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes12ListCompactUint32 votes12 = 12; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes13ListCompactUint32 votes13 = 13; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes14ListCompactUint32 votes14 = 14; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes15ListCompactUint32 votes15 = 15; - repeated ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes16ListCompactUint32 votes16 = 16; -} -message System_SystemKeysList { - repeated uint32 keys = 1; -} message Balances_Id { SpCoreCryptoAccountId32 value_0 = 1; } -message TupleNull { -} -message Vesting_Address20 { - repeated uint32 value_0 = 1; -} -message Treasury_CompactString { - string value = 1; -} -message Identity_BoundedCollectionsBoundedVecBoundedVec { - repeated Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData additional = 1; -} -message StakingRewards_From { - oneof value { - StakingRewards_Id id = 1; - StakingRewards_Index index = 2; - StakingRewards_Raw raw = 3; - StakingRewards_Address32 address32 = 4; - StakingRewards_Address20 address20 = 5; - } -} -message FellowshipCollective_Who { - oneof value { - FellowshipCollective_Id id = 1; - FellowshipCollective_Index index = 2; - FellowshipCollective_Raw raw = 3; - FellowshipCollective_Address32 address32 = 4; - FellowshipCollective_Address20 address20 = 5; - } -} -message Proxy_NonTransfer { -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes3ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message ElectionProviderMultiPhase_SpNposElectionsSupport { - string total = 1; - repeated ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String voters = 2; -} -message Utility_BatchCall { - repeated Utility_VaraRuntimeRuntimeCall calls = 1; -} -message BoundedCollectionsBoundedVecBoundedVec { - repeated uint32 value_0 = 1; -} -message Identity_Raw20 { - repeated uint32 value_0 = 1; -} -message NominationPools_ChillCall { - uint32 pool_id = 1; -} -message GearVoucher_GprimitivesActorId { - GearVoucher_GprimitivesActorId programs = 1; -} -message Utility_ForceBatchCall { - repeated Utility_VaraRuntimeRuntimeCall calls = 1; -} -message ConvictionVoting_RemoveOtherVoteCall { - ConvictionVoting_Target target = 1; - uint32 class = 2; - uint32 index = 3; -} -message Proxy_Index { - CompactTupleNull value_0 = 1; -} -message Balances_Address32 { - repeated uint32 value_0 = 1; -} -message Utility_WithWeightCall { - oneof call { - System_RemarkCall system_remark = 1; - System_SetHeapPagesCall system_set_heap_pages = 2; - System_SetCodeCall system_set_code = 3; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 4; - System_SetStorageCall system_set_storage = 5; - System_KillStorageCall system_kill_storage = 6; - System_KillPrefixCall system_kill_prefix = 7; - System_RemarkWithEventCall system_remark_with_event = 8; - Timestamp_SetCall timestamp_set = 9; - Babe_ReportEquivocationCall babe_report_equivocation = 10; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 11; - Babe_PlanConfigChangeCall babe_plan_config_change = 12; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 13; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 14; - Grandpa_NoteStalledCall grandpa_note_stalled = 15; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 16; - Balances_ForceTransferCall balances_force_transfer = 17; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 18; - Balances_TransferAllCall balances_transfer_all = 19; - Balances_ForceUnreserveCall balances_force_unreserve = 20; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 21; - Balances_ForceSetBalanceCall balances_force_set_balance = 22; - Vesting_VestCall vesting_vest = 23; - Vesting_VestOtherCall vesting_vest_other = 24; - Vesting_VestedTransferCall vesting_vested_transfer = 25; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 26; - Vesting_MergeSchedulesCall vesting_merge_schedules = 27; - BagsList_RebagCall bags_list_rebag = 28; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 29; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 30; - ImOnline_HeartbeatCall im_online_heartbeat = 31; - Staking_BondCall staking_bond = 32; - Staking_BondExtraCall staking_bond_extra = 33; - Staking_UnbondCall staking_unbond = 34; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 35; - Staking_ValidateCall staking_validate = 36; - Staking_NominateCall staking_nominate = 37; - Staking_ChillCall staking_chill = 38; - Staking_SetPayeeCall staking_set_payee = 39; - Staking_SetControllerCall staking_set_controller = 40; - Staking_SetValidatorCountCall staking_set_validator_count = 41; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 42; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 43; - Staking_ForceNoErasCall staking_force_no_eras = 44; - Staking_ForceNewEraCall staking_force_new_era = 45; - Staking_SetInvulnerablesCall staking_set_invulnerables = 46; - Staking_ForceUnstakeCall staking_force_unstake = 47; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 48; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 49; - Staking_PayoutStakersCall staking_payout_stakers = 50; - Staking_RebondCall staking_rebond = 51; - Staking_ReapStashCall staking_reap_stash = 52; - Staking_KickCall staking_kick = 53; - Staking_SetStakingConfigsCall staking_set_staking_configs = 54; - Staking_ChillOtherCall staking_chill_other = 55; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 56; - Staking_SetMinCommissionCall staking_set_min_commission = 57; - Session_SetKeysCall session_set_keys = 58; - Session_PurgeKeysCall session_purge_keys = 59; - Treasury_ProposeSpendCall treasury_propose_spend = 60; - Treasury_RejectProposalCall treasury_reject_proposal = 61; - Treasury_ApproveProposalCall treasury_approve_proposal = 62; - Treasury_SpendLocalCall treasury_spend_local = 63; - Treasury_RemoveApprovalCall treasury_remove_approval = 64; - Treasury_SpendCall treasury_spend = 65; - Treasury_PayoutCall treasury_payout = 66; - Treasury_CheckStatusCall treasury_check_status = 67; - Treasury_VoidSpendCall treasury_void_spend = 68; - Utility_BatchCall utility_batch = 69; - Utility_AsDerivativeCall utility_as_derivative = 70; - Utility_BatchAllCall utility_batch_all = 71; - Utility_DispatchAsCall utility_dispatch_as = 72; - Utility_ForceBatchCall utility_force_batch = 73; - Utility_WithWeightCall utility_with_weight = 74; - ConvictionVoting_VoteCall conviction_voting_vote = 75; - ConvictionVoting_DelegateCall conviction_voting_delegate = 76; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 77; - ConvictionVoting_UnlockCall conviction_voting_unlock = 78; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 79; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 80; - Referenda_SubmitCall referenda_submit = 81; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 82; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 83; - Referenda_CancelCall referenda_cancel = 84; - Referenda_KillCall referenda_kill = 85; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 86; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 87; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 88; - Referenda_SetMetadataCall referenda_set_metadata = 89; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 90; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 91; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 92; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 93; - FellowshipCollective_VoteCall fellowship_collective_vote = 94; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 95; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 96; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 97; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 98; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 99; - FellowshipReferenda_KillCall fellowship_referenda_kill = 100; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 101; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 102; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 103; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 104; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 105; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 106; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 107; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 108; - Scheduler_ScheduleCall scheduler_schedule = 109; - Scheduler_CancelCall scheduler_cancel = 110; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 111; - Scheduler_CancelNamedCall scheduler_cancel_named = 112; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 113; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 114; - Preimage_NotePreimageCall preimage_note_preimage = 115; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 116; - Preimage_RequestPreimageCall preimage_request_preimage = 117; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 118; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 119; - Identity_AddRegistrarCall identity_add_registrar = 120; - Identity_SetIdentityCall identity_set_identity = 121; - Identity_SetSubsCall identity_set_subs = 122; - Identity_ClearIdentityCall identity_clear_identity = 123; - Identity_RequestJudgementCall identity_request_judgement = 124; - Identity_CancelRequestCall identity_cancel_request = 125; - Identity_SetFeeCall identity_set_fee = 126; - Identity_SetAccountIdCall identity_set_account_id = 127; - Identity_SetFieldsCall identity_set_fields = 128; - Identity_ProvideJudgementCall identity_provide_judgement = 129; - Identity_KillIdentityCall identity_kill_identity = 130; - Identity_AddSubCall identity_add_sub = 131; - Identity_RenameSubCall identity_rename_sub = 132; - Identity_RemoveSubCall identity_remove_sub = 133; - Identity_QuitSubCall identity_quit_sub = 134; - Proxy_ProxyCall proxy_proxy = 135; - Proxy_AddProxyCall proxy_add_proxy = 136; - Proxy_RemoveProxyCall proxy_remove_proxy = 137; - Proxy_RemoveProxiesCall proxy_remove_proxies = 138; - Proxy_CreatePureCall proxy_create_pure = 139; - Proxy_KillPureCall proxy_kill_pure = 140; - Proxy_AnnounceCall proxy_announce = 141; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 142; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 143; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 144; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 145; - Multisig_AsMultiCall multisig_as_multi = 146; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 147; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 148; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 149; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 150; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 151; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 152; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 153; - Bounties_ProposeBountyCall bounties_propose_bounty = 154; - Bounties_ApproveBountyCall bounties_approve_bounty = 155; - Bounties_ProposeCuratorCall bounties_propose_curator = 156; - Bounties_UnassignCuratorCall bounties_unassign_curator = 157; - Bounties_AcceptCuratorCall bounties_accept_curator = 158; - Bounties_AwardBountyCall bounties_award_bounty = 159; - Bounties_ClaimBountyCall bounties_claim_bounty = 160; - Bounties_CloseBountyCall bounties_close_bounty = 161; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 162; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 163; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 164; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 165; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 166; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 167; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 168; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 169; - NominationPools_JoinCall nomination_pools_join = 170; - NominationPools_BondExtraCall nomination_pools_bond_extra = 171; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 172; - NominationPools_UnbondCall nomination_pools_unbond = 173; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 174; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 175; - NominationPools_CreateCall nomination_pools_create = 176; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 177; - NominationPools_NominateCall nomination_pools_nominate = 178; - NominationPools_SetStateCall nomination_pools_set_state = 179; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 180; - NominationPools_SetConfigsCall nomination_pools_set_configs = 181; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 182; - NominationPools_ChillCall nomination_pools_chill = 183; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 184; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 185; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 186; - NominationPools_SetCommissionCall nomination_pools_set_commission = 187; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 188; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 189; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 190; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 191; - Gear_UploadCodeCall gear_upload_code = 192; - Gear_UploadProgramCall gear_upload_program = 193; - Gear_CreateProgramCall gear_create_program = 194; - Gear_SendMessageCall gear_send_message = 195; - Gear_SendReplyCall gear_send_reply = 196; - Gear_ClaimValueCall gear_claim_value = 197; - Gear_RunCall gear_run = 198; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 199; - StakingRewards_RefillCall staking_rewards_refill = 200; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 201; - StakingRewards_WithdrawCall staking_rewards_withdraw = 202; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 203; - GearVoucher_IssueCall gear_voucher_issue = 204; - GearVoucher_CallCall gear_voucher_call = 205; - GearVoucher_RevokeCall gear_voucher_revoke = 206; - GearVoucher_UpdateCall gear_voucher_update = 207; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 208; - GearVoucher_DeclineCall gear_voucher_decline = 209; - } - Utility_SpWeightsWeightV2Weight weight = 210; -} -message NominationPools_Root { - oneof value { - NominationPools_Id id = 1; - NominationPools_Index index = 2; - NominationPools_Raw raw = 3; - NominationPools_Address32 address32 = 4; - NominationPools_Address20 address20 = 5; - } -} -message NominationPools_Blocked { -} -message Grandpa_SpSessionMembershipProof { - uint32 session = 1; - repeated Grandpa_GrandpaTrieNodesList trie_nodes = 2; - uint32 validator_count = 3; -} -message BagsList_Address20 { - repeated uint32 value_0 = 1; -} -message Session_SpConsensusGrandpaAppPublic { - Session_SpCoreEd25519Public grandpa = 1; -} -message Identity_TuplePalletIdentityTypesDatapalletIdentityTypesData { - Identity_Value0 value_0 = 1; - Identity_Value1 value_1 = 2; -} -message Identity_LowQuality { -} -message Gear_RunCall { - optional uint64 max_gas = 1; -} -message Vesting_VestOtherCall { - Vesting_Target target = 1; -} -message Treasury_SpCoreCryptoAccountId32 { - repeated uint32 beneficiary = 1; -} -message Identity_RenameSubCall { - Identity_Sub sub = 1; - Identity_Data data = 2; -} -message NominationPools_UnbondCall { - NominationPools_MemberAccount member_account = 1; - NominationPools_CompactString unbonding_points = 2; -} -message Preimage_RequestPreimageCall { - Preimage_PrimitiveTypesH256 hash = 1; -} -message Identity_Target { - oneof value { - Identity_Id id = 1; - Identity_Index index = 2; - Identity_Raw raw = 3; - Identity_Address32 address32 = 4; - Identity_Address20 address20 = 5; - } -} -message ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - ElectionProviderMultiPhase_CompactSpArithmeticPerThingsPerU16 value_1 = 2; -} -message ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport { - ElectionProviderMultiPhase_SpCoreCryptoAccountId32 value_0 = 1; - ElectionProviderMultiPhase_SpNposElectionsSupport value_1 = 2; -} -message NominationPools_Remove { -} -message StakingRewards_To { - oneof value { - StakingRewards_Id id = 1; - StakingRewards_Index index = 2; - StakingRewards_Raw raw = 3; - StakingRewards_Address32 address32 = 4; - StakingRewards_Address20 address20 = 5; - } -} -message GearVoucher_None { -} -message Treasury_Address20 { - repeated uint32 value_0 = 1; -} -message Signed { - SpCoreCryptoAccountId32 value_0 = 1; -} -message StakingRewards_ForceRefillCall { - StakingRewards_From from = 1; - string value = 2; -} -message Staking_IncreaseValidatorCountCall { - Staking_CompactUint32 additional = 1; -} -message Staking_RebondCall { - Staking_CompactString value = 1; -} -message Identity_Raw1 { - repeated uint32 value_0 = 1; -} -message Identity_Raw13 { - repeated uint32 value_0 = 1; -} -message Identity_PalletIdentityTypesBitFlags { - uint64 fields = 1; -} -message NominationPools_ClaimPayoutOtherCall { - NominationPools_SpCoreCryptoAccountId32 other = 1; -} -message Staking_None { -} -message FellowshipCollective_DemoteMemberCall { - FellowshipCollective_Who who = 1; -} -message ElectionProviderMultiPhase_TupleCompactUint32CompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - ElectionProviderMultiPhase_CompactUint32 value_1 = 2; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes8ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message Whitelist_DispatchWhitelistedCallWithPreimageCall { - oneof call { - System_RemarkCall system_remark = 1; - System_SetHeapPagesCall system_set_heap_pages = 2; - System_SetCodeCall system_set_code = 3; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 4; - System_SetStorageCall system_set_storage = 5; - System_KillStorageCall system_kill_storage = 6; - System_KillPrefixCall system_kill_prefix = 7; - System_RemarkWithEventCall system_remark_with_event = 8; - Timestamp_SetCall timestamp_set = 9; - Babe_ReportEquivocationCall babe_report_equivocation = 10; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 11; - Babe_PlanConfigChangeCall babe_plan_config_change = 12; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 13; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 14; - Grandpa_NoteStalledCall grandpa_note_stalled = 15; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 16; - Balances_ForceTransferCall balances_force_transfer = 17; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 18; - Balances_TransferAllCall balances_transfer_all = 19; - Balances_ForceUnreserveCall balances_force_unreserve = 20; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 21; - Balances_ForceSetBalanceCall balances_force_set_balance = 22; - Vesting_VestCall vesting_vest = 23; - Vesting_VestOtherCall vesting_vest_other = 24; - Vesting_VestedTransferCall vesting_vested_transfer = 25; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 26; - Vesting_MergeSchedulesCall vesting_merge_schedules = 27; - BagsList_RebagCall bags_list_rebag = 28; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 29; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 30; - ImOnline_HeartbeatCall im_online_heartbeat = 31; - Staking_BondCall staking_bond = 32; - Staking_BondExtraCall staking_bond_extra = 33; - Staking_UnbondCall staking_unbond = 34; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 35; - Staking_ValidateCall staking_validate = 36; - Staking_NominateCall staking_nominate = 37; - Staking_ChillCall staking_chill = 38; - Staking_SetPayeeCall staking_set_payee = 39; - Staking_SetControllerCall staking_set_controller = 40; - Staking_SetValidatorCountCall staking_set_validator_count = 41; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 42; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 43; - Staking_ForceNoErasCall staking_force_no_eras = 44; - Staking_ForceNewEraCall staking_force_new_era = 45; - Staking_SetInvulnerablesCall staking_set_invulnerables = 46; - Staking_ForceUnstakeCall staking_force_unstake = 47; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 48; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 49; - Staking_PayoutStakersCall staking_payout_stakers = 50; - Staking_RebondCall staking_rebond = 51; - Staking_ReapStashCall staking_reap_stash = 52; - Staking_KickCall staking_kick = 53; - Staking_SetStakingConfigsCall staking_set_staking_configs = 54; - Staking_ChillOtherCall staking_chill_other = 55; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 56; - Staking_SetMinCommissionCall staking_set_min_commission = 57; - Session_SetKeysCall session_set_keys = 58; - Session_PurgeKeysCall session_purge_keys = 59; - Treasury_ProposeSpendCall treasury_propose_spend = 60; - Treasury_RejectProposalCall treasury_reject_proposal = 61; - Treasury_ApproveProposalCall treasury_approve_proposal = 62; - Treasury_SpendLocalCall treasury_spend_local = 63; - Treasury_RemoveApprovalCall treasury_remove_approval = 64; - Treasury_SpendCall treasury_spend = 65; - Treasury_PayoutCall treasury_payout = 66; - Treasury_CheckStatusCall treasury_check_status = 67; - Treasury_VoidSpendCall treasury_void_spend = 68; - Utility_BatchCall utility_batch = 69; - Utility_AsDerivativeCall utility_as_derivative = 70; - Utility_BatchAllCall utility_batch_all = 71; - Utility_DispatchAsCall utility_dispatch_as = 72; - Utility_ForceBatchCall utility_force_batch = 73; - Utility_WithWeightCall utility_with_weight = 74; - ConvictionVoting_VoteCall conviction_voting_vote = 75; - ConvictionVoting_DelegateCall conviction_voting_delegate = 76; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 77; - ConvictionVoting_UnlockCall conviction_voting_unlock = 78; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 79; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 80; - Referenda_SubmitCall referenda_submit = 81; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 82; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 83; - Referenda_CancelCall referenda_cancel = 84; - Referenda_KillCall referenda_kill = 85; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 86; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 87; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 88; - Referenda_SetMetadataCall referenda_set_metadata = 89; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 90; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 91; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 92; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 93; - FellowshipCollective_VoteCall fellowship_collective_vote = 94; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 95; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 96; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 97; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 98; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 99; - FellowshipReferenda_KillCall fellowship_referenda_kill = 100; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 101; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 102; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 103; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 104; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 105; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 106; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 107; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 108; - Scheduler_ScheduleCall scheduler_schedule = 109; - Scheduler_CancelCall scheduler_cancel = 110; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 111; - Scheduler_CancelNamedCall scheduler_cancel_named = 112; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 113; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 114; - Preimage_NotePreimageCall preimage_note_preimage = 115; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 116; - Preimage_RequestPreimageCall preimage_request_preimage = 117; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 118; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 119; - Identity_AddRegistrarCall identity_add_registrar = 120; - Identity_SetIdentityCall identity_set_identity = 121; - Identity_SetSubsCall identity_set_subs = 122; - Identity_ClearIdentityCall identity_clear_identity = 123; - Identity_RequestJudgementCall identity_request_judgement = 124; - Identity_CancelRequestCall identity_cancel_request = 125; - Identity_SetFeeCall identity_set_fee = 126; - Identity_SetAccountIdCall identity_set_account_id = 127; - Identity_SetFieldsCall identity_set_fields = 128; - Identity_ProvideJudgementCall identity_provide_judgement = 129; - Identity_KillIdentityCall identity_kill_identity = 130; - Identity_AddSubCall identity_add_sub = 131; - Identity_RenameSubCall identity_rename_sub = 132; - Identity_RemoveSubCall identity_remove_sub = 133; - Identity_QuitSubCall identity_quit_sub = 134; - Proxy_ProxyCall proxy_proxy = 135; - Proxy_AddProxyCall proxy_add_proxy = 136; - Proxy_RemoveProxyCall proxy_remove_proxy = 137; - Proxy_RemoveProxiesCall proxy_remove_proxies = 138; - Proxy_CreatePureCall proxy_create_pure = 139; - Proxy_KillPureCall proxy_kill_pure = 140; - Proxy_AnnounceCall proxy_announce = 141; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 142; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 143; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 144; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 145; - Multisig_AsMultiCall multisig_as_multi = 146; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 147; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 148; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 149; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 150; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 151; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 152; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 153; - Bounties_ProposeBountyCall bounties_propose_bounty = 154; - Bounties_ApproveBountyCall bounties_approve_bounty = 155; - Bounties_ProposeCuratorCall bounties_propose_curator = 156; - Bounties_UnassignCuratorCall bounties_unassign_curator = 157; - Bounties_AcceptCuratorCall bounties_accept_curator = 158; - Bounties_AwardBountyCall bounties_award_bounty = 159; - Bounties_ClaimBountyCall bounties_claim_bounty = 160; - Bounties_CloseBountyCall bounties_close_bounty = 161; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 162; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 163; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 164; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 165; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 166; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 167; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 168; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 169; - NominationPools_JoinCall nomination_pools_join = 170; - NominationPools_BondExtraCall nomination_pools_bond_extra = 171; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 172; - NominationPools_UnbondCall nomination_pools_unbond = 173; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 174; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 175; - NominationPools_CreateCall nomination_pools_create = 176; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 177; - NominationPools_NominateCall nomination_pools_nominate = 178; - NominationPools_SetStateCall nomination_pools_set_state = 179; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 180; - NominationPools_SetConfigsCall nomination_pools_set_configs = 181; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 182; - NominationPools_ChillCall nomination_pools_chill = 183; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 184; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 185; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 186; - NominationPools_SetCommissionCall nomination_pools_set_commission = 187; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 188; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 189; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 190; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 191; - Gear_UploadCodeCall gear_upload_code = 192; - Gear_UploadProgramCall gear_upload_program = 193; - Gear_CreateProgramCall gear_create_program = 194; - Gear_SendMessageCall gear_send_message = 195; - Gear_SendReplyCall gear_send_reply = 196; - Gear_ClaimValueCall gear_claim_value = 197; - Gear_RunCall gear_run = 198; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 199; - StakingRewards_RefillCall staking_rewards_refill = 200; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 201; - StakingRewards_WithdrawCall staking_rewards_withdraw = 202; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 203; - GearVoucher_IssueCall gear_voucher_issue = 204; - GearVoucher_CallCall gear_voucher_call = 205; - GearVoucher_RevokeCall gear_voucher_revoke = 206; - GearVoucher_UpdateCall gear_voucher_update = 207; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 208; - GearVoucher_DeclineCall gear_voucher_decline = 209; - } -} -message Proxy_ProxyType { - oneof value { - Proxy_Any any = 1; - Proxy_NonTransfer non_transfer = 2; - Proxy_Governance governance = 3; - Proxy_Staking staking = 4; - Proxy_IdentityJudgement identity_judgement = 5; - Proxy_CancelProxy cancel_proxy = 6; - } -} -message ElectionProviderMultiPhase_SubmitCall { - ElectionProviderMultiPhase_PalletElectionProviderMultiPhaseRawSolution raw_solution = 1; -} -message NominationPools_Destroying { -} -message GearVoucher_BTreeSet { - repeated GearVoucher_GprimitivesActorId programs = 1; -} -message Session_SpCoreEd25519Public { - repeated uint32 grandpa = 1; -} -message Treasury_TupleNull { -} -message Treasury_CheckStatusCall { - uint32 index = 1; -} -message Whitelist_WhitelistCallCall { - Whitelist_PrimitiveTypesH256 call_hash = 1; -} -message Identity_ProvideJudgementCall { - Identity_CompactUint32 reg_index = 1; - Identity_Target target = 2; - Identity_Judgement judgement = 3; - Identity_PrimitiveTypesH256 identity = 4; -} -message Bounties_AwardBountyCall { - Bounties_CompactUint32 bounty_id = 1; - Bounties_Beneficiary beneficiary = 2; -} -message Balances_SpCoreCryptoAccountId32 { - Balances_SpCoreCryptoAccountId32 who = 1; -} -message None { -} -message FellowshipReferenda_RefundDecisionDepositCall { - uint32 index = 1; -} -message System_KillStorageCall { - repeated System_SystemKeysList keys = 1; -} -message PrimaryAndSecondaryPlainSlots { -} -message Grandpa_GrandpaTrieNodesList { - repeated uint32 trie_nodes = 1; -} -message Staking_SetMinCommissionCall { - Staking_SpArithmeticPerThingsPerbill new = 1; -} -message NominationPools_MaxPools { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message Babe_Other { - repeated uint32 value_0 = 1; -} -message Proxy_RemoveAnnouncementCall { - Proxy_Real real = 1; - Proxy_PrimitiveTypesH256 call_hash = 2; -} -message Multisig_AsMultiCall { - uint32 threshold = 1; - repeated Multisig_SpCoreCryptoAccountId32 other_signatories = 2; - optional Multisig_PalletMultisigTimepoint maybe_timepoint = 3; - oneof call { - System_RemarkCall system_remark = 4; - System_SetHeapPagesCall system_set_heap_pages = 5; - System_SetCodeCall system_set_code = 6; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 7; - System_SetStorageCall system_set_storage = 8; - System_KillStorageCall system_kill_storage = 9; - System_KillPrefixCall system_kill_prefix = 10; - System_RemarkWithEventCall system_remark_with_event = 11; - Timestamp_SetCall timestamp_set = 12; - Babe_ReportEquivocationCall babe_report_equivocation = 13; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 14; - Babe_PlanConfigChangeCall babe_plan_config_change = 15; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 16; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 17; - Grandpa_NoteStalledCall grandpa_note_stalled = 18; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 19; - Balances_ForceTransferCall balances_force_transfer = 20; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 21; - Balances_TransferAllCall balances_transfer_all = 22; - Balances_ForceUnreserveCall balances_force_unreserve = 23; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 24; - Balances_ForceSetBalanceCall balances_force_set_balance = 25; - Vesting_VestCall vesting_vest = 26; - Vesting_VestOtherCall vesting_vest_other = 27; - Vesting_VestedTransferCall vesting_vested_transfer = 28; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 29; - Vesting_MergeSchedulesCall vesting_merge_schedules = 30; - BagsList_RebagCall bags_list_rebag = 31; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 32; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 33; - ImOnline_HeartbeatCall im_online_heartbeat = 34; - Staking_BondCall staking_bond = 35; - Staking_BondExtraCall staking_bond_extra = 36; - Staking_UnbondCall staking_unbond = 37; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 38; - Staking_ValidateCall staking_validate = 39; - Staking_NominateCall staking_nominate = 40; - Staking_ChillCall staking_chill = 41; - Staking_SetPayeeCall staking_set_payee = 42; - Staking_SetControllerCall staking_set_controller = 43; - Staking_SetValidatorCountCall staking_set_validator_count = 44; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 45; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 46; - Staking_ForceNoErasCall staking_force_no_eras = 47; - Staking_ForceNewEraCall staking_force_new_era = 48; - Staking_SetInvulnerablesCall staking_set_invulnerables = 49; - Staking_ForceUnstakeCall staking_force_unstake = 50; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 51; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 52; - Staking_PayoutStakersCall staking_payout_stakers = 53; - Staking_RebondCall staking_rebond = 54; - Staking_ReapStashCall staking_reap_stash = 55; - Staking_KickCall staking_kick = 56; - Staking_SetStakingConfigsCall staking_set_staking_configs = 57; - Staking_ChillOtherCall staking_chill_other = 58; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 59; - Staking_SetMinCommissionCall staking_set_min_commission = 60; - Session_SetKeysCall session_set_keys = 61; - Session_PurgeKeysCall session_purge_keys = 62; - Treasury_ProposeSpendCall treasury_propose_spend = 63; - Treasury_RejectProposalCall treasury_reject_proposal = 64; - Treasury_ApproveProposalCall treasury_approve_proposal = 65; - Treasury_SpendLocalCall treasury_spend_local = 66; - Treasury_RemoveApprovalCall treasury_remove_approval = 67; - Treasury_SpendCall treasury_spend = 68; - Treasury_PayoutCall treasury_payout = 69; - Treasury_CheckStatusCall treasury_check_status = 70; - Treasury_VoidSpendCall treasury_void_spend = 71; - Utility_BatchCall utility_batch = 72; - Utility_AsDerivativeCall utility_as_derivative = 73; - Utility_BatchAllCall utility_batch_all = 74; - Utility_DispatchAsCall utility_dispatch_as = 75; - Utility_ForceBatchCall utility_force_batch = 76; - Utility_WithWeightCall utility_with_weight = 77; - ConvictionVoting_VoteCall conviction_voting_vote = 78; - ConvictionVoting_DelegateCall conviction_voting_delegate = 79; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 80; - ConvictionVoting_UnlockCall conviction_voting_unlock = 81; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 82; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 83; - Referenda_SubmitCall referenda_submit = 84; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 85; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 86; - Referenda_CancelCall referenda_cancel = 87; - Referenda_KillCall referenda_kill = 88; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 89; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 90; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 91; - Referenda_SetMetadataCall referenda_set_metadata = 92; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 93; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 94; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 95; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 96; - FellowshipCollective_VoteCall fellowship_collective_vote = 97; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 98; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 99; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 100; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 101; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 102; - FellowshipReferenda_KillCall fellowship_referenda_kill = 103; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 104; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 105; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 106; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 107; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 108; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 109; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 110; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 111; - Scheduler_ScheduleCall scheduler_schedule = 112; - Scheduler_CancelCall scheduler_cancel = 113; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 114; - Scheduler_CancelNamedCall scheduler_cancel_named = 115; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 116; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 117; - Preimage_NotePreimageCall preimage_note_preimage = 118; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 119; - Preimage_RequestPreimageCall preimage_request_preimage = 120; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 121; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 122; - Identity_AddRegistrarCall identity_add_registrar = 123; - Identity_SetIdentityCall identity_set_identity = 124; - Identity_SetSubsCall identity_set_subs = 125; - Identity_ClearIdentityCall identity_clear_identity = 126; - Identity_RequestJudgementCall identity_request_judgement = 127; - Identity_CancelRequestCall identity_cancel_request = 128; - Identity_SetFeeCall identity_set_fee = 129; - Identity_SetAccountIdCall identity_set_account_id = 130; - Identity_SetFieldsCall identity_set_fields = 131; - Identity_ProvideJudgementCall identity_provide_judgement = 132; - Identity_KillIdentityCall identity_kill_identity = 133; - Identity_AddSubCall identity_add_sub = 134; - Identity_RenameSubCall identity_rename_sub = 135; - Identity_RemoveSubCall identity_remove_sub = 136; - Identity_QuitSubCall identity_quit_sub = 137; - Proxy_ProxyCall proxy_proxy = 138; - Proxy_AddProxyCall proxy_add_proxy = 139; - Proxy_RemoveProxyCall proxy_remove_proxy = 140; - Proxy_RemoveProxiesCall proxy_remove_proxies = 141; - Proxy_CreatePureCall proxy_create_pure = 142; - Proxy_KillPureCall proxy_kill_pure = 143; - Proxy_AnnounceCall proxy_announce = 144; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 145; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 146; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 147; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 148; - Multisig_AsMultiCall multisig_as_multi = 149; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 150; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 151; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 152; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 153; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 154; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 155; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 156; - Bounties_ProposeBountyCall bounties_propose_bounty = 157; - Bounties_ApproveBountyCall bounties_approve_bounty = 158; - Bounties_ProposeCuratorCall bounties_propose_curator = 159; - Bounties_UnassignCuratorCall bounties_unassign_curator = 160; - Bounties_AcceptCuratorCall bounties_accept_curator = 161; - Bounties_AwardBountyCall bounties_award_bounty = 162; - Bounties_ClaimBountyCall bounties_claim_bounty = 163; - Bounties_CloseBountyCall bounties_close_bounty = 164; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 165; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 166; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 167; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 168; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 169; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 170; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 171; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 172; - NominationPools_JoinCall nomination_pools_join = 173; - NominationPools_BondExtraCall nomination_pools_bond_extra = 174; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 175; - NominationPools_UnbondCall nomination_pools_unbond = 176; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 177; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 178; - NominationPools_CreateCall nomination_pools_create = 179; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 180; - NominationPools_NominateCall nomination_pools_nominate = 181; - NominationPools_SetStateCall nomination_pools_set_state = 182; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 183; - NominationPools_SetConfigsCall nomination_pools_set_configs = 184; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 185; - NominationPools_ChillCall nomination_pools_chill = 186; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 187; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 188; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 189; - NominationPools_SetCommissionCall nomination_pools_set_commission = 190; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 191; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 192; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 193; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 194; - Gear_UploadCodeCall gear_upload_code = 195; - Gear_UploadProgramCall gear_upload_program = 196; - Gear_CreateProgramCall gear_create_program = 197; - Gear_SendMessageCall gear_send_message = 198; - Gear_SendReplyCall gear_send_reply = 199; - Gear_ClaimValueCall gear_claim_value = 200; - Gear_RunCall gear_run = 201; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 202; - StakingRewards_RefillCall staking_rewards_refill = 203; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 204; - StakingRewards_WithdrawCall staking_rewards_withdraw = 205; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 206; - GearVoucher_IssueCall gear_voucher_issue = 207; - GearVoucher_CallCall gear_voucher_call = 208; - GearVoucher_RevokeCall gear_voucher_revoke = 209; - GearVoucher_UpdateCall gear_voucher_update = 210; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 211; - GearVoucher_DeclineCall gear_voucher_decline = 212; - } - Multisig_SpWeightsWeightV2Weight max_weight = 213; -} -message GprimitivesActorId { - repeated uint32 destination = 1; -} -message Babe_SpConsensusSlotsEquivocationProof { - Babe_SpConsensusBabeAppPublic offender = 1; - Babe_SpConsensusSlotsSlot slot = 2; - Babe_SpRuntimeGenericHeaderHeader first_header = 3; - Babe_SpRuntimeGenericHeaderHeader second_header = 4; -} -message Staking_UnbondCall { - Staking_CompactString value = 1; -} -message Session_SetKeysCall { - Session_VaraRuntimeSessionKeys keys = 1; - repeated uint32 proof = 2; -} -message ConvictionVoting_VoteCall { - ConvictionVoting_CompactUint32 poll_index = 1; - ConvictionVoting_Vote vote = 2; -} -message Identity_Unknown { -} -message Proxy_RejectAnnouncementCall { - Proxy_Delegate delegate = 1; - Proxy_PrimitiveTypesH256 call_hash = 2; -} -message PrimaryAndSecondaryVRFSlots { -} -message Treasury_Index { - CompactTupleNull value_0 = 1; -} -message Identity_SetFieldsCall { - Identity_CompactUint32 index = 1; - Identity_PalletIdentityTypesBitFlags fields = 2; -} -message Proxy_AddProxyCall { - Proxy_Delegate delegate = 1; - Proxy_ProxyType proxy_type = 2; - uint32 delay = 3; -} -message Scheduler_TupleUint32Uint32 { - uint32 value_0 = 1; - uint32 value_1 = 2; -} -message NominationPools_Member { - oneof value { - NominationPools_Id id = 1; - NominationPools_Index index = 2; - NominationPools_Raw raw = 3; - NominationPools_Address32 address32 = 4; - NominationPools_Address20 address20 = 5; - } -} -message StakingRewards_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Balances_Dest { - oneof value { - Balances_Id id = 1; - Balances_Index index = 2; - Balances_Raw raw = 3; - Balances_Address32 address32 = 4; - Balances_Address20 address20 = 5; - } -} -message Utility_SpWeightsWeightV2Weight { - Utility_CompactUint64 ref_time = 1; - Utility_CompactUint64 proof_size = 2; -} -message Referenda_SetMetadataCall { - uint32 index = 1; - optional Referenda_PrimitiveTypesH256 maybe_hash = 2; -} -message Preimage_PrimitiveTypesH256 { - repeated uint32 hash = 1; -} -message Staking_SpArithmeticPerThingsPercent { - uint32 factor = 1; -} -message Staking_SetStakingConfigsCall { - Staking_MinNominatorBond min_nominator_bond = 1; - Staking_MinValidatorBond min_validator_bond = 2; - Staking_MaxNominatorCount max_nominator_count = 3; - Staking_MaxValidatorCount max_validator_count = 4; - Staking_ChillThreshold chill_threshold = 5; - Staking_MinCommission min_commission = 6; -} -message ConvictionVoting_Raw { - repeated uint32 value_0 = 1; -} -message FellowshipReferenda_Origins { - Value0 value_0 = 1; -} -message Identity_Raw7 { - repeated uint32 value_0 = 1; -} -message NominationPools_GlobalMaxCommission { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message Babe_SpConsensusBabeAppPublic { - Babe_SpCoreSr25519Public offender = 1; -} -message Staking_Payee { - oneof value { - Staking_Staked staked = 1; - Staking_Stash stash = 2; - Staking_Controller controller = 3; - Staking_Account account = 4; - Staking_None none = 5; - } -} -message Multisig_CompactUint64 { - uint64 value = 1; -} -message Multisig_CancelAsMultiCall { - uint32 threshold = 1; - repeated Multisig_SpCoreCryptoAccountId32 other_signatories = 2; - Multisig_PalletMultisigTimepoint timepoint = 3; - repeated uint32 call_hash = 4; -} -message NominationPools_State { - oneof value { - NominationPools_Open open = 1; - NominationPools_Blocked blocked = 2; - NominationPools_Destroying destroying = 3; - } -} -message NominationPools_SetCommissionMaxCall { - uint32 pool_id = 1; - NominationPools_SpArithmeticPerThingsPerbill max_commission = 2; -} -message Staking_SetControllerCall { -} -message FellowshipCollective_Address20 { - repeated uint32 value_0 = 1; -} -message Proxy_Real { - oneof value { - Proxy_Id id = 1; - Proxy_Index index = 2; - Proxy_Raw raw = 3; - Proxy_Address32 address32 = 4; - Proxy_Address20 address20 = 5; - } -} -message Whitelist_SpWeightsWeightV2Weight { - Whitelist_CompactUint64 ref_time = 1; - Whitelist_CompactUint64 proof_size = 2; -} -message Proxy_KillPureCall { - Proxy_Spawner spawner = 1; - Proxy_ProxyType proxy_type = 2; - uint32 index = 3; - Proxy_CompactUint32 height = 4; - Proxy_CompactUint32 ext_index = 5; -} -message Babe_BabeTrieNodesList { - repeated uint32 trie_nodes = 1; -} -message Vesting_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Staking_SetPayeeCall { - Staking_Payee payee = 1; -} -message NominationPools_MinJoinBond { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message Staking_ForceApplyMinCommissionCall { - Staking_SpCoreCryptoAccountId32 validator_stash = 1; -} -message Identity_Email { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Bounties_Beneficiary { - oneof value { - Bounties_Id id = 1; - Bounties_Index index = 2; - Bounties_Raw raw = 3; - Bounties_Address32 address32 = 4; - Bounties_Address20 address20 = 5; - } -} -message Gear_SendMessageCall { - Gear_GprimitivesActorId destination = 1; - repeated uint32 payload = 2; - uint64 gas_limit = 3; - string value = 4; - bool keep_alive = 5; -} -message Staking_CompactString { - string value = 1; -} -message Treasury_VoidSpendCall { - uint32 index = 1; -} -message Bounties_Address32 { - repeated uint32 value_0 = 1; -} -message Staking_Raw { - repeated uint32 value_0 = 1; -} -message FellowshipCollective_Raw { - repeated uint32 value_0 = 1; -} -message ElectionProviderMultiPhase_CompactUint32 { - uint32 value = 1; -} -message FellowshipCollective_AddMemberCall { - FellowshipCollective_Who who = 1; -} -message ElectionProviderMultiPhase_SpCoreCryptoAccountId32 { - repeated uint32 value_0 = 1; -} -message System_RemarkCall { - repeated uint32 remark = 1; -} -message Grandpa_Equivocation { - oneof value { - Grandpa_Prevote prevote = 1; - Grandpa_Precommit precommit = 2; - } -} -message Balances_Raw { - repeated uint32 value_0 = 1; -} -message BagsList_Dislocated { - oneof value { - BagsList_Id id = 1; - BagsList_Index index = 2; - BagsList_Raw raw = 3; - BagsList_Address32 address32 = 4; - BagsList_Address20 address20 = 5; - } -} -message Treasury_SpendCall { - Treasury_TupleNull asset_kind = 1; - Treasury_CompactString amount = 2; - Treasury_SpCoreCryptoAccountId32 beneficiary = 3; - optional uint32 valid_from = 4; -} -message Utility_Void { - Value0 value_0 = 1; -} -message NominationPools_ClaimCommissionCall { - uint32 pool_id = 1; -} -message Gear_GprimitivesCodeId { - repeated uint32 code_id = 1; -} -message GearVoucher_AppendPrograms { - oneof value { - GearVoucher_None none = 1; - GearVoucher_Some some = 2; - } -} -message BagsList_Index { - CompactTupleNull value_0 = 1; -} -message Session_SpConsensusBabeAppPublic { - Session_SpCoreSr25519Public babe = 1; -} -message Session_PalletImOnlineSr25519AppSr25519Public { - Session_SpCoreSr25519Public im_online = 1; -} -message ConvictionVoting_Locked3X { -} -message Identity_CompactString { - string value = 1; -} -message NominationPools_Bouncer { - oneof value { - NominationPools_Id id = 1; - NominationPools_Index index = 2; - NominationPools_Raw raw = 3; - NominationPools_Address32 address32 = 4; - NominationPools_Address20 address20 = 5; - } -} -message Staking_SpCoreCryptoAccountId32 { - Staking_SpCoreCryptoAccountId32 invulnerables = 1; -} -message Staking_MaxValidatorCount { - oneof value { - Staking_Noop noop = 1; - Staking_Set set = 2; - Staking_Remove remove = 3; - } -} -message Identity_Raw3 { - repeated uint32 value_0 = 1; -} -message Identity_SetAccountIdCall { - Identity_CompactUint32 index = 1; - Identity_New new = 2; -} -message ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall { - optional ElectionProviderMultiPhase_SpNposElectionsElectionScore maybe_next_score = 1; -} -message GearVoucher_IssueCall { - GearVoucher_SpCoreCryptoAccountId32 spender = 1; - string balance = 2; - optional GearVoucher_BTreeSet programs = 3; - bool code_uploading = 4; - uint32 duration = 5; -} -message ConvictionVoting_UnlockCall { - uint32 class = 1; - ConvictionVoting_Target target = 2; -} -message Balances_TransferAllCall { - Balances_Dest dest = 1; - bool keep_alive = 2; -} -message Value0 { - oneof value { - Root root = 1; - Signed signed = 2; - None none = 3; - } -} -message Identity_Web { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Multisig_AsMultiThreshold1Call { - repeated Multisig_SpCoreCryptoAccountId32 other_signatories = 1; - oneof call { - System_RemarkCall system_remark = 2; - System_SetHeapPagesCall system_set_heap_pages = 3; - System_SetCodeCall system_set_code = 4; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 5; - System_SetStorageCall system_set_storage = 6; - System_KillStorageCall system_kill_storage = 7; - System_KillPrefixCall system_kill_prefix = 8; - System_RemarkWithEventCall system_remark_with_event = 9; - Timestamp_SetCall timestamp_set = 10; - Babe_ReportEquivocationCall babe_report_equivocation = 11; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 12; - Babe_PlanConfigChangeCall babe_plan_config_change = 13; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 14; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 15; - Grandpa_NoteStalledCall grandpa_note_stalled = 16; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 17; - Balances_ForceTransferCall balances_force_transfer = 18; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 19; - Balances_TransferAllCall balances_transfer_all = 20; - Balances_ForceUnreserveCall balances_force_unreserve = 21; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 22; - Balances_ForceSetBalanceCall balances_force_set_balance = 23; - Vesting_VestCall vesting_vest = 24; - Vesting_VestOtherCall vesting_vest_other = 25; - Vesting_VestedTransferCall vesting_vested_transfer = 26; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 27; - Vesting_MergeSchedulesCall vesting_merge_schedules = 28; - BagsList_RebagCall bags_list_rebag = 29; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 30; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 31; - ImOnline_HeartbeatCall im_online_heartbeat = 32; - Staking_BondCall staking_bond = 33; - Staking_BondExtraCall staking_bond_extra = 34; - Staking_UnbondCall staking_unbond = 35; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 36; - Staking_ValidateCall staking_validate = 37; - Staking_NominateCall staking_nominate = 38; - Staking_ChillCall staking_chill = 39; - Staking_SetPayeeCall staking_set_payee = 40; - Staking_SetControllerCall staking_set_controller = 41; - Staking_SetValidatorCountCall staking_set_validator_count = 42; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 43; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 44; - Staking_ForceNoErasCall staking_force_no_eras = 45; - Staking_ForceNewEraCall staking_force_new_era = 46; - Staking_SetInvulnerablesCall staking_set_invulnerables = 47; - Staking_ForceUnstakeCall staking_force_unstake = 48; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 49; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 50; - Staking_PayoutStakersCall staking_payout_stakers = 51; - Staking_RebondCall staking_rebond = 52; - Staking_ReapStashCall staking_reap_stash = 53; - Staking_KickCall staking_kick = 54; - Staking_SetStakingConfigsCall staking_set_staking_configs = 55; - Staking_ChillOtherCall staking_chill_other = 56; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 57; - Staking_SetMinCommissionCall staking_set_min_commission = 58; - Session_SetKeysCall session_set_keys = 59; - Session_PurgeKeysCall session_purge_keys = 60; - Treasury_ProposeSpendCall treasury_propose_spend = 61; - Treasury_RejectProposalCall treasury_reject_proposal = 62; - Treasury_ApproveProposalCall treasury_approve_proposal = 63; - Treasury_SpendLocalCall treasury_spend_local = 64; - Treasury_RemoveApprovalCall treasury_remove_approval = 65; - Treasury_SpendCall treasury_spend = 66; - Treasury_PayoutCall treasury_payout = 67; - Treasury_CheckStatusCall treasury_check_status = 68; - Treasury_VoidSpendCall treasury_void_spend = 69; - Utility_BatchCall utility_batch = 70; - Utility_AsDerivativeCall utility_as_derivative = 71; - Utility_BatchAllCall utility_batch_all = 72; - Utility_DispatchAsCall utility_dispatch_as = 73; - Utility_ForceBatchCall utility_force_batch = 74; - Utility_WithWeightCall utility_with_weight = 75; - ConvictionVoting_VoteCall conviction_voting_vote = 76; - ConvictionVoting_DelegateCall conviction_voting_delegate = 77; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 78; - ConvictionVoting_UnlockCall conviction_voting_unlock = 79; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 80; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 81; - Referenda_SubmitCall referenda_submit = 82; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 83; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 84; - Referenda_CancelCall referenda_cancel = 85; - Referenda_KillCall referenda_kill = 86; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 87; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 88; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 89; - Referenda_SetMetadataCall referenda_set_metadata = 90; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 91; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 92; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 93; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 94; - FellowshipCollective_VoteCall fellowship_collective_vote = 95; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 96; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 97; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 98; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 99; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 100; - FellowshipReferenda_KillCall fellowship_referenda_kill = 101; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 102; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 103; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 104; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 105; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 106; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 107; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 108; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 109; - Scheduler_ScheduleCall scheduler_schedule = 110; - Scheduler_CancelCall scheduler_cancel = 111; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 112; - Scheduler_CancelNamedCall scheduler_cancel_named = 113; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 114; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 115; - Preimage_NotePreimageCall preimage_note_preimage = 116; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 117; - Preimage_RequestPreimageCall preimage_request_preimage = 118; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 119; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 120; - Identity_AddRegistrarCall identity_add_registrar = 121; - Identity_SetIdentityCall identity_set_identity = 122; - Identity_SetSubsCall identity_set_subs = 123; - Identity_ClearIdentityCall identity_clear_identity = 124; - Identity_RequestJudgementCall identity_request_judgement = 125; - Identity_CancelRequestCall identity_cancel_request = 126; - Identity_SetFeeCall identity_set_fee = 127; - Identity_SetAccountIdCall identity_set_account_id = 128; - Identity_SetFieldsCall identity_set_fields = 129; - Identity_ProvideJudgementCall identity_provide_judgement = 130; - Identity_KillIdentityCall identity_kill_identity = 131; - Identity_AddSubCall identity_add_sub = 132; - Identity_RenameSubCall identity_rename_sub = 133; - Identity_RemoveSubCall identity_remove_sub = 134; - Identity_QuitSubCall identity_quit_sub = 135; - Proxy_ProxyCall proxy_proxy = 136; - Proxy_AddProxyCall proxy_add_proxy = 137; - Proxy_RemoveProxyCall proxy_remove_proxy = 138; - Proxy_RemoveProxiesCall proxy_remove_proxies = 139; - Proxy_CreatePureCall proxy_create_pure = 140; - Proxy_KillPureCall proxy_kill_pure = 141; - Proxy_AnnounceCall proxy_announce = 142; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 143; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 144; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 145; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 146; - Multisig_AsMultiCall multisig_as_multi = 147; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 148; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 149; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 150; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 151; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 152; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 153; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 154; - Bounties_ProposeBountyCall bounties_propose_bounty = 155; - Bounties_ApproveBountyCall bounties_approve_bounty = 156; - Bounties_ProposeCuratorCall bounties_propose_curator = 157; - Bounties_UnassignCuratorCall bounties_unassign_curator = 158; - Bounties_AcceptCuratorCall bounties_accept_curator = 159; - Bounties_AwardBountyCall bounties_award_bounty = 160; - Bounties_ClaimBountyCall bounties_claim_bounty = 161; - Bounties_CloseBountyCall bounties_close_bounty = 162; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 163; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 164; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 165; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 166; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 167; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 168; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 169; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 170; - NominationPools_JoinCall nomination_pools_join = 171; - NominationPools_BondExtraCall nomination_pools_bond_extra = 172; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 173; - NominationPools_UnbondCall nomination_pools_unbond = 174; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 175; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 176; - NominationPools_CreateCall nomination_pools_create = 177; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 178; - NominationPools_NominateCall nomination_pools_nominate = 179; - NominationPools_SetStateCall nomination_pools_set_state = 180; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 181; - NominationPools_SetConfigsCall nomination_pools_set_configs = 182; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 183; - NominationPools_ChillCall nomination_pools_chill = 184; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 185; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 186; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 187; - NominationPools_SetCommissionCall nomination_pools_set_commission = 188; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 189; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 190; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 191; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 192; - Gear_UploadCodeCall gear_upload_code = 193; - Gear_UploadProgramCall gear_upload_program = 194; - Gear_CreateProgramCall gear_create_program = 195; - Gear_SendMessageCall gear_send_message = 196; - Gear_SendReplyCall gear_send_reply = 197; - Gear_ClaimValueCall gear_claim_value = 198; - Gear_RunCall gear_run = 199; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 200; - StakingRewards_RefillCall staking_rewards_refill = 201; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 202; - StakingRewards_WithdrawCall staking_rewards_withdraw = 203; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 204; - GearVoucher_IssueCall gear_voucher_issue = 205; - GearVoucher_CallCall gear_voucher_call = 206; - GearVoucher_RevokeCall gear_voucher_revoke = 207; - GearVoucher_UpdateCall gear_voucher_update = 208; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 209; - GearVoucher_DeclineCall gear_voucher_decline = 210; - } -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes10ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message Bounties_ExtendBountyExpiryCall { - Bounties_CompactUint32 bounty_id = 1; - repeated uint32 remark = 2; -} -message SpArithmeticPerThingsPercent { - uint32 value_0 = 1; -} -message ConvictionVoting_Index { - CompactTupleNull value_0 = 1; -} -message NominationPools_JoinCall { - NominationPools_CompactString amount = 1; - uint32 pool_id = 2; -} -message Babe_SpRuntimeGenericDigestDigestItem { - Babe_Logs logs = 1; -} -message ImOnline_PalletImOnlineSr25519AppSr25519Signature { - ImOnline_SpCoreSr25519Signature signature = 1; -} -message Treasury_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Identity_BlakeTwo256 { - repeated uint32 value_0 = 1; -} -message Babe_Config { - oneof value { - Babe_V1 v1 = 1; - } -} -message FellowshipReferenda_At { - uint32 value_0 = 1; -} -message Identity_Raw24 { - repeated uint32 value_0 = 1; -} -message Identity_Judgement { - oneof value { - Identity_Unknown unknown = 1; - Identity_FeePaid fee_paid = 2; - Identity_Reasonable reasonable = 3; - Identity_KnownGood known_good = 4; - Identity_OutOfDate out_of_date = 5; - Identity_LowQuality low_quality = 6; - Identity_Erroneous erroneous = 7; - } -} -message Identity_Raw15 { - repeated uint32 value_0 = 1; -} -message Identity_QuitSubCall { -} -message ElectionProviderMultiPhase_SpNposElectionsElectionScore { - string minimal_stake = 1; - string sum_stake = 2; - string sum_stake_squared = 3; -} -message ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32String { - ElectionProviderMultiPhase_SpCoreCryptoAccountId32 value_0 = 1; - string value_1 = 2; -} -message Vesting_PalletVestingVestingInfoVestingInfo { - string locked = 1; - string per_block = 2; - uint32 starting_block = 3; -} -message Staking_ForceNewEraCall { -} -message ChildBounties_UnassignCuratorCall { - ChildBounties_CompactUint32 parent_bounty_id = 1; - ChildBounties_CompactUint32 child_bounty_id = 2; -} -message Identity_Value1 { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message ChildBounties_AcceptCuratorCall { - ChildBounties_CompactUint32 parent_bounty_id = 1; - ChildBounties_CompactUint32 child_bounty_id = 2; -} -message FinalityGrandpaPrevote { - PrimitiveTypesH256 target_hash = 1; - uint32 target_number = 2; -} -message Vesting_Target { - oneof value { - Vesting_Id id = 1; - Vesting_Index index = 2; - Vesting_Raw raw = 3; - Vesting_Address32 address32 = 4; - Vesting_Address20 address20 = 5; - } -} -message Staking_SetInvulnerablesCall { - repeated Staking_SpCoreCryptoAccountId32 invulnerables = 1; -} -message Treasury_RejectProposalCall { - Treasury_CompactUint32 proposal_id = 1; -} -message ConvictionVoting_Standard { - conviction_voting_PalletConvictionVotingVoteVote vote = 1; - string balance = 2; -} -message Referenda_PlaceDecisionDepositCall { - uint32 index = 1; -} -message Timestamp_SetCall { - Timestamp_CompactUint64 now = 1; -} -message Babe_V1 { - TupleUint64Uint64 c = 1; - AllowedSlots allowed_slots = 2; -} -message BagsList_Lighter { - oneof value { - BagsList_Id id = 1; - BagsList_Index index = 2; - BagsList_Raw raw = 3; - BagsList_Address32 address32 = 4; - BagsList_Address20 address20 = 5; - } -} -message FellowshipReferenda_Void { - Value0 value_0 = 1; -} -message Identity_Address32 { - repeated uint32 value_0 = 1; -} -message Staking_Noop { -} -message FellowshipReferenda_Lookup { - PrimitiveTypesH256 hash = 1; - uint32 len = 2; -} -message Scheduler_ScheduleAfterCall { - uint32 after = 1; - optional Scheduler_TupleUint32Uint32 maybe_periodic = 2; - uint32 priority = 3; - oneof call { - System_RemarkCall system_remark = 4; - System_SetHeapPagesCall system_set_heap_pages = 5; - System_SetCodeCall system_set_code = 6; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 7; - System_SetStorageCall system_set_storage = 8; - System_KillStorageCall system_kill_storage = 9; - System_KillPrefixCall system_kill_prefix = 10; - System_RemarkWithEventCall system_remark_with_event = 11; - Timestamp_SetCall timestamp_set = 12; - Babe_ReportEquivocationCall babe_report_equivocation = 13; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 14; - Babe_PlanConfigChangeCall babe_plan_config_change = 15; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 16; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 17; - Grandpa_NoteStalledCall grandpa_note_stalled = 18; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 19; - Balances_ForceTransferCall balances_force_transfer = 20; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 21; - Balances_TransferAllCall balances_transfer_all = 22; - Balances_ForceUnreserveCall balances_force_unreserve = 23; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 24; - Balances_ForceSetBalanceCall balances_force_set_balance = 25; - Vesting_VestCall vesting_vest = 26; - Vesting_VestOtherCall vesting_vest_other = 27; - Vesting_VestedTransferCall vesting_vested_transfer = 28; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 29; - Vesting_MergeSchedulesCall vesting_merge_schedules = 30; - BagsList_RebagCall bags_list_rebag = 31; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 32; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 33; - ImOnline_HeartbeatCall im_online_heartbeat = 34; - Staking_BondCall staking_bond = 35; - Staking_BondExtraCall staking_bond_extra = 36; - Staking_UnbondCall staking_unbond = 37; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 38; - Staking_ValidateCall staking_validate = 39; - Staking_NominateCall staking_nominate = 40; - Staking_ChillCall staking_chill = 41; - Staking_SetPayeeCall staking_set_payee = 42; - Staking_SetControllerCall staking_set_controller = 43; - Staking_SetValidatorCountCall staking_set_validator_count = 44; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 45; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 46; - Staking_ForceNoErasCall staking_force_no_eras = 47; - Staking_ForceNewEraCall staking_force_new_era = 48; - Staking_SetInvulnerablesCall staking_set_invulnerables = 49; - Staking_ForceUnstakeCall staking_force_unstake = 50; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 51; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 52; - Staking_PayoutStakersCall staking_payout_stakers = 53; - Staking_RebondCall staking_rebond = 54; - Staking_ReapStashCall staking_reap_stash = 55; - Staking_KickCall staking_kick = 56; - Staking_SetStakingConfigsCall staking_set_staking_configs = 57; - Staking_ChillOtherCall staking_chill_other = 58; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 59; - Staking_SetMinCommissionCall staking_set_min_commission = 60; - Session_SetKeysCall session_set_keys = 61; - Session_PurgeKeysCall session_purge_keys = 62; - Treasury_ProposeSpendCall treasury_propose_spend = 63; - Treasury_RejectProposalCall treasury_reject_proposal = 64; - Treasury_ApproveProposalCall treasury_approve_proposal = 65; - Treasury_SpendLocalCall treasury_spend_local = 66; - Treasury_RemoveApprovalCall treasury_remove_approval = 67; - Treasury_SpendCall treasury_spend = 68; - Treasury_PayoutCall treasury_payout = 69; - Treasury_CheckStatusCall treasury_check_status = 70; - Treasury_VoidSpendCall treasury_void_spend = 71; - Utility_BatchCall utility_batch = 72; - Utility_AsDerivativeCall utility_as_derivative = 73; - Utility_BatchAllCall utility_batch_all = 74; - Utility_DispatchAsCall utility_dispatch_as = 75; - Utility_ForceBatchCall utility_force_batch = 76; - Utility_WithWeightCall utility_with_weight = 77; - ConvictionVoting_VoteCall conviction_voting_vote = 78; - ConvictionVoting_DelegateCall conviction_voting_delegate = 79; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 80; - ConvictionVoting_UnlockCall conviction_voting_unlock = 81; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 82; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 83; - Referenda_SubmitCall referenda_submit = 84; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 85; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 86; - Referenda_CancelCall referenda_cancel = 87; - Referenda_KillCall referenda_kill = 88; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 89; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 90; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 91; - Referenda_SetMetadataCall referenda_set_metadata = 92; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 93; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 94; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 95; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 96; - FellowshipCollective_VoteCall fellowship_collective_vote = 97; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 98; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 99; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 100; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 101; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 102; - FellowshipReferenda_KillCall fellowship_referenda_kill = 103; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 104; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 105; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 106; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 107; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 108; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 109; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 110; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 111; - Scheduler_ScheduleCall scheduler_schedule = 112; - Scheduler_CancelCall scheduler_cancel = 113; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 114; - Scheduler_CancelNamedCall scheduler_cancel_named = 115; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 116; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 117; - Preimage_NotePreimageCall preimage_note_preimage = 118; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 119; - Preimage_RequestPreimageCall preimage_request_preimage = 120; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 121; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 122; - Identity_AddRegistrarCall identity_add_registrar = 123; - Identity_SetIdentityCall identity_set_identity = 124; - Identity_SetSubsCall identity_set_subs = 125; - Identity_ClearIdentityCall identity_clear_identity = 126; - Identity_RequestJudgementCall identity_request_judgement = 127; - Identity_CancelRequestCall identity_cancel_request = 128; - Identity_SetFeeCall identity_set_fee = 129; - Identity_SetAccountIdCall identity_set_account_id = 130; - Identity_SetFieldsCall identity_set_fields = 131; - Identity_ProvideJudgementCall identity_provide_judgement = 132; - Identity_KillIdentityCall identity_kill_identity = 133; - Identity_AddSubCall identity_add_sub = 134; - Identity_RenameSubCall identity_rename_sub = 135; - Identity_RemoveSubCall identity_remove_sub = 136; - Identity_QuitSubCall identity_quit_sub = 137; - Proxy_ProxyCall proxy_proxy = 138; - Proxy_AddProxyCall proxy_add_proxy = 139; - Proxy_RemoveProxyCall proxy_remove_proxy = 140; - Proxy_RemoveProxiesCall proxy_remove_proxies = 141; - Proxy_CreatePureCall proxy_create_pure = 142; - Proxy_KillPureCall proxy_kill_pure = 143; - Proxy_AnnounceCall proxy_announce = 144; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 145; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 146; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 147; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 148; - Multisig_AsMultiCall multisig_as_multi = 149; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 150; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 151; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 152; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 153; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 154; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 155; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 156; - Bounties_ProposeBountyCall bounties_propose_bounty = 157; - Bounties_ApproveBountyCall bounties_approve_bounty = 158; - Bounties_ProposeCuratorCall bounties_propose_curator = 159; - Bounties_UnassignCuratorCall bounties_unassign_curator = 160; - Bounties_AcceptCuratorCall bounties_accept_curator = 161; - Bounties_AwardBountyCall bounties_award_bounty = 162; - Bounties_ClaimBountyCall bounties_claim_bounty = 163; - Bounties_CloseBountyCall bounties_close_bounty = 164; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 165; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 166; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 167; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 168; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 169; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 170; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 171; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 172; - NominationPools_JoinCall nomination_pools_join = 173; - NominationPools_BondExtraCall nomination_pools_bond_extra = 174; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 175; - NominationPools_UnbondCall nomination_pools_unbond = 176; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 177; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 178; - NominationPools_CreateCall nomination_pools_create = 179; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 180; - NominationPools_NominateCall nomination_pools_nominate = 181; - NominationPools_SetStateCall nomination_pools_set_state = 182; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 183; - NominationPools_SetConfigsCall nomination_pools_set_configs = 184; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 185; - NominationPools_ChillCall nomination_pools_chill = 186; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 187; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 188; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 189; - NominationPools_SetCommissionCall nomination_pools_set_commission = 190; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 191; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 192; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 193; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 194; - Gear_UploadCodeCall gear_upload_code = 195; - Gear_UploadProgramCall gear_upload_program = 196; - Gear_CreateProgramCall gear_create_program = 197; - Gear_SendMessageCall gear_send_message = 198; - Gear_SendReplyCall gear_send_reply = 199; - Gear_ClaimValueCall gear_claim_value = 200; - Gear_RunCall gear_run = 201; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 202; - StakingRewards_RefillCall staking_rewards_refill = 203; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 204; - StakingRewards_WithdrawCall staking_rewards_withdraw = 205; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 206; - GearVoucher_IssueCall gear_voucher_issue = 207; - GearVoucher_CallCall gear_voucher_call = 208; - GearVoucher_RevokeCall gear_voucher_revoke = 209; - GearVoucher_UpdateCall gear_voucher_update = 210; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 211; - GearVoucher_DeclineCall gear_voucher_decline = 212; - } -} -message NominationPools_MemberAccount { - oneof value { - NominationPools_Id id = 1; - NominationPools_Index index = 2; - NominationPools_Raw raw = 3; - NominationPools_Address32 address32 = 4; - NominationPools_Address20 address20 = 5; - } -} -message BagsList_Address32 { - repeated uint32 value_0 = 1; -} -message ImOnline_HeartbeatCall { - ImOnline_PalletImOnlineHeartbeat heartbeat = 1; - ImOnline_PalletImOnlineSr25519AppSr25519Signature signature = 2; -} -message Staking_ChillThreshold { - oneof value { - Staking_Noop noop = 1; - Staking_Set set = 2; - Staking_Remove remove = 3; - } -} -message Session_SpAuthorityDiscoveryAppPublic { - Session_SpCoreSr25519Public authority_discovery = 1; -} -message Identity_Raw29 { - repeated uint32 value_0 = 1; -} -message Proxy_Address20 { - repeated uint32 value_0 = 1; -} -message Staking_SetValidatorCountCall { - Staking_CompactUint32 new = 1; -} -message Identity_KillIdentityCall { - Identity_Target target = 1; -} -message Proxy_Staking { -} -message System_TupleSystemItemsListSystemItemsList { - repeated uint32 value_0 = 1; - repeated uint32 value_1 = 2; -} -message Referenda_Void { - Value0 value_0 = 1; -} -message FellowshipReferenda_CancelCall { - uint32 index = 1; -} -message NominationPools_AdjustPoolDepositCall { - uint32 pool_id = 1; -} -message Vesting_MergeSchedulesCall { - uint32 schedule1_index = 1; - uint32 schedule2_index = 2; -} -message Staking_Set { - string value_0 = 1; -} -message FellowshipReferenda_System { - Value0 value_0 = 1; -} -message Multisig_SpWeightsWeightV2Weight { - Multisig_CompactUint64 ref_time = 1; - Multisig_CompactUint64 proof_size = 2; -} -message Gear_UploadCodeCall { - repeated uint32 code = 1; -} -message NominationPools_MaxMembersPerPool { - oneof value { - NominationPools_Noop noop = 1; - NominationPools_Set set = 2; - NominationPools_Remove remove = 3; - } -} -message Balances_TransferAllowDeathCall { - Balances_Dest dest = 1; - Balances_CompactString value = 2; -} -message Vesting_ForceVestedTransferCall { - Vesting_Source source = 1; - Vesting_Target target = 2; - Vesting_PalletVestingVestingInfoVestingInfo schedule = 3; -} -message Treasury_RemoveApprovalCall { - Treasury_CompactUint32 proposal_id = 1; -} -message Utility_Origins { - Value0 value_0 = 1; -} -message Identity_Raw31 { - repeated uint32 value_0 = 1; -} -message ChildBounties_CompactUint32 { - uint32 value = 1; -} -message BagsList_Raw { - repeated uint32 value_0 = 1; -} -message ImOnline_PalletImOnlineHeartbeat { - uint32 block_number = 1; - uint32 session_index = 2; - uint32 authority_index = 3; - uint32 validators_len = 4; -} -message Utility_BatchAllCall { - repeated Utility_VaraRuntimeRuntimeCall calls = 1; -} -message Scheduler_ScheduleCall { - uint32 when = 1; - optional Scheduler_TupleUint32Uint32 maybe_periodic = 2; - uint32 priority = 3; - oneof call { - System_RemarkCall system_remark = 4; - System_SetHeapPagesCall system_set_heap_pages = 5; - System_SetCodeCall system_set_code = 6; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 7; - System_SetStorageCall system_set_storage = 8; - System_KillStorageCall system_kill_storage = 9; - System_KillPrefixCall system_kill_prefix = 10; - System_RemarkWithEventCall system_remark_with_event = 11; - Timestamp_SetCall timestamp_set = 12; - Babe_ReportEquivocationCall babe_report_equivocation = 13; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 14; - Babe_PlanConfigChangeCall babe_plan_config_change = 15; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 16; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 17; - Grandpa_NoteStalledCall grandpa_note_stalled = 18; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 19; - Balances_ForceTransferCall balances_force_transfer = 20; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 21; - Balances_TransferAllCall balances_transfer_all = 22; - Balances_ForceUnreserveCall balances_force_unreserve = 23; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 24; - Balances_ForceSetBalanceCall balances_force_set_balance = 25; - Vesting_VestCall vesting_vest = 26; - Vesting_VestOtherCall vesting_vest_other = 27; - Vesting_VestedTransferCall vesting_vested_transfer = 28; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 29; - Vesting_MergeSchedulesCall vesting_merge_schedules = 30; - BagsList_RebagCall bags_list_rebag = 31; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 32; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 33; - ImOnline_HeartbeatCall im_online_heartbeat = 34; - Staking_BondCall staking_bond = 35; - Staking_BondExtraCall staking_bond_extra = 36; - Staking_UnbondCall staking_unbond = 37; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 38; - Staking_ValidateCall staking_validate = 39; - Staking_NominateCall staking_nominate = 40; - Staking_ChillCall staking_chill = 41; - Staking_SetPayeeCall staking_set_payee = 42; - Staking_SetControllerCall staking_set_controller = 43; - Staking_SetValidatorCountCall staking_set_validator_count = 44; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 45; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 46; - Staking_ForceNoErasCall staking_force_no_eras = 47; - Staking_ForceNewEraCall staking_force_new_era = 48; - Staking_SetInvulnerablesCall staking_set_invulnerables = 49; - Staking_ForceUnstakeCall staking_force_unstake = 50; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 51; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 52; - Staking_PayoutStakersCall staking_payout_stakers = 53; - Staking_RebondCall staking_rebond = 54; - Staking_ReapStashCall staking_reap_stash = 55; - Staking_KickCall staking_kick = 56; - Staking_SetStakingConfigsCall staking_set_staking_configs = 57; - Staking_ChillOtherCall staking_chill_other = 58; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 59; - Staking_SetMinCommissionCall staking_set_min_commission = 60; - Session_SetKeysCall session_set_keys = 61; - Session_PurgeKeysCall session_purge_keys = 62; - Treasury_ProposeSpendCall treasury_propose_spend = 63; - Treasury_RejectProposalCall treasury_reject_proposal = 64; - Treasury_ApproveProposalCall treasury_approve_proposal = 65; - Treasury_SpendLocalCall treasury_spend_local = 66; - Treasury_RemoveApprovalCall treasury_remove_approval = 67; - Treasury_SpendCall treasury_spend = 68; - Treasury_PayoutCall treasury_payout = 69; - Treasury_CheckStatusCall treasury_check_status = 70; - Treasury_VoidSpendCall treasury_void_spend = 71; - Utility_BatchCall utility_batch = 72; - Utility_AsDerivativeCall utility_as_derivative = 73; - Utility_BatchAllCall utility_batch_all = 74; - Utility_DispatchAsCall utility_dispatch_as = 75; - Utility_ForceBatchCall utility_force_batch = 76; - Utility_WithWeightCall utility_with_weight = 77; - ConvictionVoting_VoteCall conviction_voting_vote = 78; - ConvictionVoting_DelegateCall conviction_voting_delegate = 79; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 80; - ConvictionVoting_UnlockCall conviction_voting_unlock = 81; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 82; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 83; - Referenda_SubmitCall referenda_submit = 84; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 85; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 86; - Referenda_CancelCall referenda_cancel = 87; - Referenda_KillCall referenda_kill = 88; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 89; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 90; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 91; - Referenda_SetMetadataCall referenda_set_metadata = 92; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 93; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 94; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 95; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 96; - FellowshipCollective_VoteCall fellowship_collective_vote = 97; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 98; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 99; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 100; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 101; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 102; - FellowshipReferenda_KillCall fellowship_referenda_kill = 103; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 104; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 105; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 106; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 107; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 108; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 109; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 110; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 111; - Scheduler_ScheduleCall scheduler_schedule = 112; - Scheduler_CancelCall scheduler_cancel = 113; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 114; - Scheduler_CancelNamedCall scheduler_cancel_named = 115; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 116; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 117; - Preimage_NotePreimageCall preimage_note_preimage = 118; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 119; - Preimage_RequestPreimageCall preimage_request_preimage = 120; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 121; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 122; - Identity_AddRegistrarCall identity_add_registrar = 123; - Identity_SetIdentityCall identity_set_identity = 124; - Identity_SetSubsCall identity_set_subs = 125; - Identity_ClearIdentityCall identity_clear_identity = 126; - Identity_RequestJudgementCall identity_request_judgement = 127; - Identity_CancelRequestCall identity_cancel_request = 128; - Identity_SetFeeCall identity_set_fee = 129; - Identity_SetAccountIdCall identity_set_account_id = 130; - Identity_SetFieldsCall identity_set_fields = 131; - Identity_ProvideJudgementCall identity_provide_judgement = 132; - Identity_KillIdentityCall identity_kill_identity = 133; - Identity_AddSubCall identity_add_sub = 134; - Identity_RenameSubCall identity_rename_sub = 135; - Identity_RemoveSubCall identity_remove_sub = 136; - Identity_QuitSubCall identity_quit_sub = 137; - Proxy_ProxyCall proxy_proxy = 138; - Proxy_AddProxyCall proxy_add_proxy = 139; - Proxy_RemoveProxyCall proxy_remove_proxy = 140; - Proxy_RemoveProxiesCall proxy_remove_proxies = 141; - Proxy_CreatePureCall proxy_create_pure = 142; - Proxy_KillPureCall proxy_kill_pure = 143; - Proxy_AnnounceCall proxy_announce = 144; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 145; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 146; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 147; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 148; - Multisig_AsMultiCall multisig_as_multi = 149; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 150; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 151; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 152; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 153; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 154; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 155; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 156; - Bounties_ProposeBountyCall bounties_propose_bounty = 157; - Bounties_ApproveBountyCall bounties_approve_bounty = 158; - Bounties_ProposeCuratorCall bounties_propose_curator = 159; - Bounties_UnassignCuratorCall bounties_unassign_curator = 160; - Bounties_AcceptCuratorCall bounties_accept_curator = 161; - Bounties_AwardBountyCall bounties_award_bounty = 162; - Bounties_ClaimBountyCall bounties_claim_bounty = 163; - Bounties_CloseBountyCall bounties_close_bounty = 164; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 165; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 166; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 167; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 168; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 169; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 170; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 171; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 172; - NominationPools_JoinCall nomination_pools_join = 173; - NominationPools_BondExtraCall nomination_pools_bond_extra = 174; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 175; - NominationPools_UnbondCall nomination_pools_unbond = 176; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 177; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 178; - NominationPools_CreateCall nomination_pools_create = 179; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 180; - NominationPools_NominateCall nomination_pools_nominate = 181; - NominationPools_SetStateCall nomination_pools_set_state = 182; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 183; - NominationPools_SetConfigsCall nomination_pools_set_configs = 184; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 185; - NominationPools_ChillCall nomination_pools_chill = 186; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 187; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 188; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 189; - NominationPools_SetCommissionCall nomination_pools_set_commission = 190; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 191; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 192; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 193; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 194; - Gear_UploadCodeCall gear_upload_code = 195; - Gear_UploadProgramCall gear_upload_program = 196; - Gear_CreateProgramCall gear_create_program = 197; - Gear_SendMessageCall gear_send_message = 198; - Gear_SendReplyCall gear_send_reply = 199; - Gear_ClaimValueCall gear_claim_value = 200; - Gear_RunCall gear_run = 201; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 202; - StakingRewards_RefillCall staking_rewards_refill = 203; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 204; - StakingRewards_WithdrawCall staking_rewards_withdraw = 205; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 206; - GearVoucher_IssueCall gear_voucher_issue = 207; - GearVoucher_CallCall gear_voucher_call = 208; - GearVoucher_RevokeCall gear_voucher_revoke = 209; - GearVoucher_UpdateCall gear_voucher_update = 210; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 211; - GearVoucher_DeclineCall gear_voucher_decline = 212; - } -} -message Treasury_ApproveProposalCall { - Treasury_CompactUint32 proposal_id = 1; -} -message FellowshipReferenda_SetMetadataCall { - uint32 index = 1; - optional FellowshipReferenda_PrimitiveTypesH256 maybe_hash = 2; -} -message Identity_SetIdentityCall { - Identity_PalletIdentitySimpleIdentityInfo info = 1; -} -message Identity_CompactUint32 { - uint32 value = 1; -} -message ElectionProviderMultiPhase_SetEmergencyElectionResultCall { - repeated ElectionProviderMultiPhase_TupleSpCoreCryptoAccountId32SpNposElectionsSupport supports = 1; -} -message Staking_ChillCall { -} -message ConvictionVoting_Vote { - oneof value { - ConvictionVoting_Standard standard = 1; - ConvictionVoting_Split split = 2; - ConvictionVoting_SplitAbstain split_abstain = 3; - } -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes12ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message NominationPools_Address20 { - repeated uint32 value_0 = 1; -} -message Identity_Raw23 { - repeated uint32 value_0 = 1; -} -message Identity_Image { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message FinalityGrandpaEquivocation { - uint64 round_number = 1; - SpConsensusGrandpaAppPublic identity = 2; - TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature first = 3; - TupleFinalityGrandpaPrevotespConsensusGrandpaAppSignature second = 4; -} -message Vesting_Index { - CompactTupleNull value_0 = 1; -} -message Staking_BondCall { - Staking_CompactString value = 1; - Staking_Payee payee = 2; -} -message Staking_ForceNewEraAlwaysCall { -} -message Utility_CompactUint64 { - uint64 value = 1; -} -message Referenda_KillCall { - uint32 index = 1; -} -message Proxy_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message NominationPools_SetStateCall { - uint32 pool_id = 1; - NominationPools_State state = 2; -} -message Whitelist_CompactUint64 { - uint64 value = 1; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes13ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message Babe_PreRuntime { - repeated uint32 value_0 = 1; - repeated uint32 value_1 = 2; -} -message Vesting_Raw { - repeated uint32 value_0 = 1; -} -message Staking_ReapStashCall { - Staking_SpCoreCryptoAccountId32 stash = 1; - uint32 num_slashing_spans = 2; -} -message Treasury_PayoutCall { - uint32 index = 1; -} -message ConvictionVoting_CompactUint32 { - uint32 value = 1; -} -message FellowshipReferenda_KillCall { - uint32 index = 1; -} -message Session_VaraRuntimeSessionKeys { - Session_SpConsensusBabeAppPublic babe = 1; - Session_SpConsensusGrandpaAppPublic grandpa = 2; - Session_PalletImOnlineSr25519AppSr25519Public im_online = 3; - Session_SpAuthorityDiscoveryAppPublic authority_discovery = 4; -} -message Treasury_CompactUint32 { - uint32 value = 1; -} -message Utility_AsOrigin { - oneof value { - Utility_System system = 1; - Utility_Origins origins = 2; - Utility_Void void = 3; - } -} -message Referenda_RefundSubmissionDepositCall { - uint32 index = 1; -} -message Identity_Raw25 { - repeated uint32 value_0 = 1; -} -message GearVoucher_PalletGearVoucherInternalVoucherId { - repeated uint32 voucher_id = 1; -} -message PrimarySlots { -} -message Staking_Targets { - oneof value { - Staking_Id id = 1; - Staking_Index index = 2; - Staking_Raw raw = 3; - Staking_Address32 address32 = 4; - Staking_Address20 address20 = 5; - } -} -message FellowshipCollective_Index { - CompactTupleNull value_0 = 1; -} -message Scheduler_CancelNamedCall { - repeated uint32 id = 1; -} -message Identity_Raw30 { - repeated uint32 value_0 = 1; -} -message StakingRewards_Index { - CompactTupleNull value_0 = 1; -} -message GearVoucher_SendMessage { - GprimitivesActorId destination = 1; - repeated uint32 payload = 2; - uint64 gas_limit = 3; - string value = 4; - bool keep_alive = 5; -} -message System_SetCodeCall { - repeated uint32 code = 1; -} -message Identity_Raw0 { - repeated uint32 value_0 = 1; -} -message Identity_ClearIdentityCall { -} -message Proxy_ProxyCall { - Proxy_Real real = 1; - optional Proxy_ForceProxyType force_proxy_type = 2; - oneof call { - System_RemarkCall system_remark = 3; - System_SetHeapPagesCall system_set_heap_pages = 4; - System_SetCodeCall system_set_code = 5; - System_SetCodeWithoutChecksCall system_set_code_without_checks = 6; - System_SetStorageCall system_set_storage = 7; - System_KillStorageCall system_kill_storage = 8; - System_KillPrefixCall system_kill_prefix = 9; - System_RemarkWithEventCall system_remark_with_event = 10; - Timestamp_SetCall timestamp_set = 11; - Babe_ReportEquivocationCall babe_report_equivocation = 12; - Babe_ReportEquivocationUnsignedCall babe_report_equivocation_unsigned = 13; - Babe_PlanConfigChangeCall babe_plan_config_change = 14; - Grandpa_ReportEquivocationCall grandpa_report_equivocation = 15; - Grandpa_ReportEquivocationUnsignedCall grandpa_report_equivocation_unsigned = 16; - Grandpa_NoteStalledCall grandpa_note_stalled = 17; - Balances_TransferAllowDeathCall balances_transfer_allow_death = 18; - Balances_ForceTransferCall balances_force_transfer = 19; - Balances_TransferKeepAliveCall balances_transfer_keep_alive = 20; - Balances_TransferAllCall balances_transfer_all = 21; - Balances_ForceUnreserveCall balances_force_unreserve = 22; - Balances_UpgradeAccountsCall balances_upgrade_accounts = 23; - Balances_ForceSetBalanceCall balances_force_set_balance = 24; - Vesting_VestCall vesting_vest = 25; - Vesting_VestOtherCall vesting_vest_other = 26; - Vesting_VestedTransferCall vesting_vested_transfer = 27; - Vesting_ForceVestedTransferCall vesting_force_vested_transfer = 28; - Vesting_MergeSchedulesCall vesting_merge_schedules = 29; - BagsList_RebagCall bags_list_rebag = 30; - BagsList_PutInFrontOfCall bags_list_put_in_front_of = 31; - BagsList_PutInFrontOfOtherCall bags_list_put_in_front_of_other = 32; - ImOnline_HeartbeatCall im_online_heartbeat = 33; - Staking_BondCall staking_bond = 34; - Staking_BondExtraCall staking_bond_extra = 35; - Staking_UnbondCall staking_unbond = 36; - Staking_WithdrawUnbondedCall staking_withdraw_unbonded = 37; - Staking_ValidateCall staking_validate = 38; - Staking_NominateCall staking_nominate = 39; - Staking_ChillCall staking_chill = 40; - Staking_SetPayeeCall staking_set_payee = 41; - Staking_SetControllerCall staking_set_controller = 42; - Staking_SetValidatorCountCall staking_set_validator_count = 43; - Staking_IncreaseValidatorCountCall staking_increase_validator_count = 44; - Staking_ScaleValidatorCountCall staking_scale_validator_count = 45; - Staking_ForceNoErasCall staking_force_no_eras = 46; - Staking_ForceNewEraCall staking_force_new_era = 47; - Staking_SetInvulnerablesCall staking_set_invulnerables = 48; - Staking_ForceUnstakeCall staking_force_unstake = 49; - Staking_ForceNewEraAlwaysCall staking_force_new_era_always = 50; - Staking_CancelDeferredSlashCall staking_cancel_deferred_slash = 51; - Staking_PayoutStakersCall staking_payout_stakers = 52; - Staking_RebondCall staking_rebond = 53; - Staking_ReapStashCall staking_reap_stash = 54; - Staking_KickCall staking_kick = 55; - Staking_SetStakingConfigsCall staking_set_staking_configs = 56; - Staking_ChillOtherCall staking_chill_other = 57; - Staking_ForceApplyMinCommissionCall staking_force_apply_min_commission = 58; - Staking_SetMinCommissionCall staking_set_min_commission = 59; - Session_SetKeysCall session_set_keys = 60; - Session_PurgeKeysCall session_purge_keys = 61; - Treasury_ProposeSpendCall treasury_propose_spend = 62; - Treasury_RejectProposalCall treasury_reject_proposal = 63; - Treasury_ApproveProposalCall treasury_approve_proposal = 64; - Treasury_SpendLocalCall treasury_spend_local = 65; - Treasury_RemoveApprovalCall treasury_remove_approval = 66; - Treasury_SpendCall treasury_spend = 67; - Treasury_PayoutCall treasury_payout = 68; - Treasury_CheckStatusCall treasury_check_status = 69; - Treasury_VoidSpendCall treasury_void_spend = 70; - Utility_BatchCall utility_batch = 71; - Utility_AsDerivativeCall utility_as_derivative = 72; - Utility_BatchAllCall utility_batch_all = 73; - Utility_DispatchAsCall utility_dispatch_as = 74; - Utility_ForceBatchCall utility_force_batch = 75; - Utility_WithWeightCall utility_with_weight = 76; - ConvictionVoting_VoteCall conviction_voting_vote = 77; - ConvictionVoting_DelegateCall conviction_voting_delegate = 78; - ConvictionVoting_UndelegateCall conviction_voting_undelegate = 79; - ConvictionVoting_UnlockCall conviction_voting_unlock = 80; - ConvictionVoting_RemoveVoteCall conviction_voting_remove_vote = 81; - ConvictionVoting_RemoveOtherVoteCall conviction_voting_remove_other_vote = 82; - Referenda_SubmitCall referenda_submit = 83; - Referenda_PlaceDecisionDepositCall referenda_place_decision_deposit = 84; - Referenda_RefundDecisionDepositCall referenda_refund_decision_deposit = 85; - Referenda_CancelCall referenda_cancel = 86; - Referenda_KillCall referenda_kill = 87; - Referenda_NudgeReferendumCall referenda_nudge_referendum = 88; - Referenda_OneFewerDecidingCall referenda_one_fewer_deciding = 89; - Referenda_RefundSubmissionDepositCall referenda_refund_submission_deposit = 90; - Referenda_SetMetadataCall referenda_set_metadata = 91; - FellowshipCollective_AddMemberCall fellowship_collective_add_member = 92; - FellowshipCollective_PromoteMemberCall fellowship_collective_promote_member = 93; - FellowshipCollective_DemoteMemberCall fellowship_collective_demote_member = 94; - FellowshipCollective_RemoveMemberCall fellowship_collective_remove_member = 95; - FellowshipCollective_VoteCall fellowship_collective_vote = 96; - FellowshipCollective_CleanupPollCall fellowship_collective_cleanup_poll = 97; - FellowshipReferenda_SubmitCall fellowship_referenda_submit = 98; - FellowshipReferenda_PlaceDecisionDepositCall fellowship_referenda_place_decision_deposit = 99; - FellowshipReferenda_RefundDecisionDepositCall fellowship_referenda_refund_decision_deposit = 100; - FellowshipReferenda_CancelCall fellowship_referenda_cancel = 101; - FellowshipReferenda_KillCall fellowship_referenda_kill = 102; - FellowshipReferenda_NudgeReferendumCall fellowship_referenda_nudge_referendum = 103; - FellowshipReferenda_OneFewerDecidingCall fellowship_referenda_one_fewer_deciding = 104; - FellowshipReferenda_RefundSubmissionDepositCall fellowship_referenda_refund_submission_deposit = 105; - FellowshipReferenda_SetMetadataCall fellowship_referenda_set_metadata = 106; - Whitelist_WhitelistCallCall whitelist_whitelist_call = 107; - Whitelist_RemoveWhitelistedCallCall whitelist_remove_whitelisted_call = 108; - Whitelist_DispatchWhitelistedCallCall whitelist_dispatch_whitelisted_call = 109; - Whitelist_DispatchWhitelistedCallWithPreimageCall whitelist_dispatch_whitelisted_call_with_preimage = 110; - Scheduler_ScheduleCall scheduler_schedule = 111; - Scheduler_CancelCall scheduler_cancel = 112; - Scheduler_ScheduleNamedCall scheduler_schedule_named = 113; - Scheduler_CancelNamedCall scheduler_cancel_named = 114; - Scheduler_ScheduleAfterCall scheduler_schedule_after = 115; - Scheduler_ScheduleNamedAfterCall scheduler_schedule_named_after = 116; - Preimage_NotePreimageCall preimage_note_preimage = 117; - Preimage_UnnotePreimageCall preimage_unnote_preimage = 118; - Preimage_RequestPreimageCall preimage_request_preimage = 119; - Preimage_UnrequestPreimageCall preimage_unrequest_preimage = 120; - Preimage_EnsureUpdatedCall preimage_ensure_updated = 121; - Identity_AddRegistrarCall identity_add_registrar = 122; - Identity_SetIdentityCall identity_set_identity = 123; - Identity_SetSubsCall identity_set_subs = 124; - Identity_ClearIdentityCall identity_clear_identity = 125; - Identity_RequestJudgementCall identity_request_judgement = 126; - Identity_CancelRequestCall identity_cancel_request = 127; - Identity_SetFeeCall identity_set_fee = 128; - Identity_SetAccountIdCall identity_set_account_id = 129; - Identity_SetFieldsCall identity_set_fields = 130; - Identity_ProvideJudgementCall identity_provide_judgement = 131; - Identity_KillIdentityCall identity_kill_identity = 132; - Identity_AddSubCall identity_add_sub = 133; - Identity_RenameSubCall identity_rename_sub = 134; - Identity_RemoveSubCall identity_remove_sub = 135; - Identity_QuitSubCall identity_quit_sub = 136; - Proxy_ProxyCall proxy_proxy = 137; - Proxy_AddProxyCall proxy_add_proxy = 138; - Proxy_RemoveProxyCall proxy_remove_proxy = 139; - Proxy_RemoveProxiesCall proxy_remove_proxies = 140; - Proxy_CreatePureCall proxy_create_pure = 141; - Proxy_KillPureCall proxy_kill_pure = 142; - Proxy_AnnounceCall proxy_announce = 143; - Proxy_RemoveAnnouncementCall proxy_remove_announcement = 144; - Proxy_RejectAnnouncementCall proxy_reject_announcement = 145; - Proxy_ProxyAnnouncedCall proxy_proxy_announced = 146; - Multisig_AsMultiThreshold1Call multisig_as_multi_threshold_1 = 147; - Multisig_AsMultiCall multisig_as_multi = 148; - Multisig_ApproveAsMultiCall multisig_approve_as_multi = 149; - Multisig_CancelAsMultiCall multisig_cancel_as_multi = 150; - ElectionProviderMultiPhase_SubmitUnsignedCall election_provider_multi_phase_submit_unsigned = 151; - ElectionProviderMultiPhase_SetMinimumUntrustedScoreCall election_provider_multi_phase_set_minimum_untrusted_score = 152; - ElectionProviderMultiPhase_SetEmergencyElectionResultCall election_provider_multi_phase_set_emergency_election_result = 153; - ElectionProviderMultiPhase_SubmitCall election_provider_multi_phase_submit = 154; - ElectionProviderMultiPhase_GovernanceFallbackCall election_provider_multi_phase_governance_fallback = 155; - Bounties_ProposeBountyCall bounties_propose_bounty = 156; - Bounties_ApproveBountyCall bounties_approve_bounty = 157; - Bounties_ProposeCuratorCall bounties_propose_curator = 158; - Bounties_UnassignCuratorCall bounties_unassign_curator = 159; - Bounties_AcceptCuratorCall bounties_accept_curator = 160; - Bounties_AwardBountyCall bounties_award_bounty = 161; - Bounties_ClaimBountyCall bounties_claim_bounty = 162; - Bounties_CloseBountyCall bounties_close_bounty = 163; - Bounties_ExtendBountyExpiryCall bounties_extend_bounty_expiry = 164; - ChildBounties_AddChildBountyCall child_bounties_add_child_bounty = 165; - ChildBounties_ProposeCuratorCall child_bounties_propose_curator = 166; - ChildBounties_AcceptCuratorCall child_bounties_accept_curator = 167; - ChildBounties_UnassignCuratorCall child_bounties_unassign_curator = 168; - ChildBounties_AwardChildBountyCall child_bounties_award_child_bounty = 169; - ChildBounties_ClaimChildBountyCall child_bounties_claim_child_bounty = 170; - ChildBounties_CloseChildBountyCall child_bounties_close_child_bounty = 171; - NominationPools_JoinCall nomination_pools_join = 172; - NominationPools_BondExtraCall nomination_pools_bond_extra = 173; - NominationPools_ClaimPayoutCall nomination_pools_claim_payout = 174; - NominationPools_UnbondCall nomination_pools_unbond = 175; - NominationPools_PoolWithdrawUnbondedCall nomination_pools_pool_withdraw_unbonded = 176; - NominationPools_WithdrawUnbondedCall nomination_pools_withdraw_unbonded = 177; - NominationPools_CreateCall nomination_pools_create = 178; - NominationPools_CreateWithPoolIdCall nomination_pools_create_with_pool_id = 179; - NominationPools_NominateCall nomination_pools_nominate = 180; - NominationPools_SetStateCall nomination_pools_set_state = 181; - NominationPools_SetMetadataCall nomination_pools_set_metadata = 182; - NominationPools_SetConfigsCall nomination_pools_set_configs = 183; - NominationPools_UpdateRolesCall nomination_pools_update_roles = 184; - NominationPools_ChillCall nomination_pools_chill = 185; - NominationPools_BondExtraOtherCall nomination_pools_bond_extra_other = 186; - NominationPools_SetClaimPermissionCall nomination_pools_set_claim_permission = 187; - NominationPools_ClaimPayoutOtherCall nomination_pools_claim_payout_other = 188; - NominationPools_SetCommissionCall nomination_pools_set_commission = 189; - NominationPools_SetCommissionMaxCall nomination_pools_set_commission_max = 190; - NominationPools_SetCommissionChangeRateCall nomination_pools_set_commission_change_rate = 191; - NominationPools_ClaimCommissionCall nomination_pools_claim_commission = 192; - NominationPools_AdjustPoolDepositCall nomination_pools_adjust_pool_deposit = 193; - Gear_UploadCodeCall gear_upload_code = 194; - Gear_UploadProgramCall gear_upload_program = 195; - Gear_CreateProgramCall gear_create_program = 196; - Gear_SendMessageCall gear_send_message = 197; - Gear_SendReplyCall gear_send_reply = 198; - Gear_ClaimValueCall gear_claim_value = 199; - Gear_RunCall gear_run = 200; - Gear_SetExecuteInherentCall gear_set_execute_inherent = 201; - StakingRewards_RefillCall staking_rewards_refill = 202; - StakingRewards_ForceRefillCall staking_rewards_force_refill = 203; - StakingRewards_WithdrawCall staking_rewards_withdraw = 204; - StakingRewards_AlignSupplyCall staking_rewards_align_supply = 205; - GearVoucher_IssueCall gear_voucher_issue = 206; - GearVoucher_CallCall gear_voucher_call = 207; - GearVoucher_RevokeCall gear_voucher_revoke = 208; - GearVoucher_UpdateCall gear_voucher_update = 209; - GearVoucher_CallDeprecatedCall gear_voucher_call_deprecated = 210; - GearVoucher_DeclineCall gear_voucher_decline = 211; - } -} -message NominationPools_Rewards { -} -message NominationPools_SetMetadataCall { - uint32 pool_id = 1; - repeated uint32 metadata = 2; -} -message GearVoucher_SendReply { - GprimitivesMessageId reply_to_id = 1; - repeated uint32 payload = 2; - uint64 gas_limit = 3; - string value = 4; - bool keep_alive = 5; -} -message GearVoucher_Some { - BTreeSet value_0 = 1; -} -message Identity_Raw10 { - repeated uint32 value_0 = 1; -} -message Identity_CancelRequestCall { - uint32 reg_index = 1; -} -message Babe_CompactUint32 { - uint32 value = 1; -} -message AllowedSlots { - oneof value { - PrimarySlots primary_slots = 1; - PrimaryAndSecondaryPlainSlots primary_and_secondary_plain_slots = 2; - PrimaryAndSecondaryVRFSlots primary_and_secondary_vrf_slots = 3; - } -} -message SpConsensusGrandpaAppSignature { - SpCoreEd25519Signature value_1 = 1; -} -message Staking_ForceNoErasCall { -} -message Referenda_PrimitiveTypesH256 { - repeated uint32 maybe_hash = 1; -} -message Identity_None { -} -message Identity_OutOfDate { -} -message Proxy_Delegate { - oneof value { - Proxy_Id id = 1; - Proxy_Index index = 2; - Proxy_Raw raw = 3; - Proxy_Address32 address32 = 4; - Proxy_Address20 address20 = 5; - } -} -message GearVoucher_CallDeprecatedCall { - GearVoucher_Call call = 1; -} -message Referenda_Legacy { - PrimitiveTypesH256 hash = 1; -} -message Bounties_CompactString { - string value = 1; -} -message GearVoucher_Call { - oneof value { - GearVoucher_SendMessage send_message = 1; - GearVoucher_SendReply send_reply = 2; - GearVoucher_UploadCode upload_code = 3; - GearVoucher_DeclineVoucher decline_voucher = 4; - } -} -message GearVoucher_DeclineCall { - GearVoucher_PalletGearVoucherInternalVoucherId voucher_id = 1; -} -message Identity_Raw22 { - repeated uint32 value_0 = 1; -} -message ElectionProviderMultiPhase_TupleCompactUint32ElectionProviderMultiPhaseVotes9ListCompactUint32 { - ElectionProviderMultiPhase_CompactUint32 value_0 = 1; - repeated ElectionProviderMultiPhase_TupleCompactUint32CompactSpArithmeticPerThingsPerU16 value_1 = 2; - ElectionProviderMultiPhase_CompactUint32 value_2 = 3; -} -message ChildBounties_AddChildBountyCall { - ChildBounties_CompactUint32 parent_bounty_id = 1; - ChildBounties_CompactString value = 2; - repeated uint32 description = 3; -} -message NominationPools_PoolWithdrawUnbondedCall { - uint32 pool_id = 1; - uint32 num_slashing_spans = 2; -} -message Gear_SetExecuteInherentCall { - bool value = 1; -} -message StakingRewards_Address20 { - repeated uint32 value_0 = 1; -} -message FellowshipReferenda_NudgeReferendumCall { - uint32 index = 1; -} -message Bounties_UnassignCuratorCall { - Bounties_CompactUint32 bounty_id = 1; -} -message NominationPools_Index { - CompactTupleNull value_0 = 1; -} -message Grandpa_SpConsensusGrandpaEquivocationProof { - uint64 set_id = 1; - Grandpa_Equivocation equivocation = 2; -} -message Staking_CompactSpArithmeticPerThingsPerbill { - Staking_SpArithmeticPerThingsPerbill value = 1; -} -message Identity_Raw27 { - repeated uint32 value_0 = 1; -} -message Identity_Riot { - oneof value { - Identity_None none = 1; - Identity_Raw0 raw0 = 2; - Identity_Raw1 raw1 = 3; - Identity_Raw2 raw2 = 4; - Identity_Raw3 raw3 = 5; - Identity_Raw4 raw4 = 6; - Identity_Raw5 raw5 = 7; - Identity_Raw6 raw6 = 8; - Identity_Raw7 raw7 = 9; - Identity_Raw8 raw8 = 10; - Identity_Raw9 raw9 = 11; - Identity_Raw10 raw10 = 12; - Identity_Raw11 raw11 = 13; - Identity_Raw12 raw12 = 14; - Identity_Raw13 raw13 = 15; - Identity_Raw14 raw14 = 16; - Identity_Raw15 raw15 = 17; - Identity_Raw16 raw16 = 18; - Identity_Raw17 raw17 = 19; - Identity_Raw18 raw18 = 20; - Identity_Raw19 raw19 = 21; - Identity_Raw20 raw20 = 22; - Identity_Raw21 raw21 = 23; - Identity_Raw22 raw22 = 24; - Identity_Raw23 raw23 = 25; - Identity_Raw24 raw24 = 26; - Identity_Raw25 raw25 = 27; - Identity_Raw26 raw26 = 28; - Identity_Raw27 raw27 = 29; - Identity_Raw28 raw28 = 30; - Identity_Raw29 raw29 = 31; - Identity_Raw30 raw30 = 32; - Identity_Raw31 raw31 = 33; - Identity_Raw32 raw32 = 34; - Identity_BlakeTwo256 blake_two256 = 35; - Identity_Sha256 sha256 = 36; - Identity_Keccak256 keccak256 = 37; - Identity_ShaThree256 sha_three256 = 38; - } -} -message Bounties_ClaimBountyCall { - Bounties_CompactUint32 bounty_id = 1; -} -message ChildBounties_Index { - CompactTupleNull value_0 = 1; -} -message Proxy_CancelProxy { -} -message System_SetHeapPagesCall { - uint64 pages = 1; -} -message SpConsensusGrandpaAppPublic { - SpCoreEd25519Public identity = 1; -} -message BagsList_Id { - SpCoreCryptoAccountId32 value_0 = 1; -} -message Referenda_EnactmentMoment { - oneof value { - Referenda_At at = 1; - Referenda_After after = 2; - } -} -message FellowshipReferenda_SubmitCall { - FellowshipReferenda_ProposalOrigin proposal_origin = 1; - FellowshipReferenda_Proposal proposal = 2; - FellowshipReferenda_EnactmentMoment enactment_moment = 3; -} -message Proxy_IdentityJudgement { -} -message Staking_Controller { -} -message Proxy_AnnounceCall { - Proxy_Real real = 1; - Proxy_PrimitiveTypesH256 call_hash = 2; -} -message ConvictionVoting_Split { - string aye = 1; - string nay = 2; -} -message ConvictionVoting_Locked1X { -} -message Bounties_Index { - CompactTupleNull value_0 = 1; -} -message ChildBounties_ClaimChildBountyCall { - ChildBounties_CompactUint32 parent_bounty_id = 1; - ChildBounties_CompactUint32 child_bounty_id = 2; -} -message Referenda_After { - uint32 value_0 = 1; -} -message FellowshipReferenda_PrimitiveTypesH256 { - repeated uint32 maybe_hash = 1; -} -message Identity_Raw2 { - repeated uint32 value_0 = 1; -} -message Identity_SetSubsCall { - repeated Identity_TupleSpCoreCryptoAccountId32PalletIdentityTypesData subs = 1; -} -message ChildBounties_CompactString { - string value = 1; -} -message NominationPools_Raw { - repeated uint32 value_0 = 1; -} diff --git a/templates/gen_types.go b/templates/gen_types.go index d4422c0..ee8c27d 100644 --- a/templates/gen_types.go +++ b/templates/gen_types.go @@ -1,16 +1,14 @@ package gen_types import ( - "github.com/centrifuge/go-substrate-rpc-client/v4/registry" - pbgear "github.com/streamingfast/firehose-gear/pb/sf/gear/metadata/type/v1" + "github.com/centrifuge/go-substrate-rpc-client/v4/registry" + pbgear "github.com/streamingfast/firehose-gear/pb/sf/gear/metadata/type/v1" ) - - -func to_Balances_Address20(fields []*registry.DecodedField) any { - out := &pbgear.Balances_Address20{} - out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) - return out +func to_Balances_Address20(fields []*registry.DecodedField) *pbgear.Balances_Address20 { + out := &pbgear.Balances_Address20{} + out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) + return out } func to_repeated_uint32(fields []*registry.DecodedField) []uint32 { @@ -19,115 +17,98 @@ func to_repeated_uint32(fields []*registry.DecodedField) []uint32 { out = append(out, f.Value.(uint32)) } return out -} - - -func to_Balances_Address32(fields []*registry.DecodedField) any { - out := &pbgear.Balances_Address32{} - out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) - return out -} - - -func to_Balances_CompactString(fields []*registry.DecodedField) any { - out := &pbgear.Balances_CompactString{} - out.Value = fields[0].Value.(string) - return out -} - - -func to_Balances_Dest(fields []*registry.DecodedField) any { - out := &pbgear.Balances_Dest{} - +} - //=========== - switch { - - case matchFields(fields, []int64{0}): - out.Value = to_Balances_Id(fields) //Passthrough fields... - - case matchFields(fields, []int64{95}): - out.Value = to_Balances_Index(fields) //Passthrough fields... - - case matchFields(fields, []int64{13}): - out.Value = to_Balances_Raw(fields) //Passthrough fields... - - case matchFields(fields, []int64{1}): - out.Value = to_Balances_Address32(fields) //Passthrough fields... - - case matchFields(fields, []int64{96}): - out.Value = to_Balances_Address20(fields) //Passthrough fields... - } - //============ - return out +func to_Balances_Address32(fields []*registry.DecodedField) *pbgear.Balances_Address32 { + out := &pbgear.Balances_Address32{} + out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) + return out } -func to_oneof_Balances_Value(fields []*registry.DecodedField) any {IdIndexRawAddress32Address20 - var out *&pbgear.Balances_Value - out.Value = to_oneof_Balances_Value(fields) //Passthrough fields... +func to_Balances_CompactString(fields []*registry.DecodedField) *pbgear.Balances_CompactString { + out := &pbgear.Balances_CompactString{} + out.Value = fields[0].Value.(string) return out -} - +} -func to_Balances_Id(fields []*registry.DecodedField) any { - out := &pbgear.Balances_Id{} - out.Value_0 = to_SpCoreCryptoAccountId32(fields[0].Value.([]*registry.DecodedField)) - return out -} - +func to_Balances_Dest(fields []*registry.DecodedField) *pbgear.Balances_Dest { + out := &pbgear.Balances_Dest{} -func to_Balances_Index(fields []*registry.DecodedField) any { - out := &pbgear.Balances_Index{} - out.Value_0 = to_CompactTupleNull(fields[0].Value.([]*registry.DecodedField)) - return out -} - + switch { + case matchFields(fields, []int64{0}): + out.Value = &pbgear.Balances_Dest_Id{ + Id: to_Balances_Id(fields), //Passthrough fields... + } + case matchFields(fields, []int64{95}): + out.Value = &pbgear.Balances_Dest_Index{ + Index: to_Balances_Index(fields), //Passthrough fields... + } + case matchFields(fields, []int64{13}): + out.Value = &pbgear.Balances_Dest_Raw{ + Raw: to_Balances_Raw(fields), //Passthrough fields... + } + case matchFields(fields, []int64{1}): + out.Value = &pbgear.Balances_Dest_Address32{ + Address32: to_Balances_Address32(fields), //Passthrough fields... + } + case matchFields(fields, []int64{96}): + out.Value = &pbgear.Balances_Dest_Address20{ + Address20: to_Balances_Address20(fields), //Passthrough fields... + } + } + return out +} -func to_Balances_Raw(fields []*registry.DecodedField) any { - out := &pbgear.Balances_Raw{} - out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) - return out -} - +func to_Balances_Id(fields []*registry.DecodedField) *pbgear.Balances_Id { + out := &pbgear.Balances_Id{} + out.Value_0 = to_SpCoreCryptoAccountId32(fields[0].Value.([]*registry.DecodedField)) + return out +} -func to_Balances_TransferKeepAliveCall(fields []*registry.DecodedField) any { - out := &pbgear.Balances_TransferKeepAliveCall{} - out.Dest = to_Balances_Dest(fields[0].Value.([]*registry.DecodedField)) - out.Value = to_Balances_CompactString(fields[1].Value.([]*registry.DecodedField)) - return out -} - - +func to_Balances_Index(fields []*registry.DecodedField) *pbgear.Balances_Index { + out := &pbgear.Balances_Index{} + out.Value_0 = to_CompactTupleNull(fields[0].Value.([]*registry.DecodedField)) + return out +} -func to_CompactTupleNull(fields []*registry.DecodedField) any { - out := &pbgear.CompactTupleNull{} - out.Value = to_TupleNull(fields[0].Value.([]*registry.DecodedField)) - return out -} - +func to_Balances_Raw(fields []*registry.DecodedField) *pbgear.Balances_Raw { + out := &pbgear.Balances_Raw{} + out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) + return out +} -func to_SpCoreCryptoAccountId32(fields []*registry.DecodedField) any { - out := &pbgear.SpCoreCryptoAccountId32{} - out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) - return out -} - +func to_Balances_TransferKeepAliveCall(fields []*registry.DecodedField) *pbgear.Balances_TransferKeepAliveCall { + out := &pbgear.Balances_TransferKeepAliveCall{} + out.Dest = to_Balances_Dest(fields[0].Value.([]*registry.DecodedField)) + out.Value = to_Balances_CompactString(fields[1].Value.([]*registry.DecodedField)) + return out +} -func to_TupleNull(fields []*registry.DecodedField) any { - out := &pbgear.TupleNull{} - return out -} +func to_CompactTupleNull(fields []*registry.DecodedField) *pbgear.CompactTupleNull { + out := &pbgear.CompactTupleNull{} + out.Value = to_TupleNull(fields[0].Value.([]*registry.DecodedField)) + return out +} +func to_SpCoreCryptoAccountId32(fields []*registry.DecodedField) *pbgear.SpCoreCryptoAccountId32 { + out := &pbgear.SpCoreCryptoAccountId32{} + out.Value_0 = to_repeated_uint32(fields[0].Value.([]*registry.DecodedField)) + return out +} +func to_TupleNull(fields []*registry.DecodedField) *pbgear.TupleNull { + out := &pbgear.TupleNull{} + return out +} func matchFields(fields []*registry.DecodedField, ids []int64) bool { if len(fields) != len(ids) { return false } for i, f := range fields { - if ids[i] != f.LookupIndex{ + if ids[i] != f.LookupIndex { return false } } return true -} \ No newline at end of file +} diff --git a/templates/gen_types.go.gotmpl b/templates/gen_types.go.gotmpl index 16d983f..4b0fa70 100644 --- a/templates/gen_types.go.gotmpl +++ b/templates/gen_types.go.gotmpl @@ -11,7 +11,7 @@ import ( {{ range $msg := $messages }} -func {{ $msg.ToFuncName $metadata }}(fields []*registry.DecodedField) any { +func {{ $msg.ToFuncName $metadata }}(fields []*registry.DecodedField) {{ $msg.ReturnType $metadata }} { {{- template "return" wrap (newWrapItem "msg" $msg) }} } @@ -39,12 +39,13 @@ func {{ $msg.ToFuncName $metadata }}(fields []*registry.DecodedField) any { } else { out = in.Value.(*{{ $field.GetType }}) } + return out } {{- else if and $field.IsPrimitive $field.IsRepeated}} {{- template "repeatedPrimitive" wrap (newWrapItem "field" $field) }} - {{- else if $field.IsOneOf }} - {{- template "oneOfFunc" wrap (newWrapItem "field" $field) }} +{{/* {{- else if $field.IsOneOf }}*/}} +{{/* {{- template "oneOfFunc" wrap (newWrapItem "field" $field) }}*/}} {{- end }} {{/* isOptional and isPrimitive */}} {{- end }} {{/* not seen */}} {{ end }} @@ -67,9 +68,10 @@ func {{ $field.ToFuncName $meta}}(fields []*registry.DecodedField) {{ $field.Ret {{- $msg := .msg }} {{- $meta := .generator.Metadata }} out := {{ $msg.OutputType $meta }}{} + {{- range $i, $field := $msg.Fields }} {{- if $field.IsOneOf }} - {{ template "oneOfSwitch" wrap (newWrapItem "field" $field "msgOutputType" ($msg.OutputType $meta)) }} + {{ template "oneOfSwitch" wrap (newWrapItem "field" $field "msgOutputType" ($msg.OutputType $meta) "parentFullTypeName" $msg.FullTypeName)}} {{- else }} {{- if and $field.IsPrimitive (not $field.IsRepeated) }} out.{{ $field.ToFieldName }} = fields[{{$i}}].Value.({{ $field.OutputType $meta }}) @@ -86,34 +88,33 @@ func {{ $field.ToFuncName $meta}}(fields []*registry.DecodedField) {{ $field.Ret {{- $meta := .generator.Metadata }} {{- $generator := .generator }} {{- $msgOutputType := .msgOutputType }} +{{- $parentFullTypeName := .parentFullTypeName }} + {{- $idToField := .generator.IdToField }} {{- $goType := $field.ToGoTypeName $meta }} -{{$variantChildIds := $generator.VariantChildIds $field.LookupID}} - //=========== - switch { +{{- $variantChildIds := $generator.VariantChildIds $field.LookupID}} +switch { {{- range $i, $ids := $variantChildIds }} - {{ $t := index $field.Types $i}} + {{- $t := index $field.Types $i}} case matchFields(fields, {{$ids}}): - out.Value = {{ $t.ToFuncName $meta}}(fields) //Passthrough fields... + out.Value = &pbgear.{{$parentFullTypeName}}_{{$t.Name}}{ + {{$t.Name}}: {{ $t.ToFuncName $meta}}(fields), //Passthrough fields... + } {{- end }} } - //============ {{- end -}} -{{ define "oneOfFunc" }} -{{- $field := .field }} -{{- $meta := .generator.Metadata }} -{{- $goType := $field.ToGoTypeName $meta }} +{{/*{{ define "oneOfFunc" }}*/}} +{{/*{{- $field := .field }}*/}} +{{/*{{- $meta := .generator.Metadata }}*/}} +{{/*{{- $goType := $field.ToGoTypeName $meta }}*/}} -func {{ $field.ToFuncName $meta}}(fields []*registry.DecodedField) any { - {{- range $t := $field.Types }} - {{- $t.Name}} - {{- end }} - var out *{{ $field.OutputType $meta }} - out.Value = {{ $field.ToFuncName $meta}}(fields) //Passthrough fields... - return out -} -{{- end -}} +{{/*func {{ $field.ToFuncName $meta}}(fields []*registry.DecodedField) {{ $field.ReturnType $meta }} {*/}} +{{/* var out {{ $field.OutputType $meta }}*/}} +{{/* out.Value = {{ $field.ToFuncName $meta}}(fields) //Passthrough fields...*/}} +{{/* return out*/}} +{{/*}*/}} +{{/*{{- end -}}*/}} func matchFields(fields []*registry.DecodedField, ids []int64) bool { if len(fields) != len(ids) {