// Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ /* eslint-disable sort-keys */ export default { /** * Lookup3: frame_system::AccountInfo> **/ FrameSystemAccountInfo: { nonce: 'u32', consumers: 'u32', providers: 'u32', sufficients: 'u32', data: 'PalletBalancesAccountData' }, /** * Lookup5: pallet_balances::AccountData **/ PalletBalancesAccountData: { free: 'u128', reserved: 'u128', miscFrozen: 'u128', feeFrozen: 'u128' }, /** * Lookup7: frame_support::dispatch::PerDispatchClass **/ FrameSupportDispatchPerDispatchClassWeight: { normal: 'SpWeightsWeightV2Weight', operational: 'SpWeightsWeightV2Weight', mandatory: 'SpWeightsWeightV2Weight' }, /** * Lookup8: sp_weights::weight_v2::Weight **/ SpWeightsWeightV2Weight: { refTime: 'Compact', proofSize: 'Compact' }, /** * Lookup13: sp_runtime::generic::digest::Digest **/ SpRuntimeDigest: { logs: 'Vec' }, /** * Lookup15: sp_runtime::generic::digest::DigestItem **/ SpRuntimeDigestDigestItem: { _enum: { Other: 'Bytes', __Unused1: 'Null', __Unused2: 'Null', __Unused3: 'Null', Consensus: '([u8;4],Bytes)', Seal: '([u8;4],Bytes)', PreRuntime: '([u8;4],Bytes)', __Unused7: 'Null', RuntimeEnvironmentUpdated: 'Null' } }, /** * Lookup18: frame_system::EventRecord **/ FrameSystemEventRecord: { phase: 'FrameSystemPhase', event: 'Event', topics: 'Vec' }, /** * Lookup20: frame_system::pallet::Event **/ FrameSystemEvent: { _enum: { ExtrinsicSuccess: { dispatchInfo: 'FrameSupportDispatchDispatchInfo', }, ExtrinsicFailed: { dispatchError: 'SpRuntimeDispatchError', dispatchInfo: 'FrameSupportDispatchDispatchInfo', }, CodeUpdated: 'Null', NewAccount: { account: 'AccountId32', }, KilledAccount: { account: 'AccountId32', }, Remarked: { _alias: { hash_: 'hash', }, sender: 'AccountId32', hash_: 'H256' } } }, /** * Lookup21: frame_support::dispatch::DispatchInfo **/ FrameSupportDispatchDispatchInfo: { weight: 'SpWeightsWeightV2Weight', class: 'FrameSupportDispatchDispatchClass', paysFee: 'FrameSupportDispatchPays' }, /** * Lookup22: frame_support::dispatch::DispatchClass **/ FrameSupportDispatchDispatchClass: { _enum: ['Normal', 'Operational', 'Mandatory'] }, /** * Lookup23: frame_support::dispatch::Pays **/ FrameSupportDispatchPays: { _enum: ['Yes', 'No'] }, /** * Lookup24: sp_runtime::DispatchError **/ SpRuntimeDispatchError: { _enum: { Other: 'Null', CannotLookup: 'Null', BadOrigin: 'Null', Module: 'SpRuntimeModuleError', ConsumerRemaining: 'Null', NoProviders: 'Null', TooManyConsumers: 'Null', Token: 'SpRuntimeTokenError', Arithmetic: 'SpArithmeticArithmeticError', Transactional: 'SpRuntimeTransactionalError', Exhausted: 'Null', Corruption: 'Null', Unavailable: 'Null' } }, /** * Lookup25: sp_runtime::ModuleError **/ SpRuntimeModuleError: { index: 'u8', error: '[u8;4]' }, /** * Lookup26: sp_runtime::TokenError **/ SpRuntimeTokenError: { _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported'] }, /** * Lookup27: sp_arithmetic::ArithmeticError **/ SpArithmeticArithmeticError: { _enum: ['Underflow', 'Overflow', 'DivisionByZero'] }, /** * Lookup28: sp_runtime::TransactionalError **/ SpRuntimeTransactionalError: { _enum: ['LimitReached', 'NoLayer'] }, /** * Lookup29: pallet_utility::pallet::Event **/ PalletUtilityEvent: { _enum: { BatchInterrupted: { index: 'u32', error: 'SpRuntimeDispatchError', }, BatchCompleted: 'Null', BatchCompletedWithErrors: 'Null', ItemCompleted: 'Null', ItemFailed: { error: 'SpRuntimeDispatchError', }, DispatchedAs: { result: 'Result' } } }, /** * Lookup32: pallet_balances::pallet::Event **/ PalletBalancesEvent: { _enum: { Endowed: { account: 'AccountId32', freeBalance: 'u128', }, DustLost: { account: 'AccountId32', amount: 'u128', }, Transfer: { from: 'AccountId32', to: 'AccountId32', amount: 'u128', }, BalanceSet: { who: 'AccountId32', free: 'u128', reserved: 'u128', }, Reserved: { who: 'AccountId32', amount: 'u128', }, Unreserved: { who: 'AccountId32', amount: 'u128', }, ReserveRepatriated: { from: 'AccountId32', to: 'AccountId32', amount: 'u128', destinationStatus: 'FrameSupportTokensMiscBalanceStatus', }, Deposit: { who: 'AccountId32', amount: 'u128', }, Withdraw: { who: 'AccountId32', amount: 'u128', }, Slashed: { who: 'AccountId32', amount: 'u128' } } }, /** * Lookup33: frame_support::traits::tokens::misc::BalanceStatus **/ FrameSupportTokensMiscBalanceStatus: { _enum: ['Free', 'Reserved'] }, /** * Lookup34: pallet_transaction_payment::pallet::Event **/ PalletTransactionPaymentEvent: { _enum: { TransactionFeePaid: { who: 'AccountId32', actualFee: 'u128', tip: 'u128' } } }, /** * Lookup35: pallet_election_provider_multi_phase::pallet::Event **/ PalletElectionProviderMultiPhaseEvent: { _enum: { SolutionStored: { compute: 'PalletElectionProviderMultiPhaseElectionCompute', origin: 'Option', prevEjected: 'bool', }, ElectionFinalized: { compute: 'PalletElectionProviderMultiPhaseElectionCompute', score: 'SpNposElectionsElectionScore', }, ElectionFailed: 'Null', Rewarded: { account: 'AccountId32', value: 'u128', }, Slashed: { account: 'AccountId32', value: 'u128', }, PhaseTransitioned: { from: 'PalletElectionProviderMultiPhasePhase', to: 'PalletElectionProviderMultiPhasePhase', round: 'u32' } } }, /** * Lookup36: pallet_election_provider_multi_phase::ElectionCompute **/ PalletElectionProviderMultiPhaseElectionCompute: { _enum: ['OnChain', 'Signed', 'Unsigned', 'Fallback', 'Emergency'] }, /** * Lookup39: sp_npos_elections::ElectionScore **/ SpNposElectionsElectionScore: { minimalStake: 'u128', sumStake: 'u128', sumStakeSquared: 'u128' }, /** * Lookup40: pallet_election_provider_multi_phase::Phase **/ PalletElectionProviderMultiPhasePhase: { _enum: { Off: 'Null', Signed: 'Null', Unsigned: '(bool,u32)', Emergency: 'Null' } }, /** * Lookup42: pallet_staking::pallet::pallet::Event **/ PalletStakingPalletEvent: { _enum: { EraPaid: { eraIndex: 'u32', validatorPayout: 'u128', remainder: 'u128', }, Rewarded: { stash: 'AccountId32', amount: 'u128', }, Slashed: { staker: 'AccountId32', amount: 'u128', }, SlashReported: { validator: 'AccountId32', fraction: 'Perbill', slashEra: 'u32', }, OldSlashingReportDiscarded: { sessionIndex: 'u32', }, StakersElected: 'Null', Bonded: { stash: 'AccountId32', amount: 'u128', }, Unbonded: { stash: 'AccountId32', amount: 'u128', }, Withdrawn: { stash: 'AccountId32', amount: 'u128', }, Kicked: { nominator: 'AccountId32', stash: 'AccountId32', }, StakingElectionFailed: 'Null', Chilled: { stash: 'AccountId32', }, PayoutStarted: { eraIndex: 'u32', validatorStash: 'AccountId32', }, ValidatorPrefsSet: { stash: 'AccountId32', prefs: 'PalletStakingValidatorPrefs', }, ForceEra: { mode: 'PalletStakingForcing' } } }, /** * Lookup44: pallet_staking::ValidatorPrefs **/ PalletStakingValidatorPrefs: { commission: 'Compact', blocked: 'bool' }, /** * Lookup46: pallet_staking::Forcing **/ PalletStakingForcing: { _enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways'] }, /** * Lookup47: pallet_session::pallet::Event **/ PalletSessionEvent: { _enum: { NewSession: { sessionIndex: 'u32' } } }, /** * Lookup48: pallet_grandpa::pallet::Event **/ PalletGrandpaEvent: { _enum: { NewAuthorities: { authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>', }, Paused: 'Null', Resumed: 'Null' } }, /** * Lookup51: sp_consensus_grandpa::app::Public **/ SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public', /** * Lookup52: sp_core::ed25519::Public **/ SpCoreEd25519Public: '[u8;32]', /** * Lookup53: pallet_im_online::pallet::Event **/ PalletImOnlineEvent: { _enum: { HeartbeatReceived: { authorityId: 'PalletImOnlineSr25519AppSr25519Public', }, AllGood: 'Null', SomeOffline: { offline: 'Vec<(AccountId32,PalletStakingExposure)>' } } }, /** * Lookup54: pallet_im_online::sr25519::app_sr25519::Public **/ PalletImOnlineSr25519AppSr25519Public: 'SpCoreSr25519Public', /** * Lookup55: sp_core::sr25519::Public **/ SpCoreSr25519Public: '[u8;32]', /** * Lookup58: pallet_staking::Exposure **/ PalletStakingExposure: { total: 'Compact', own: 'Compact', others: 'Vec' }, /** * Lookup61: pallet_staking::IndividualExposure **/ PalletStakingIndividualExposure: { who: 'AccountId32', value: 'Compact' }, /** * Lookup62: pallet_offences::pallet::Event **/ PalletOffencesEvent: { _enum: { Offence: { kind: '[u8;16]', timeslot: 'Bytes' } } }, /** * Lookup64: pallet_bags_list::pallet::Event **/ PalletBagsListEvent: { _enum: { Rebagged: { who: 'AccountId32', from: 'u64', to: 'u64', }, ScoreUpdated: { who: 'AccountId32', newScore: 'u64' } } }, /** * Lookup65: pallet_vesting::pallet::Event **/ PalletVestingEvent: { _enum: { VestingUpdated: { account: 'AccountId32', unvested: 'u128', }, VestingCompleted: { account: 'AccountId32' } } }, /** * Lookup66: pallet_multisig::pallet::Event **/ PalletMultisigEvent: { _enum: { NewMultisig: { approving: 'AccountId32', multisig: 'AccountId32', callHash: '[u8;32]', }, MultisigApproval: { approving: 'AccountId32', timepoint: 'PalletMultisigTimepoint', multisig: 'AccountId32', callHash: '[u8;32]', }, MultisigExecuted: { approving: 'AccountId32', timepoint: 'PalletMultisigTimepoint', multisig: 'AccountId32', callHash: '[u8;32]', result: 'Result', }, MultisigCancelled: { cancelling: 'AccountId32', timepoint: 'PalletMultisigTimepoint', multisig: 'AccountId32', callHash: '[u8;32]' } } }, /** * Lookup67: pallet_multisig::Timepoint **/ PalletMultisigTimepoint: { height: 'u32', index: 'u32' }, /** * Lookup68: pallet_council::RawEvent **/ PalletCouncilRawEvent: { _enum: { AnnouncingPeriodStarted: 'u32', NotEnoughCandidates: 'u32', VotingPeriodStarted: 'u32', NewCandidate: '(u64,AccountId32,AccountId32,u128)', NewCouncilElected: '(Vec,u32)', NewCouncilNotElected: 'u32', CandidacyStakeRelease: 'u64', CandidacyWithdraw: 'u64', CandidacyNoteSet: '(u64,Bytes)', RewardPayment: '(u64,AccountId32,u128,u128)', BudgetBalanceSet: 'u128', BudgetRefill: 'u128', BudgetRefillPlanned: 'u32', BudgetIncrementUpdated: 'u128', CouncilorRewardUpdated: 'u128', CouncilBudgetDecreased: 'u128', RequestFunded: '(AccountId32,u128)', CouncilBudgetFunded: '(u64,u128,Bytes)', CouncilorRemarked: '(u64,Bytes)', CandidateRemarked: '(u64,Bytes)', EraPayoutDampingFactorSet: 'Percent' } }, /** * Lookup71: pallet_referendum::RawEvent **/ PalletReferendumRawEvent: { _enum: { ReferendumStarted: '(u32,u32)', ReferendumStartedForcefully: '(u32,u32)', RevealingStageStarted: 'u32', ReferendumFinished: 'Vec', VoteCast: '(AccountId32,H256,u128)', VoteRevealed: '(AccountId32,u64,Bytes)', StakeReleased: 'AccountId32', AccountOptedOutOfVoting: 'AccountId32' } }, /** * Lookup72: pallet_referendum::Instance1 **/ PalletReferendumInstance1: 'Null', /** * Lookup74: pallet_referendum::OptionResult **/ PalletReferendumOptionResult: { optionId: 'u64', votePower: 'u128' }, /** * Lookup75: pallet_membership::RawEvent, ActorId, pallet_membership::InviteMembershipParameters, pallet_membership::CreateMemberParameters, pallet_membership::GiftMembershipParameters> **/ PalletMembershipRawEvent: { _enum: { MemberInvited: '(u64,PalletMembershipInviteMembershipParameters,u128)', MembershipGifted: '(u64,PalletMembershipGiftMembershipParameters)', MembershipBought: '(u64,PalletMembershipBuyMembershipParameters,u32)', MemberProfileUpdated: '(u64,Option,Option)', MemberAccountsUpdated: '(u64,Option,Option)', MemberVerificationStatusUpdated: '(u64,bool,u64)', ReferralCutUpdated: 'u8', InvitesTransferred: '(u64,u64,u32)', MembershipPriceUpdated: 'u128', InitialInvitationBalanceUpdated: 'u128', LeaderInvitationQuotaUpdated: 'u32', InitialInvitationCountUpdated: 'u32', StakingAccountAdded: '(AccountId32,u64)', StakingAccountRemoved: '(AccountId32,u64)', StakingAccountConfirmed: '(AccountId32,u64)', MemberRemarked: '(u64,Bytes,Option<(AccountId32,u128)>)', MemberCreated: '(u64,PalletMembershipCreateMemberParameters,u32)' } }, /** * Lookup76: pallet_membership::BuyMembershipParameters **/ PalletMembershipBuyMembershipParameters: { rootAccount: 'AccountId32', controllerAccount: 'AccountId32', handle: 'Option', metadata: 'Bytes', referrerId: 'Option' }, /** * Lookup79: pallet_membership::InviteMembershipParameters **/ PalletMembershipInviteMembershipParameters: { invitingMemberId: 'u64', rootAccount: 'AccountId32', controllerAccount: 'AccountId32', handle: 'Option', metadata: 'Bytes' }, /** * Lookup80: pallet_membership::CreateMemberParameters **/ PalletMembershipCreateMemberParameters: { rootAccount: 'AccountId32', controllerAccount: 'AccountId32', handle: 'Bytes', metadata: 'Bytes', isFoundingMember: 'bool' }, /** * Lookup81: pallet_membership::GiftMembershipParameters **/ PalletMembershipGiftMembershipParameters: { rootAccount: 'AccountId32', controllerAccount: 'AccountId32', handle: 'Option', metadata: 'Bytes', creditControllerAccount: 'u128', applyControllerAccountInvitationLock: 'Option', creditRootAccount: 'u128', applyRootAccountInvitationLock: 'Option' }, /** * Lookup85: pallet_forum::RawEvent, pallet_forum::ExtendedPostIdObject> **/ PalletForumRawEvent: { _enum: { CategoryCreated: '(u64,Option,Bytes,Bytes)', CategoryArchivalStatusUpdated: '(u64,bool,PalletForumPrivilegedActor)', CategoryTitleUpdated: '(u64,H256,PalletForumPrivilegedActor)', CategoryDescriptionUpdated: '(u64,H256,PalletForumPrivilegedActor)', CategoryDeleted: '(u64,PalletForumPrivilegedActor)', ThreadCreated: '(u64,u64,u64,u64,Bytes,Bytes)', ThreadModerated: '(u64,Bytes,PalletForumPrivilegedActor,u64)', ThreadUpdated: '(u64,bool,PalletForumPrivilegedActor,u64)', ThreadMetadataUpdated: '(u64,u64,u64,Bytes)', ThreadDeleted: '(u64,u64,u64,bool)', ThreadMoved: '(u64,u64,PalletForumPrivilegedActor,u64)', PostAdded: '(u64,u64,u64,u64,Bytes,bool)', PostModerated: '(u64,Bytes,PalletForumPrivilegedActor,u64,u64)', PostDeleted: '(Bytes,u64,BTreeMap)', PostTextUpdated: '(u64,u64,u64,u64,Bytes)', CategoryStickyThreadUpdate: '(u64,BTreeSet,PalletForumPrivilegedActor)', CategoryMembershipOfModeratorUpdated: '(u64,u64,bool)' } }, /** * Lookup86: pallet_forum::PrivilegedActor **/ PalletForumPrivilegedActor: { _enum: { Lead: 'Null', Moderator: 'u64' } }, /** * Lookup87: pallet_forum::ExtendedPostIdObject **/ PalletForumExtendedPostIdObject: { categoryId: 'u64', threadId: 'u64', postId: 'u64' }, /** * Lookup92: pallet_constitution::RawEvent **/ PalletConstitutionRawEvent: { _enum: { ConstutionAmended: '(H256,Bytes)' } }, /** * Lookup93: pallet_bounty::RawEvent>, BTreeMap>> **/ PalletBountyRawEvent: { _enum: { BountyCreated: '(u64,PalletBountyBountyParametersBTreeSet,Bytes)', BountyOracleSwitched: '(u64,PalletBountyBountyActor,PalletBountyBountyActor,PalletBountyBountyActor)', BountyTerminated: '(u64,PalletBountyBountyActor,PalletBountyBountyActor,PalletBountyBountyActor)', BountyFunded: '(u64,PalletBountyBountyActor,u128)', BountyMaxFundingReached: 'u64', BountyFundingWithdrawal: '(u64,PalletBountyBountyActor)', BountyCreatorCherryWithdrawal: '(u64,PalletBountyBountyActor)', BountyCreatorOracleRewardWithdrawal: '(u64,PalletBountyBountyActor)', BountyOracleRewardWithdrawal: '(u64,PalletBountyBountyActor,u128)', BountyRemoved: 'u64', WorkEntryAnnounced: '(u64,u64,u64,AccountId32,Bytes)', WorkSubmitted: '(u64,u64,u64,Bytes)', OracleJudgmentSubmitted: '(u64,PalletBountyBountyActor,BTreeMap,Bytes)', WorkEntrantFundsWithdrawn: '(u64,u64,u64)', BountyContributorRemarked: '(PalletBountyBountyActor,u64,Bytes)', BountyOracleRemarked: '(PalletBountyBountyActor,u64,Bytes)', BountyEntrantRemarked: '(u64,u64,u64,Bytes)', BountyCreatorRemarked: '(PalletBountyBountyActor,u64,Bytes)', WorkSubmissionPeriodEnded: '(u64,PalletBountyBountyActor)', WorkEntrantStakeUnlocked: '(u64,u64,AccountId32)', WorkEntrantStakeSlashed: '(u64,u64,AccountId32,u128)', FunderStateBloatBondWithdrawn: '(u64,PalletBountyBountyActor,u128)', CreatorStateBloatBondWithdrawn: '(u64,PalletBountyBountyActor,u128)' } }, /** * Lookup94: pallet_bounty::BountyParameters> **/ PalletBountyBountyParametersBTreeSet: { oracle: 'PalletBountyBountyActor', contractType: 'PalletBountyAssuranceContractTypeBTreeSet', creator: 'PalletBountyBountyActor', cherry: 'u128', oracleReward: 'u128', entrantStake: 'u128', fundingType: 'PalletBountyFundingType' }, /** * Lookup95: pallet_bounty::BountyActor **/ PalletBountyBountyActor: { _enum: { Council: 'Null', Member: 'u64' } }, /** * Lookup96: pallet_bounty::AssuranceContractType> **/ PalletBountyAssuranceContractTypeBTreeSet: { _enum: { Open: 'Null', Closed: 'BTreeSet' } }, /** * Lookup97: pallet_bounty::FundingType **/ PalletBountyFundingType: { _enum: { Perpetual: { target: 'u128', }, Limited: { target: 'u128', fundingPeriod: 'u32' } } }, /** * Lookup99: pallet_bounty::OracleWorkEntryJudgment **/ PalletBountyOracleWorkEntryJudgment: { _enum: { Winner: { reward: 'u128', }, Rejected: { slashingShare: 'Perbill', actionJustification: 'Bytes' } } }, /** * Lookup102: pallet_joystream_utility::RawEvent **/ PalletJoystreamUtilityRawEvent: { _enum: { Signaled: 'Bytes', RuntimeUpgraded: 'Bytes', UpdatedWorkingGroupBudget: '(PalletCommonWorkingGroupIterableEnumsWorkingGroup,u128,PalletCommonBalanceKind)', TokensBurned: '(AccountId32,u128)' } }, /** * Lookup103: pallet_common::working_group::iterable_enums::WorkingGroup **/ PalletCommonWorkingGroupIterableEnumsWorkingGroup: { _enum: ['Forum', 'Storage', 'Content', 'OperationsAlpha', 'App', 'Distribution', 'OperationsBeta', 'OperationsGamma', 'Membership'] }, /** * Lookup104: pallet_common::BalanceKind **/ PalletCommonBalanceKind: { _enum: ['Positive', 'Negative'] }, /** * Lookup105: pallet_content::RawEvent, MemberId, CuratorGroupId, CuratorId, VideoId, ChannelId, pallet_content::types::ChannelRecord, bounded_collections::bounded_btree_map::BoundedBTreeMap, S>, bounded_collections::bounded_btree_set::BoundedBTreeSet, pallet_common::bloat_bond::RepayableBloatBond>, DataObjectId, pallet_content::nft::types::EnglishAuctionParamsRecord, pallet_content::nft::types::OpenAuctionParamsRecord, OpenAuctionId, pallet_content::nft::types::NftIssuanceParametersRecord, pallet_content::nft::types::OpenAuctionParamsRecord, MemberId, Balance>>, Balance, pallet_content::types::ChannelCreationParametersRecord, MemberId, StorageBucketId, pallet_storage::DistributionBucketIdRecord, Balance>, pallet_content::types::ChannelUpdateParametersRecord, DataObjectId, MemberId, Balance>, pallet_content::types::VideoCreationParametersRecord, pallet_content::nft::types::NftIssuanceParametersRecord, pallet_content::nft::types::OpenAuctionParamsRecord, MemberId, Balance>>, Balance>, pallet_content::types::VideoUpdateParametersRecord, DataObjectId, pallet_content::nft::types::NftIssuanceParametersRecord, pallet_content::nft::types::OpenAuctionParamsRecord, MemberId, Balance>>, Balance>, ChannelPrivilegeLevel, BTreeMap>, pallet_content::types::TransferCommitmentParameters>, Balance, TransferId>, pallet_content::types::PendingTransfer, S>>, sp_core::crypto::AccountId32, pallet_content::types::UpdateChannelPayoutsParametersRecord, Balance, primitive_types::H256>, TokenId, pallet_content::types::ChannelFundsDestination> **/ PalletContentRawEvent: { _enum: { CuratorGroupCreated: 'u64', CuratorGroupPermissionsUpdated: '(u64,BTreeMap>)', CuratorGroupStatusSet: '(u64,bool)', CuratorAdded: '(u64,u64,BTreeSet)', CuratorRemoved: '(u64,u64)', ChannelCreated: '(u64,PalletContentChannelRecord,PalletContentChannelCreationParametersRecord,AccountId32)', ChannelUpdated: '(PalletContentPermissionsContentActor,u64,PalletContentChannelUpdateParametersRecord,BTreeSet)', ChannelPrivilegeLevelUpdated: '(u64,u8)', ChannelStateBloatBondValueUpdated: 'u128', VideoStateBloatBondValueUpdated: 'u128', ChannelAssetsRemoved: '(PalletContentPermissionsContentActor,u64,BTreeSet,PalletContentChannelRecord)', ChannelDeleted: '(PalletContentPermissionsContentActor,u64)', ChannelVisibilitySetByModerator: '(PalletContentPermissionsContentActor,u64,bool,Bytes)', ChannelPausedFeaturesUpdatedByModerator: '(PalletContentPermissionsContentActor,u64,BTreeSet,Bytes)', ChannelAssetsDeletedByModerator: '(PalletContentPermissionsContentActor,u64,BTreeSet,Bytes)', ChannelFundsWithdrawn: '(PalletContentPermissionsContentActor,u64,u128,PalletContentChannelFundsDestination)', ChannelRewardClaimedAndWithdrawn: '(PalletContentPermissionsContentActor,u64,u128,PalletContentChannelFundsDestination)', VideoCreated: '(PalletContentPermissionsContentActor,u64,u64,PalletContentVideoCreationParametersRecord,BTreeSet)', VideoUpdated: '(PalletContentPermissionsContentActor,u64,PalletContentVideoUpdateParametersRecord,BTreeSet)', VideoDeleted: '(PalletContentPermissionsContentActor,u64)', VideoVisibilitySetByModerator: '(PalletContentPermissionsContentActor,u64,bool,Bytes)', VideoAssetsDeletedByModerator: '(PalletContentPermissionsContentActor,u64,BTreeSet,bool,Bytes)', ChannelPayoutsUpdated: '(PalletContentUpdateChannelPayoutsParametersRecord,Option,AccountId32)', ChannelRewardUpdated: '(u128,u128,u64)', EnglishAuctionStarted: '(PalletContentPermissionsContentActor,u64,PalletContentNftTypesEnglishAuctionParamsRecord)', OpenAuctionStarted: '(PalletContentPermissionsContentActor,u64,PalletContentNftTypesOpenAuctionParamsRecord,u64)', NftIssued: '(PalletContentPermissionsContentActor,u64,PalletContentNftTypesNftIssuanceParametersRecord)', NftDestroyed: '(PalletContentPermissionsContentActor,u64)', AuctionBidMade: '(u64,u64,u128,Option)', AuctionBidCanceled: '(u64,u64)', AuctionCanceled: '(PalletContentPermissionsContentActor,u64)', EnglishAuctionSettled: '(u64,AccountId32,u64)', BidMadeCompletingAuction: '(u64,u64,Option)', OpenAuctionBidAccepted: '(PalletContentPermissionsContentActor,u64,u64,u128)', OfferStarted: '(u64,PalletContentPermissionsContentActor,u64,Option)', OfferAccepted: 'u64', OfferCanceled: '(u64,PalletContentPermissionsContentActor)', NftSellOrderMade: '(u64,PalletContentPermissionsContentActor,u128)', NftBought: '(u64,u64)', BuyNowCanceled: '(u64,PalletContentPermissionsContentActor)', BuyNowPriceUpdated: '(u64,PalletContentPermissionsContentActor,u128)', NftSlingedBackToTheOriginalArtist: '(u64,PalletContentPermissionsContentActor)', ChannelOwnerRemarked: '(u64,Bytes)', ChannelAgentRemarked: '(PalletContentPermissionsContentActor,u64,Bytes)', NftOwnerRemarked: '(PalletContentPermissionsContentActor,u64,Bytes)', InitializedChannelTransfer: '(u64,PalletContentPermissionsContentActor,PalletContentPendingTransfer)', CancelChannelTransfer: '(u64,PalletContentPermissionsContentActor)', ChannelTransferAccepted: '(u64,PalletContentTransferCommitmentParametersBTreeMap)', GlobalNftLimitUpdated: '(PalletContentNftLimitPeriod,u64)', ChannelNftLimitUpdated: '(PalletContentPermissionsContentActor,PalletContentNftLimitPeriod,u64,u64)', ToggledNftLimits: 'bool', CreatorTokenIssued: '(PalletContentPermissionsContentActor,u64,u64)', CreatorTokenIssuerRemarked: '(u64,u64,Bytes)' } }, /** * Lookup106: pallet_content::permissions::ContentActor **/ PalletContentPermissionsContentActor: { _enum: { Curator: '(u64,u64)', Member: 'u64', Lead: 'Null' } }, /** * Lookup107: pallet_content::types::ChannelRecord, bounded_collections::bounded_btree_map::BoundedBTreeMap, S>, bounded_collections::bounded_btree_set::BoundedBTreeSet, pallet_common::bloat_bond::RepayableBloatBond> **/ PalletContentChannelRecord: { owner: 'PalletContentChannelOwner', numVideos: 'u64', collaborators: 'BTreeMap>', cumulativeRewardClaimed: 'u128', privilegeLevel: 'u8', pausedFeatures: 'BTreeSet', transferStatus: 'PalletContentChannelTransferStatus', dataObjects: 'BTreeSet', dailyNftLimit: 'PalletContentLimitPerPeriod', weeklyNftLimit: 'PalletContentLimitPerPeriod', dailyNftCounter: 'PalletContentNftCounter', weeklyNftCounter: 'PalletContentNftCounter', creatorTokenId: 'Option', channelStateBloatBond: 'PalletCommonBloatBondRepayableBloatBond' }, /** * Lookup111: pallet_content::types::iterable_enums::ChannelActionPermission **/ PalletContentIterableEnumsChannelActionPermission: { _enum: ['UpdateChannelMetadata', 'ManageNonVideoChannelAssets', 'ManageChannelCollaborators', 'UpdateVideoMetadata', 'AddVideo', 'ManageVideoAssets', 'DeleteChannel', 'DeleteVideo', 'ManageVideoNfts', 'AgentRemark', 'TransferChannel', 'ClaimChannelReward', 'WithdrawFromChannelBalance', 'IssueCreatorToken', 'ClaimCreatorTokenPatronage', 'InitAndManageCreatorTokenSale', 'CreatorTokenIssuerTransfer', 'MakeCreatorTokenPermissionless', 'ReduceCreatorTokenPatronageRate', 'ManageRevenueSplits', 'DeissueCreatorToken', 'AmmControl'] }, /** * Lookup118: pallet_content::permissions::curator_group::iterable_enums::PausableChannelFeature **/ PalletContentPermissionsCuratorGroupIterableEnumsPausableChannelFeature: { _enum: ['ChannelFundsTransfer', 'CreatorCashout', 'VideoNftIssuance', 'VideoCreation', 'VideoUpdate', 'ChannelUpdate', 'CreatorTokenIssuance'] }, /** * Lookup121: pallet_common::bloat_bond::RepayableBloatBond **/ PalletCommonBloatBondRepayableBloatBond: { repaymentRestrictedTo: 'Option', amount: 'u128' }, /** * Lookup122: pallet_content::types::ChannelOwner **/ PalletContentChannelOwner: { _enum: { Member: 'u64', CuratorGroup: 'u64' } }, /** * Lookup123: pallet_content::types::ChannelTransferStatus, S>> **/ PalletContentChannelTransferStatus: { _enum: { NoActiveTransfer: 'Null', PendingTransfer: 'PalletContentPendingTransfer' } }, /** * Lookup124: pallet_content::types::PendingTransfer, S>> **/ PalletContentPendingTransfer: { newOwner: 'PalletContentChannelOwner', transferParams: 'PalletContentTransferCommitmentParametersBoundedBTreeMap' }, /** * Lookup125: pallet_content::types::TransferCommitmentParameters, S>, Balance, TransferId> **/ PalletContentTransferCommitmentParametersBoundedBTreeMap: { newCollaborators: 'BTreeMap>', price: 'u128', transferId: 'u64' }, /** * Lookup126: pallet_content::types::LimitPerPeriod **/ PalletContentLimitPerPeriod: { limit: 'u64', blockNumberPeriod: 'u32' }, /** * Lookup127: pallet_content::types::NftCounter **/ PalletContentNftCounter: { counter: 'u64', lastUpdated: 'u32' }, /** * Lookup128: pallet_content::nft::types::EnglishAuctionParamsRecord **/ PalletContentNftTypesEnglishAuctionParamsRecord: { startingPrice: 'u128', buyNowPrice: 'Option', whitelist: 'BTreeSet', startsAt: 'Option', duration: 'u32', extensionPeriod: 'u32', minBidStep: 'u128' }, /** * Lookup130: pallet_content::nft::types::OpenAuctionParamsRecord **/ PalletContentNftTypesOpenAuctionParamsRecord: { startingPrice: 'u128', buyNowPrice: 'Option', startsAt: 'Option', whitelist: 'BTreeSet', bidLockDuration: 'u32' }, /** * Lookup131: pallet_content::nft::types::NftIssuanceParametersRecord, pallet_content::nft::types::OpenAuctionParamsRecord, MemberId, Balance>> **/ PalletContentNftTypesNftIssuanceParametersRecord: { royalty: 'Option', nftMetadata: 'Bytes', nonChannelOwner: 'Option', initTransactionalStatus: 'PalletContentNftTypesInitTransactionalStatusRecord' }, /** * Lookup132: pallet_content::nft::types::InitTransactionalStatusRecord, pallet_content::nft::types::OpenAuctionParamsRecord, MemberId, Balance> **/ PalletContentNftTypesInitTransactionalStatusRecord: { _enum: { Idle: 'Null', BuyNow: 'u128', InitiatedOfferToMember: '(u64,Option)', EnglishAuction: 'PalletContentNftTypesEnglishAuctionParamsRecord', OpenAuction: 'PalletContentNftTypesOpenAuctionParamsRecord' } }, /** * Lookup134: pallet_content::types::ChannelCreationParametersRecord, MemberId, StorageBucketId, pallet_storage::DistributionBucketIdRecord, Balance> **/ PalletContentChannelCreationParametersRecord: { assets: 'Option', meta: 'Option', collaborators: 'BTreeMap>', storageBuckets: 'BTreeSet', distributionBuckets: 'BTreeSet', expectedChannelStateBloatBond: 'u128', expectedDataObjectStateBloatBond: 'u128' }, /** * Lookup135: pallet_content::types::StorageAssetsRecord **/ PalletContentStorageAssetsRecord: { objectCreationList: 'Vec', expectedDataSizeFee: 'u128' }, /** * Lookup137: pallet_storage::DataObjectCreationParameters **/ PalletStorageDataObjectCreationParameters: { _alias: { size_: 'size' }, size_: 'u64', ipfsContentId: 'Bytes' }, /** * Lookup138: pallet_storage::DistributionBucketIdRecord **/ PalletStorageDistributionBucketIdRecord: { distributionBucketFamilyId: 'u64', distributionBucketIndex: 'u64' }, /** * Lookup145: pallet_content::types::ChannelUpdateParametersRecord, DataObjectId, MemberId, Balance> **/ PalletContentChannelUpdateParametersRecord: { assetsToUpload: 'Option', newMeta: 'Option', assetsToRemove: 'BTreeSet', collaborators: 'Option>>', expectedDataObjectStateBloatBond: 'u128', storageBucketsNumWitness: 'Option' }, /** * Lookup147: pallet_content::types::VideoCreationParametersRecord, pallet_content::nft::types::NftIssuanceParametersRecord, pallet_content::nft::types::OpenAuctionParamsRecord, MemberId, Balance>>, Balance> **/ PalletContentVideoCreationParametersRecord: { assets: 'Option', meta: 'Option', autoIssueNft: 'Option', expectedVideoStateBloatBond: 'u128', expectedDataObjectStateBloatBond: 'u128', storageBucketsNumWitness: 'u32' }, /** * Lookup149: pallet_content::types::VideoUpdateParametersRecord, DataObjectId, pallet_content::nft::types::NftIssuanceParametersRecord, pallet_content::nft::types::OpenAuctionParamsRecord, MemberId, Balance>>, Balance> **/ PalletContentVideoUpdateParametersRecord: { assetsToUpload: 'Option', newMeta: 'Option', assetsToRemove: 'BTreeSet', autoIssueNft: 'Option', expectedDataObjectStateBloatBond: 'u128', storageBucketsNumWitness: 'Option' }, /** * Lookup152: pallet_content::permissions::curator_group::iterable_enums::ContentModerationAction **/ PalletContentPermissionsCuratorGroupIterableEnumsContentModerationAction: { _enum: { HideVideo: 'Null', HideChannel: 'Null', ChangeChannelFeatureStatus: 'PalletContentPermissionsCuratorGroupIterableEnumsPausableChannelFeature', DeleteVideoAssets: 'bool', DeleteNonVideoChannelAssets: 'Null', UpdateChannelNftLimits: 'Null' } }, /** * Lookup156: pallet_content::types::TransferCommitmentParameters>, Balance, TransferId> **/ PalletContentTransferCommitmentParametersBTreeMap: { newCollaborators: 'BTreeMap>', price: 'u128', transferId: 'u64' }, /** * Lookup157: pallet_content::types::UpdateChannelPayoutsParametersRecord, Balance, primitive_types::H256> **/ PalletContentUpdateChannelPayoutsParametersRecord: { commitment: 'Option', payload: 'Option', minCashoutAllowed: 'Option', maxCashoutAllowed: 'Option', channelCashoutsEnabled: 'Option' }, /** * Lookup158: pallet_content::types::ChannelPayoutsPayloadParametersRecord **/ PalletContentChannelPayoutsPayloadParametersRecord: { objectCreationParams: 'PalletStorageDataObjectCreationParameters', expectedDataSizeFee: 'u128', expectedDataObjectStateBloatBond: 'u128' }, /** * Lookup162: pallet_content::types::ChannelFundsDestination **/ PalletContentChannelFundsDestination: { _enum: { AccountId: 'AccountId32', CouncilBudget: 'Null' } }, /** * Lookup163: pallet_content::types::NftLimitPeriod **/ PalletContentNftLimitPeriod: { _enum: ['Daily', 'Weekly'] }, /** * Lookup164: pallet_storage::RawEvent, sp_core::crypto::AccountId32, Balance>, pallet_storage::BagIdType, pallet_storage::DynamicBagIdType, sp_core::crypto::AccountId32, Balance, DistributionBucketFamilyId, pallet_storage::DistributionBucketIdRecord, DistributionBucketIndex, pallet_storage::DynBagCreationParametersRecord, sp_core::crypto::AccountId32, Balance, StorageBucketId, pallet_storage::DistributionBucketIdRecord>> **/ PalletStorageRawEvent: { _enum: { StorageBucketCreated: '(u64,Option,bool,u64,u64)', StorageBucketInvitationAccepted: '(u64,u64,AccountId32)', StorageBucketsUpdatedForBag: '(PalletStorageBagIdType,BTreeSet,BTreeSet)', DataObjectsUploaded: '(BTreeSet,PalletStorageUploadParametersRecord,u128)', StorageOperatorMetadataSet: '(u64,u64,Bytes)', StorageBucketVoucherLimitsSet: '(u64,u64,u64)', PendingDataObjectsAccepted: '(u64,u64,PalletStorageBagIdType,BTreeSet)', StorageBucketInvitationCancelled: 'u64', StorageBucketOperatorInvited: '(u64,u64)', StorageBucketOperatorRemoved: 'u64', UploadingBlockStatusUpdated: 'bool', DataObjectPerMegabyteFeeUpdated: 'u128', StorageBucketsPerBagLimitUpdated: 'u32', StorageBucketsVoucherMaxLimitsUpdated: '(u64,u64)', DataObjectsMoved: '(PalletStorageBagIdType,PalletStorageBagIdType,BTreeSet)', DataObjectsDeleted: '(AccountId32,PalletStorageBagIdType,BTreeSet)', StorageBucketStatusUpdated: '(u64,bool)', UpdateBlacklist: '(BTreeSet,BTreeSet)', DynamicBagDeleted: 'PalletStorageDynamicBagIdType', DynamicBagCreated: '(PalletStorageDynBagCreationParametersRecord,BTreeSet)', VoucherChanged: '(u64,PalletStorageVoucher)', StorageBucketDeleted: 'u64', NumberOfStorageBucketsInDynamicBagCreationPolicyUpdated: '(PalletStorageDynamicBagType,u32)', DistributionBucketFamilyCreated: 'u64', DistributionBucketFamilyDeleted: 'u64', DistributionBucketCreated: '(u64,bool,PalletStorageDistributionBucketIdRecord)', DistributionBucketStatusUpdated: '(PalletStorageDistributionBucketIdRecord,bool)', DistributionBucketDeleted: 'PalletStorageDistributionBucketIdRecord', DistributionBucketsUpdatedForBag: '(PalletStorageBagIdType,u64,BTreeSet,BTreeSet)', DistributionBucketsPerBagLimitUpdated: 'u32', DistributionBucketModeUpdated: '(PalletStorageDistributionBucketIdRecord,bool)', FamiliesInDynamicBagCreationPolicyUpdated: '(PalletStorageDynamicBagType,BTreeMap)', DistributionBucketOperatorInvited: '(PalletStorageDistributionBucketIdRecord,u64)', DistributionBucketInvitationCancelled: '(PalletStorageDistributionBucketIdRecord,u64)', DistributionBucketInvitationAccepted: '(u64,PalletStorageDistributionBucketIdRecord)', DistributionBucketMetadataSet: '(u64,PalletStorageDistributionBucketIdRecord,Bytes)', DistributionBucketOperatorRemoved: '(PalletStorageDistributionBucketIdRecord,u64)', DistributionBucketFamilyMetadataSet: '(u64,Bytes)', DataObjectStateBloatBondValueUpdated: 'u128', DataObjectsUpdated: '(PalletStorageUploadParametersRecord,BTreeSet,BTreeSet)', StorageOperatorRemarked: '(u64,u64,Bytes)', DistributionOperatorRemarked: '(u64,PalletStorageDistributionBucketIdRecord,Bytes)' } }, /** * Lookup165: pallet_storage::UploadParametersRecord, sp_core::crypto::AccountId32, Balance> **/ PalletStorageUploadParametersRecord: { bagId: 'PalletStorageBagIdType', objectCreationList: 'Vec', stateBloatBondSourceAccountId: 'AccountId32', expectedDataSizeFee: 'u128', expectedDataObjectStateBloatBond: 'u128' }, /** * Lookup166: pallet_storage::BagIdType **/ PalletStorageBagIdType: { _enum: { Static: 'PalletStorageStaticBagId', Dynamic: 'PalletStorageDynamicBagIdType' } }, /** * Lookup167: pallet_storage::StaticBagId **/ PalletStorageStaticBagId: { _enum: { Council: 'Null', WorkingGroup: 'PalletCommonWorkingGroupIterableEnumsWorkingGroup' } }, /** * Lookup168: pallet_storage::DynamicBagIdType **/ PalletStorageDynamicBagIdType: { _enum: { Member: 'u64', Channel: 'u64' } }, /** * Lookup169: pallet_storage::DynBagCreationParametersRecord, sp_core::crypto::AccountId32, Balance, StorageBucketId, pallet_storage::DistributionBucketIdRecord> **/ PalletStorageDynBagCreationParametersRecord: { bagId: 'PalletStorageDynamicBagIdType', objectCreationList: 'Vec', stateBloatBondSourceAccountId: 'AccountId32', expectedDataSizeFee: 'u128', expectedDataObjectStateBloatBond: 'u128', storageBuckets: 'BTreeSet', distributionBuckets: 'BTreeSet' }, /** * Lookup172: pallet_storage::Voucher **/ PalletStorageVoucher: { sizeLimit: 'u64', objectsLimit: 'u64', sizeUsed: 'u64', objectsUsed: 'u64' }, /** * Lookup173: pallet_storage::DynamicBagType **/ PalletStorageDynamicBagType: { _enum: ['Member', 'Channel'] }, /** * Lookup177: pallet_project_token::events::RawEvent, pallet_project_token::types::TokenIssuanceParameters>, pallet_project_token::types::TransferPolicyParams>>, MemberId>, pallet_project_token::types::Transfers, pallet_project_token::types::ValidatedPayment>>>, pallet_project_token::types::TokenSale, MemberId, sp_core::crypto::AccountId32>, pallet_project_token::types::AmmCurve, pallet_project_token::types::TokenConstraints> **/ PalletProjectTokenEventsRawEvent: { _enum: { TokenAmountTransferred: '(u64,u64,PalletProjectTokenTransfers,Bytes)', TokenAmountTransferredByIssuer: '(u64,u64,PalletProjectTokenTransfers,Bytes)', PatronageRateDecreasedTo: '(u64,Permill)', PatronageCreditClaimed: '(u64,u128,u64)', RevenueSplitIssued: '(u64,u32,u32,u128)', RevenueSplitFinalized: '(u64,AccountId32,u128)', UserParticipatedInSplit: '(u64,u64,u128,u128,u32)', RevenueSplitLeft: '(u64,u64,u128)', MemberJoinedWhitelist: '(u64,u64,PalletProjectTokenTransferPolicy)', AccountDustedBy: '(u64,u64,AccountId32,PalletProjectTokenTransferPolicy)', TokenDeissued: 'u64', TokenIssued: '(u64,PalletProjectTokenTokenIssuanceParameters)', TokenSaleInitialized: '(u64,u32,PalletProjectTokenTokenSale,Option)', UpcomingTokenSaleUpdated: '(u64,u32,Option,Option)', TokensPurchasedOnSale: '(u64,u32,u128,u64)', TokenSaleFinalized: '(u64,u32,u128,u128)', TransferPolicyChangedToPermissionless: 'u64', TokensBurned: '(u64,u64,u128)', AmmActivated: '(u64,u64,PalletProjectTokenAmmCurve)', TokensBoughtOnAmm: '(u64,u64,u128,u128)', TokensSoldOnAmm: '(u64,u64,u128,u128)', AmmDeactivated: '(u64,u64,u128)', FrozenStatusUpdated: 'bool', TokenConstraintsUpdated: 'PalletProjectTokenTokenConstraints' } }, /** * Lookup178: pallet_project_token::types::TransferPolicy **/ PalletProjectTokenTransferPolicy: { _enum: { Permissionless: 'Null', Permissioned: 'H256' } }, /** * Lookup179: pallet_project_token::types::TokenIssuanceParameters>, pallet_project_token::types::TransferPolicyParams>>, MemberId> **/ PalletProjectTokenTokenIssuanceParameters: { initialAllocation: 'BTreeMap', transferPolicy: 'PalletProjectTokenTransferPolicyParams', patronageRate: 'Permill', revenueSplitRate: 'Permill', metadata: 'Bytes' }, /** * Lookup180: pallet_project_token::types::TokenAllocation> **/ PalletProjectTokenTokenAllocation: { amount: 'u128', vestingScheduleParams: 'Option' }, /** * Lookup181: pallet_project_token::types::VestingScheduleParams **/ PalletProjectTokenVestingScheduleParams: { linearVestingDuration: 'u32', blocksBeforeCliff: 'u32', cliffAmountPercentage: 'Permill' }, /** * Lookup184: pallet_project_token::types::TransferPolicyParams>> **/ PalletProjectTokenTransferPolicyParams: { _enum: { Permissionless: 'Null', Permissioned: 'PalletProjectTokenWhitelistParams' } }, /** * Lookup185: pallet_project_token::types::WhitelistParams> **/ PalletProjectTokenWhitelistParams: { commitment: 'H256', payload: 'Option' }, /** * Lookup186: pallet_project_token::types::SingleDataObjectUploadParams **/ PalletProjectTokenSingleDataObjectUploadParams: { objectCreationParams: 'PalletStorageDataObjectCreationParameters', expectedDataSizeFee: 'u128', expectedDataObjectStateBloatBond: 'u128' }, /** * Lookup192: pallet_project_token::types::Transfers, pallet_project_token::types::ValidatedPayment>>> **/ PalletProjectTokenTransfers: 'BTreeMap', /** * Lookup193: pallet_project_token::types::Validated **/ PalletProjectTokenValidated: { _enum: { Existing: 'u64', NonExisting: 'u64' } }, /** * Lookup194: pallet_project_token::types::ValidatedPayment>> **/ PalletProjectTokenValidatedPayment: { payment: 'PalletProjectTokenPaymentWithVesting', vestingCleanupCandidate: 'Option' }, /** * Lookup195: pallet_project_token::types::PaymentWithVesting> **/ PalletProjectTokenPaymentWithVesting: { amount: 'u128', vestingSchedule: 'Option' }, /** * Lookup197: pallet_project_token::types::VestingSource **/ PalletProjectTokenVestingSource: { _enum: { InitialIssuance: 'Null', Sale: 'u32', IssuerTransfer: 'u64' } }, /** * Lookup201: pallet_project_token::types::TokenSale, MemberId, sp_core::crypto::AccountId32> **/ PalletProjectTokenTokenSale: { unitPrice: 'u128', quantityLeft: 'u128', fundsCollected: 'u128', tokensSource: 'u64', earningsDestination: 'Option', startBlock: 'u32', duration: 'u32', vestingScheduleParams: 'Option', capPerMember: 'Option', autoFinalize: 'bool' }, /** * Lookup202: pallet_project_token::types::AmmCurve **/ PalletProjectTokenAmmCurve: { slope: 'u128', intercept: 'u128', providedSupply: 'u128' }, /** * Lookup203: pallet_project_token::types::TokenConstraints **/ PalletProjectTokenTokenConstraints: { maxYearlyRate: 'Option', minAmmSlope: 'Option', minSaleDuration: 'Option', minRevenueSplitDuration: 'Option', minRevenueSplitTimeToStart: 'Option', salePlatformFee: 'Option', ammBuyTxFees: 'Option', ammSellTxFees: 'Option', bloatBond: 'Option' }, /** * Lookup206: pallet_proposals_engine::RawEvent **/ PalletProposalsEngineRawEvent: { _enum: { ProposalStatusUpdated: '(u32,PalletProposalsEngineProposalStatusesProposalStatus)', ProposalDecisionMade: '(u32,PalletProposalsEngineProposalStatusesProposalDecision)', ProposalExecuted: '(u32,PalletProposalsEngineProposalStatusesExecutionStatus)', Voted: '(u64,u32,PalletProposalsEngineVoteKind,Bytes)', ProposalCancelled: '(u64,u32)', ProposerRemarked: '(u64,u32,Bytes)' } }, /** * Lookup207: pallet_proposals_engine::types::proposal_statuses::ProposalStatus **/ PalletProposalsEngineProposalStatusesProposalStatus: { _enum: { Active: 'Null', PendingExecution: 'u32', PendingConstitutionality: 'Null' } }, /** * Lookup208: pallet_proposals_engine::types::proposal_statuses::ProposalDecision **/ PalletProposalsEngineProposalStatusesProposalDecision: { _enum: { Canceled: 'Null', CanceledByRuntime: 'Null', Vetoed: 'Null', Rejected: 'Null', Slashed: 'Null', Expired: 'Null', Approved: 'PalletProposalsEngineProposalStatusesApprovedProposalDecision' } }, /** * Lookup209: pallet_proposals_engine::types::proposal_statuses::ApprovedProposalDecision **/ PalletProposalsEngineProposalStatusesApprovedProposalDecision: { _enum: ['PendingExecution', 'PendingConstitutionality'] }, /** * Lookup210: pallet_proposals_engine::types::proposal_statuses::ExecutionStatus **/ PalletProposalsEngineProposalStatusesExecutionStatus: { _enum: { Executed: 'Null', ExecutionFailed: { error: 'Bytes' } } }, /** * Lookup211: pallet_proposals_engine::types::VoteKind **/ PalletProposalsEngineVoteKind: { _enum: ['Approve', 'Reject', 'Slash', 'Abstain'] }, /** * Lookup212: pallet_proposals_discussion::RawEvent **/ PalletProposalsDiscussionRawEvent: { _enum: { ThreadCreated: '(u64,u64)', PostCreated: '(u64,u64,u64,Bytes,bool)', PostUpdated: '(u64,u64,u64,Bytes)', ThreadModeChanged: '(u64,PalletProposalsDiscussionThreadModeBTreeSet,u64)', PostDeleted: '(u64,u64,u64,bool)' } }, /** * Lookup213: pallet_proposals_discussion::types::ThreadMode> **/ PalletProposalsDiscussionThreadModeBTreeSet: { _enum: { Open: 'Null', Closed: 'BTreeSet' } }, /** * Lookup214: pallet_proposals_codex::RawEvent, pallet_proposals_codex::types::ProposalDetails, Balance, primitive_types::H256>, pallet_project_token::types::TokenConstraints, pallet_argo_bridge::types::BridgeConstraints>, ProposalId, ThreadId> **/ PalletProposalsCodexRawEvent: { _enum: { ProposalCreated: '(u32,PalletProposalsCodexGeneralProposalParams,PalletProposalsCodexProposalDetails,u64)' } }, /** * Lookup215: pallet_proposals_codex::types::GeneralProposalParams **/ PalletProposalsCodexGeneralProposalParams: { memberId: 'u64', title: 'Bytes', description: 'Bytes', stakingAccountId: 'Option', exactExecutionBlock: 'Option' }, /** * Lookup216: pallet_proposals_codex::types::ProposalDetails, Balance, primitive_types::H256>, pallet_project_token::types::TokenConstraints, pallet_argo_bridge::types::BridgeConstraints> **/ PalletProposalsCodexProposalDetails: { _enum: { Signal: 'Bytes', RuntimeUpgrade: 'Bytes', FundingRequest: 'Vec', SetMaxValidatorCount: 'u32', CreateWorkingGroupLeadOpening: 'PalletProposalsCodexCreateOpeningParameters', FillWorkingGroupLeadOpening: 'PalletProposalsCodexFillOpeningParameters', UpdateWorkingGroupBudget: '(u128,PalletCommonWorkingGroupIterableEnumsWorkingGroup,PalletCommonBalanceKind)', DecreaseWorkingGroupLeadStake: '(u64,u128,PalletCommonWorkingGroupIterableEnumsWorkingGroup)', SlashWorkingGroupLead: '(u64,u128,PalletCommonWorkingGroupIterableEnumsWorkingGroup)', SetWorkingGroupLeadReward: '(u64,Option,PalletCommonWorkingGroupIterableEnumsWorkingGroup)', TerminateWorkingGroupLead: 'PalletProposalsCodexTerminateRoleParameters', AmendConstitution: 'Bytes', CancelWorkingGroupLeadOpening: '(u64,PalletCommonWorkingGroupIterableEnumsWorkingGroup)', SetMembershipPrice: 'u128', SetCouncilBudgetIncrement: 'u128', SetCouncilorReward: 'u128', SetInitialInvitationBalance: 'u128', SetInitialInvitationCount: 'u32', SetMembershipLeadInvitationQuota: 'u32', SetReferralCut: 'u8', VetoProposal: 'u32', UpdateGlobalNftLimit: '(PalletContentNftLimitPeriod,u64)', UpdateChannelPayouts: 'PalletContentUpdateChannelPayoutsParametersRecord', SetPalletFozenStatus: '(bool,PalletCommonFreezablePallet)', UpdateTokenPalletTokenConstraints: 'PalletProjectTokenTokenConstraints', UpdateArgoBridgeConstraints: 'PalletArgoBridgeBridgeConstraints', SetEraPayoutDampingFactor: 'Percent', DecreaseCouncilBudget: 'u128' } }, /** * Lookup217: pallet_argo_bridge::types::BridgeConstraints **/ PalletArgoBridgeBridgeConstraints: { operatorAccount: 'Option', pauserAccounts: 'Option>', bridgingFee: 'Option', thawnDuration: 'Option', remoteChains: 'Option>' }, /** * Lookup224: pallet_common::FundingRequestParameters **/ PalletCommonFundingRequestParameters: { account: 'AccountId32', amount: 'u128' }, /** * Lookup225: pallet_proposals_codex::types::CreateOpeningParameters **/ PalletProposalsCodexCreateOpeningParameters: { description: 'Bytes', stakePolicy: 'PalletWorkingGroupStakePolicy', rewardPerBlock: 'Option', group: 'PalletCommonWorkingGroupIterableEnumsWorkingGroup' }, /** * Lookup226: pallet_working_group::types::StakePolicy **/ PalletWorkingGroupStakePolicy: { stakeAmount: 'u128', leavingUnstakingPeriod: 'u32' }, /** * Lookup227: pallet_proposals_codex::types::FillOpeningParameters **/ PalletProposalsCodexFillOpeningParameters: { openingId: 'u64', applicationId: 'u64', workingGroup: 'PalletCommonWorkingGroupIterableEnumsWorkingGroup' }, /** * Lookup228: pallet_proposals_codex::types::TerminateRoleParameters **/ PalletProposalsCodexTerminateRoleParameters: { workerId: 'u64', slashingAmount: 'Option', group: 'PalletCommonWorkingGroupIterableEnumsWorkingGroup' }, /** * Lookup229: pallet_common::FreezablePallet **/ PalletCommonFreezablePallet: { _enum: ['ProjectToken'] }, /** * Lookup230: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance1> **/ PalletWorkingGroupRawEventInstance1: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup234: pallet_working_group::types::OpeningType **/ PalletWorkingGroupOpeningType: { _enum: ['Leader', 'Regular'] }, /** * Lookup235: pallet_working_group::types::ApplyOnOpeningParams **/ PalletWorkingGroupApplyOnOpeningParams: { memberId: 'u64', openingId: 'u64', roleAccountId: 'AccountId32', rewardAccountId: 'AccountId32', description: 'Bytes', stakeParameters: 'PalletWorkingGroupStakeParameters' }, /** * Lookup236: pallet_working_group::types::StakeParameters **/ PalletWorkingGroupStakeParameters: { stake: 'u128', stakingAccountId: 'AccountId32' }, /** * Lookup237: pallet_vesting::vesting_info::VestingInfo **/ PalletVestingVestingInfo: { locked: 'u128', perBlock: 'u128', startingBlock: 'u32' }, /** * Lookup238: pallet_working_group::Instance1 **/ PalletWorkingGroupInstance1: 'Null', /** * Lookup239: pallet_working_group::types::RewardPaymentType **/ PalletWorkingGroupRewardPaymentType: { _enum: ['MissedReward', 'RegularReward'] }, /** * Lookup240: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance2> **/ PalletWorkingGroupRawEventInstance2: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup241: pallet_working_group::Instance2 **/ PalletWorkingGroupInstance2: 'Null', /** * Lookup242: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance3> **/ PalletWorkingGroupRawEventInstance3: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup243: pallet_working_group::Instance3 **/ PalletWorkingGroupInstance3: 'Null', /** * Lookup244: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance4> **/ PalletWorkingGroupRawEventInstance4: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup245: pallet_working_group::Instance4 **/ PalletWorkingGroupInstance4: 'Null', /** * Lookup246: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance5> **/ PalletWorkingGroupRawEventInstance5: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup247: pallet_working_group::Instance5 **/ PalletWorkingGroupInstance5: 'Null', /** * Lookup248: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance6> **/ PalletWorkingGroupRawEventInstance6: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup249: pallet_working_group::Instance6 **/ PalletWorkingGroupInstance6: 'Null', /** * Lookup250: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance7> **/ PalletWorkingGroupRawEventInstance7: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup251: pallet_working_group::Instance7 **/ PalletWorkingGroupInstance7: 'Null', /** * Lookup252: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance8> **/ PalletWorkingGroupRawEventInstance8: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup253: pallet_working_group::Instance8 **/ PalletWorkingGroupInstance8: 'Null', /** * Lookup254: pallet_working_group::RawEvent, WorkerId, sp_core::crypto::AccountId32, Balance, pallet_working_group::types::OpeningType, pallet_working_group::types::StakePolicy, pallet_working_group::types::ApplyOnOpeningParams, MemberId, primitive_types::H256, pallet_vesting::vesting_info::VestingInfo, pallet_working_group::Instance9> **/ PalletWorkingGroupRawEventInstance9: { _enum: { OpeningAdded: '(u64,Bytes,PalletWorkingGroupOpeningType,PalletWorkingGroupStakePolicy,Option)', AppliedOnOpening: '(PalletWorkingGroupApplyOnOpeningParams,u64)', OpeningFilled: '(u64,BTreeMap,BTreeSet)', LeaderSet: 'u64', WorkerRoleAccountUpdated: '(u64,AccountId32)', LeaderUnset: 'Null', WorkerExited: 'u64', WorkerStartedLeaving: '(u64,Option)', TerminatedWorker: '(u64,Option,Option)', TerminatedLeader: '(u64,Option,Option)', StakeSlashed: '(u64,u128,u128,Option)', StakeDecreased: '(u64,u128)', StakeIncreased: '(u64,u128)', ApplicationWithdrawn: 'u64', OpeningCanceled: 'u64', BudgetSet: 'u128', WorkerRewardAccountUpdated: '(u64,AccountId32)', WorkerRewardAmountUpdated: '(u64,Option)', StatusTextChanged: '(H256,Option)', VestedBudgetSpending: '(AccountId32,PalletVestingVestingInfo,Option)', BudgetSpending: '(AccountId32,u128,Option)', RewardPaid: '(u64,AccountId32,u128,PalletWorkingGroupRewardPaymentType)', NewMissedRewardLevelReached: '(u64,Option)', WorkingGroupBudgetFunded: '(u64,u128,Bytes)', LeadRemarked: 'Bytes', WorkerRemarked: '(u64,Bytes)' } }, /** * Lookup255: pallet_working_group::Instance9 **/ PalletWorkingGroupInstance9: 'Null', /** * Lookup256: pallet_proxy::pallet::Event **/ PalletProxyEvent: { _enum: { ProxyExecuted: { result: 'Result', }, PureCreated: { pure: 'AccountId32', who: 'AccountId32', proxyType: 'JoystreamNodeRuntimeProxyType', disambiguationIndex: 'u16', }, Announced: { real: 'AccountId32', proxy: 'AccountId32', callHash: 'H256', }, ProxyAdded: { delegator: 'AccountId32', delegatee: 'AccountId32', proxyType: 'JoystreamNodeRuntimeProxyType', delay: 'u32', }, ProxyRemoved: { delegator: 'AccountId32', delegatee: 'AccountId32', proxyType: 'JoystreamNodeRuntimeProxyType', delay: 'u32' } } }, /** * Lookup257: joystream_node_runtime::ProxyType **/ JoystreamNodeRuntimeProxyType: { _enum: ['Any', 'NonTransfer', 'Governance', 'Referendum', 'Staking', 'StorageTransactor'] }, /** * Lookup259: pallet_argo_bridge::events::RawEvent, BlockNumber> **/ PalletArgoBridgeEventsRawEvent: { _enum: { OutboundTransferRequested: '(u64,AccountId32,PalletArgoBridgeRemoteAccount,u128,u128)', InboundTransferFinalized: '(PalletArgoBridgeRemoteTransfer,AccountId32,u128)', OutboundTransferReverted: '(u64,AccountId32,u128,Bytes)', BridgePaused: 'AccountId32', BridgeThawnStarted: '(AccountId32,u32)', BridgeThawnFinished: 'Null', BridgeConfigUpdated: 'PalletArgoBridgeBridgeConstraints' } }, /** * Lookup260: pallet_argo_bridge::types::RemoteAccount **/ PalletArgoBridgeRemoteAccount: { account: '[u8;32]', chainId: 'u32' }, /** * Lookup261: pallet_argo_bridge::types::RemoteTransfer **/ PalletArgoBridgeRemoteTransfer: { id: 'u64', chainId: 'u32' }, /** * Lookup263: frame_system::Phase **/ FrameSystemPhase: { _enum: { ApplyExtrinsic: 'u32', Finalization: 'Null', Initialization: 'Null' } }, /** * Lookup267: frame_system::LastRuntimeUpgradeInfo **/ FrameSystemLastRuntimeUpgradeInfo: { specVersion: 'Compact', specName: 'Text' }, /** * Lookup270: frame_system::pallet::Call **/ FrameSystemCall: { _enum: { remark: { remark: 'Bytes', }, set_heap_pages: { pages: 'u64', }, set_code: { code: 'Bytes', }, set_code_without_checks: { code: 'Bytes', }, set_storage: { items: 'Vec<(Bytes,Bytes)>', }, kill_storage: { _alias: { keys_: 'keys', }, keys_: 'Vec', }, kill_prefix: { prefix: 'Bytes', subkeys: 'u32', }, remark_with_event: { remark: 'Bytes' } } }, /** * Lookup273: frame_system::limits::BlockWeights **/ FrameSystemLimitsBlockWeights: { baseBlock: 'SpWeightsWeightV2Weight', maxBlock: 'SpWeightsWeightV2Weight', perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass' }, /** * Lookup274: frame_support::dispatch::PerDispatchClass **/ FrameSupportDispatchPerDispatchClassWeightsPerClass: { normal: 'FrameSystemLimitsWeightsPerClass', operational: 'FrameSystemLimitsWeightsPerClass', mandatory: 'FrameSystemLimitsWeightsPerClass' }, /** * Lookup275: frame_system::limits::WeightsPerClass **/ FrameSystemLimitsWeightsPerClass: { baseExtrinsic: 'SpWeightsWeightV2Weight', maxExtrinsic: 'Option', maxTotal: 'Option', reserved: 'Option' }, /** * Lookup277: frame_system::limits::BlockLength **/ FrameSystemLimitsBlockLength: { max: 'FrameSupportDispatchPerDispatchClassU32' }, /** * Lookup278: frame_support::dispatch::PerDispatchClass **/ FrameSupportDispatchPerDispatchClassU32: { normal: 'u32', operational: 'u32', mandatory: 'u32' }, /** * Lookup279: sp_weights::RuntimeDbWeight **/ SpWeightsRuntimeDbWeight: { read: 'u64', write: 'u64' }, /** * Lookup280: sp_version::RuntimeVersion **/ SpVersionRuntimeVersion: { specName: 'Text', implName: 'Text', authoringVersion: 'u32', specVersion: 'u32', implVersion: 'u32', apis: 'Vec<([u8;8],u32)>', transactionVersion: 'u32', stateVersion: 'u8' }, /** * Lookup285: frame_system::pallet::Error **/ FrameSystemError: { _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered'] }, /** * Lookup286: pallet_utility::pallet::Call **/ PalletUtilityCall: { _enum: { batch: { calls: 'Vec', }, as_derivative: { index: 'u16', call: 'Call', }, batch_all: { calls: 'Vec', }, dispatch_as: { asOrigin: 'JoystreamNodeRuntimeOriginCaller', call: 'Call', }, force_batch: { calls: 'Vec', }, with_weight: { call: 'Call', weight: 'SpWeightsWeightV2Weight' } } }, /** * Lookup289: pallet_babe::pallet::Call **/ PalletBabeCall: { _enum: { report_equivocation: { equivocationProof: 'SpConsensusSlotsEquivocationProof', keyOwnerProof: 'SpSessionMembershipProof', }, report_equivocation_unsigned: { equivocationProof: 'SpConsensusSlotsEquivocationProof', keyOwnerProof: 'SpSessionMembershipProof', }, plan_config_change: { config: 'SpConsensusBabeDigestsNextConfigDescriptor' } } }, /** * Lookup290: sp_consensus_slots::EquivocationProof, sp_consensus_babe::app::Public> **/ SpConsensusSlotsEquivocationProof: { offender: 'SpConsensusBabeAppPublic', slot: 'u64', firstHeader: 'SpRuntimeHeader', secondHeader: 'SpRuntimeHeader' }, /** * Lookup291: sp_runtime::generic::header::Header **/ SpRuntimeHeader: { parentHash: 'H256', number: 'Compact', stateRoot: 'H256', extrinsicsRoot: 'H256', digest: 'SpRuntimeDigest' }, /** * Lookup292: sp_runtime::traits::BlakeTwo256 **/ SpRuntimeBlakeTwo256: 'Null', /** * Lookup293: sp_consensus_babe::app::Public **/ SpConsensusBabeAppPublic: 'SpCoreSr25519Public', /** * Lookup295: sp_session::MembershipProof **/ SpSessionMembershipProof: { session: 'u32', trieNodes: 'Vec', validatorCount: 'u32' }, /** * Lookup296: sp_consensus_babe::digests::NextConfigDescriptor **/ SpConsensusBabeDigestsNextConfigDescriptor: { _enum: { __Unused0: 'Null', V1: { c: '(u64,u64)', allowedSlots: 'SpConsensusBabeAllowedSlots' } } }, /** * Lookup297: sp_consensus_babe::AllowedSlots **/ SpConsensusBabeAllowedSlots: { _enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots'] }, /** * Lookup298: pallet_timestamp::pallet::Call **/ PalletTimestampCall: { _enum: { set: { now: 'Compact' } } }, /** * Lookup299: pallet_balances::pallet::Call **/ PalletBalancesCall: { _enum: { transfer: { dest: 'AccountId32', value: 'Compact', }, set_balance: { who: 'AccountId32', newFree: 'Compact', newReserved: 'Compact', }, force_transfer: { source: 'AccountId32', dest: 'AccountId32', value: 'Compact', }, transfer_keep_alive: { dest: 'AccountId32', value: 'Compact', }, transfer_all: { dest: 'AccountId32', keepAlive: 'bool', }, force_unreserve: { who: 'AccountId32', amount: 'u128' } } }, /** * Lookup300: pallet_election_provider_multi_phase::pallet::Call **/ PalletElectionProviderMultiPhaseCall: { _enum: { submit_unsigned: { rawSolution: 'PalletElectionProviderMultiPhaseRawSolution', witness: 'PalletElectionProviderMultiPhaseSolutionOrSnapshotSize', }, set_minimum_untrusted_score: { maybeNextScore: 'Option', }, set_emergency_election_result: { supports: 'Vec<(AccountId32,SpNposElectionsSupport)>', }, submit: { rawSolution: 'PalletElectionProviderMultiPhaseRawSolution', }, governance_fallback: { maybeMaxVoters: 'Option', maybeMaxTargets: 'Option' } } }, /** * Lookup301: pallet_election_provider_multi_phase::RawSolution **/ PalletElectionProviderMultiPhaseRawSolution: { solution: 'JoystreamNodeRuntimeNposSolution16', score: 'SpNposElectionsElectionScore', round: 'u32' }, /** * Lookup302: joystream_node_runtime::NposSolution16 **/ JoystreamNodeRuntimeNposSolution16: { votes1: 'Vec<(Compact,Compact)>', votes2: 'Vec<(Compact,(Compact,Compact),Compact)>', votes3: 'Vec<(Compact,[(Compact,Compact);2],Compact)>', votes4: 'Vec<(Compact,[(Compact,Compact);3],Compact)>', votes5: 'Vec<(Compact,[(Compact,Compact);4],Compact)>', votes6: 'Vec<(Compact,[(Compact,Compact);5],Compact)>', votes7: 'Vec<(Compact,[(Compact,Compact);6],Compact)>', votes8: 'Vec<(Compact,[(Compact,Compact);7],Compact)>', votes9: 'Vec<(Compact,[(Compact,Compact);8],Compact)>', votes10: 'Vec<(Compact,[(Compact,Compact);9],Compact)>', votes11: 'Vec<(Compact,[(Compact,Compact);10],Compact)>', votes12: 'Vec<(Compact,[(Compact,Compact);11],Compact)>', votes13: 'Vec<(Compact,[(Compact,Compact);12],Compact)>', votes14: 'Vec<(Compact,[(Compact,Compact);13],Compact)>', votes15: 'Vec<(Compact,[(Compact,Compact);14],Compact)>', votes16: 'Vec<(Compact,[(Compact,Compact);15],Compact)>' }, /** * Lookup353: pallet_election_provider_multi_phase::SolutionOrSnapshotSize **/ PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: { voters: 'Compact', targets: 'Compact' }, /** * Lookup357: sp_npos_elections::Support **/ SpNposElectionsSupport: { total: 'u128', voters: 'Vec<(AccountId32,u128)>' }, /** * Lookup359: pallet_staking::pallet::pallet::Call **/ PalletStakingPalletCall: { _enum: { bond: { controller: 'AccountId32', value: 'Compact', payee: 'PalletStakingRewardDestination', }, bond_extra: { maxAdditional: 'Compact', }, unbond: { value: 'Compact', }, withdraw_unbonded: { numSlashingSpans: 'u32', }, validate: { prefs: 'PalletStakingValidatorPrefs', }, nominate: { targets: 'Vec', }, chill: 'Null', set_payee: { payee: 'PalletStakingRewardDestination', }, set_controller: { controller: 'AccountId32', }, set_validator_count: { _alias: { new_: 'new', }, new_: 'Compact', }, increase_validator_count: { additional: 'Compact', }, scale_validator_count: { factor: 'Percent', }, force_no_eras: 'Null', force_new_era: 'Null', set_invulnerables: { invulnerables: 'Vec', }, force_unstake: { stash: 'AccountId32', numSlashingSpans: 'u32', }, force_new_era_always: 'Null', cancel_deferred_slash: { era: 'u32', slashIndices: 'Vec', }, payout_stakers: { validatorStash: 'AccountId32', era: 'u32', }, rebond: { value: 'Compact', }, reap_stash: { stash: 'AccountId32', numSlashingSpans: 'u32', }, kick: { who: 'Vec', }, set_staking_configs: { minNominatorBond: 'PalletStakingPalletConfigOpU128', minValidatorBond: 'PalletStakingPalletConfigOpU128', maxNominatorCount: 'PalletStakingPalletConfigOpU32', maxValidatorCount: 'PalletStakingPalletConfigOpU32', chillThreshold: 'PalletStakingPalletConfigOpPercent', minCommission: 'PalletStakingPalletConfigOpPerbill', }, chill_other: { controller: 'AccountId32', }, force_apply_min_commission: { validatorStash: 'AccountId32', }, set_min_commission: { _alias: { new_: 'new', }, new_: 'Perbill' } } }, /** * Lookup360: pallet_staking::RewardDestination **/ PalletStakingRewardDestination: { _enum: { Staked: 'Null', Stash: 'Null', Controller: 'Null', Account: 'AccountId32', None: 'Null' } }, /** * Lookup361: pallet_staking::pallet::pallet::ConfigOp **/ PalletStakingPalletConfigOpU128: { _enum: { Noop: 'Null', Set: 'u128', Remove: 'Null' } }, /** * Lookup362: pallet_staking::pallet::pallet::ConfigOp **/ PalletStakingPalletConfigOpU32: { _enum: { Noop: 'Null', Set: 'u32', Remove: 'Null' } }, /** * Lookup363: pallet_staking::pallet::pallet::ConfigOp **/ PalletStakingPalletConfigOpPercent: { _enum: { Noop: 'Null', Set: 'Percent', Remove: 'Null' } }, /** * Lookup364: pallet_staking::pallet::pallet::ConfigOp **/ PalletStakingPalletConfigOpPerbill: { _enum: { Noop: 'Null', Set: 'Perbill', Remove: 'Null' } }, /** * Lookup365: pallet_session::pallet::Call **/ PalletSessionCall: { _enum: { set_keys: { _alias: { keys_: 'keys', }, keys_: 'JoystreamNodeRuntimeSessionKeys', proof: 'Bytes', }, purge_keys: 'Null' } }, /** * Lookup366: joystream_node_runtime::SessionKeys **/ JoystreamNodeRuntimeSessionKeys: { grandpa: 'SpConsensusGrandpaAppPublic', babe: 'SpConsensusBabeAppPublic', imOnline: 'PalletImOnlineSr25519AppSr25519Public', authorityDiscovery: 'SpAuthorityDiscoveryAppPublic' }, /** * Lookup367: sp_authority_discovery::app::Public **/ SpAuthorityDiscoveryAppPublic: 'SpCoreSr25519Public', /** * Lookup368: pallet_grandpa::pallet::Call **/ PalletGrandpaCall: { _enum: { report_equivocation: { equivocationProof: 'SpConsensusGrandpaEquivocationProof', keyOwnerProof: 'SpSessionMembershipProof', }, report_equivocation_unsigned: { equivocationProof: 'SpConsensusGrandpaEquivocationProof', keyOwnerProof: 'SpSessionMembershipProof', }, note_stalled: { delay: 'u32', bestFinalizedBlockNumber: 'u32' } } }, /** * Lookup369: sp_consensus_grandpa::EquivocationProof **/ SpConsensusGrandpaEquivocationProof: { setId: 'u64', equivocation: 'SpConsensusGrandpaEquivocation' }, /** * Lookup370: sp_consensus_grandpa::Equivocation **/ SpConsensusGrandpaEquivocation: { _enum: { Prevote: 'FinalityGrandpaEquivocationPrevote', Precommit: 'FinalityGrandpaEquivocationPrecommit' } }, /** * Lookup371: finality_grandpa::Equivocation, sp_consensus_grandpa::app::Signature> **/ FinalityGrandpaEquivocationPrevote: { roundNumber: 'u64', identity: 'SpConsensusGrandpaAppPublic', first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)', second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)' }, /** * Lookup372: finality_grandpa::Prevote **/ FinalityGrandpaPrevote: { targetHash: 'H256', targetNumber: 'u32' }, /** * Lookup373: sp_consensus_grandpa::app::Signature **/ SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature', /** * Lookup374: sp_core::ed25519::Signature **/ SpCoreEd25519Signature: '[u8;64]', /** * Lookup377: finality_grandpa::Equivocation, sp_consensus_grandpa::app::Signature> **/ FinalityGrandpaEquivocationPrecommit: { roundNumber: 'u64', identity: 'SpConsensusGrandpaAppPublic', first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)', second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)' }, /** * Lookup378: finality_grandpa::Precommit **/ FinalityGrandpaPrecommit: { targetHash: 'H256', targetNumber: 'u32' }, /** * Lookup380: pallet_im_online::pallet::Call **/ PalletImOnlineCall: { _enum: { heartbeat: { heartbeat: 'PalletImOnlineHeartbeat', signature: 'PalletImOnlineSr25519AppSr25519Signature' } } }, /** * Lookup381: pallet_im_online::Heartbeat **/ PalletImOnlineHeartbeat: { blockNumber: 'u32', networkState: 'SpCoreOffchainOpaqueNetworkState', sessionIndex: 'u32', authorityIndex: 'u32', validatorsLen: 'u32' }, /** * Lookup382: sp_core::offchain::OpaqueNetworkState **/ SpCoreOffchainOpaqueNetworkState: { peerId: 'OpaquePeerId', externalAddresses: 'Vec' }, /** * Lookup386: pallet_im_online::sr25519::app_sr25519::Signature **/ PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature', /** * Lookup387: sp_core::sr25519::Signature **/ SpCoreSr25519Signature: '[u8;64]', /** * Lookup388: pallet_bags_list::pallet::Call **/ PalletBagsListCall: { _enum: { rebag: { dislocated: 'AccountId32', }, put_in_front_of: { lighter: 'AccountId32' } } }, /** * Lookup389: pallet_vesting::pallet::Call **/ PalletVestingCall: { _enum: { vest: 'Null', vest_other: { target: 'AccountId32', }, vested_transfer: { target: 'AccountId32', schedule: 'PalletVestingVestingInfo', }, force_vested_transfer: { source: 'AccountId32', target: 'AccountId32', schedule: 'PalletVestingVestingInfo', }, merge_schedules: { schedule1Index: 'u32', schedule2Index: 'u32' } } }, /** * Lookup390: pallet_multisig::pallet::Call **/ PalletMultisigCall: { _enum: { as_multi_threshold_1: { otherSignatories: 'Vec', call: 'Call', }, as_multi: { threshold: 'u16', otherSignatories: 'Vec', maybeTimepoint: 'Option', call: 'Call', maxWeight: 'SpWeightsWeightV2Weight', }, approve_as_multi: { threshold: 'u16', otherSignatories: 'Vec', maybeTimepoint: 'Option', callHash: '[u8;32]', maxWeight: 'SpWeightsWeightV2Weight', }, cancel_as_multi: { threshold: 'u16', otherSignatories: 'Vec', timepoint: 'PalletMultisigTimepoint', callHash: '[u8;32]' } } }, /** * Lookup392: pallet_council::Call **/ PalletCouncilCall: { _enum: { announce_candidacy: { membershipId: 'u64', stakingAccountId: 'AccountId32', rewardAccountId: 'AccountId32', stake: 'u128', }, release_candidacy_stake: { membershipId: 'u64', }, withdraw_candidacy: { membershipId: 'u64', }, set_candidacy_note: { membershipId: 'u64', note: 'Bytes', }, set_budget: { balance: 'u128', }, plan_budget_refill: { nextRefill: 'u32', }, set_budget_increment: { budgetIncrement: 'u128', }, set_councilor_reward: { councilorReward: 'u128', }, funding_request: { fundingRequests: 'Vec', }, fund_council_budget: { memberId: 'u64', amount: 'u128', rationale: 'Bytes', }, councilor_remark: { councilorId: 'u64', msg: 'Bytes', }, candidate_remark: { candidateId: 'u64', msg: 'Bytes', }, set_era_payout_damping_factor: { newParameter: 'Percent', }, decrease_council_budget: { reductionAmount: 'u128' } } }, /** * Lookup393: pallet_referendum::Call **/ PalletReferendumCall: { _enum: { vote: { commitment: 'H256', stake: 'u128', }, reveal_vote: { salt: 'Bytes', voteOptionId: 'u64', }, release_vote_stake: 'Null', opt_out_of_voting: 'Null' } }, /** * Lookup394: pallet_membership::Call **/ PalletMembershipCall: { _enum: { buy_membership: { params: 'PalletMembershipBuyMembershipParameters', }, update_profile: { memberId: 'u64', handle: 'Option', metadata: 'Option', }, update_accounts: { memberId: 'u64', newRootAccount: 'Option', newControllerAccount: 'Option', }, update_profile_verification: { workerId: 'u64', targetMemberId: 'u64', isVerified: 'bool', }, set_referral_cut: { percentValue: 'u8', }, transfer_invites: { sourceMemberId: 'u64', targetMemberId: 'u64', numberOfInvites: 'u32', }, invite_member: { params: 'PalletMembershipInviteMembershipParameters', }, gift_membership: { params: 'PalletMembershipGiftMembershipParameters', }, set_membership_price: { newPrice: 'u128', }, set_leader_invitation_quota: { invitationQuota: 'u32', }, set_initial_invitation_balance: { newInitialBalance: 'u128', }, set_initial_invitation_count: { newInvitationCount: 'u32', }, add_staking_account_candidate: { memberId: 'u64', }, remove_staking_account: { memberId: 'u64', }, confirm_staking_account: { memberId: 'u64', stakingAccountId: 'AccountId32', }, member_remark: { memberId: 'u64', msg: 'Bytes', payment: 'Option<(AccountId32,u128)>', }, create_member: { params: 'PalletMembershipCreateMemberParameters' } } }, /** * Lookup395: pallet_forum::Call **/ PalletForumCall: { _enum: { update_category_membership_of_moderator: { moderatorId: 'u64', categoryId: 'u64', newValue: 'bool', }, create_category: { parentCategoryId: 'Option', title: 'Bytes', description: 'Bytes', }, update_category_archival_status: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', newArchivalStatus: 'bool', }, update_category_title: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', title: 'Bytes', }, update_category_description: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', description: 'Bytes', }, delete_category: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', }, create_thread: { forumUserId: 'u64', categoryId: 'u64', metadata: 'Bytes', text: 'Bytes', }, edit_thread_metadata: { forumUserId: 'u64', categoryId: 'u64', threadId: 'u64', newMetadata: 'Bytes', }, delete_thread: { forumUserId: 'u64', categoryId: 'u64', threadId: 'u64', hide: 'bool', }, move_thread_to_category: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', threadId: 'u64', newCategoryId: 'u64', }, moderate_thread: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', threadId: 'u64', rationale: 'Bytes', }, add_post: { forumUserId: 'u64', categoryId: 'u64', threadId: 'u64', text: 'Bytes', editable: 'bool', }, edit_post_text: { forumUserId: 'u64', categoryId: 'u64', threadId: 'u64', postId: 'u64', newText: 'Bytes', }, moderate_post: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', threadId: 'u64', postId: 'u64', rationale: 'Bytes', }, delete_posts: { forumUserId: 'u64', posts: 'BTreeMap', rationale: 'Bytes', }, set_stickied_threads: { actor: 'PalletForumPrivilegedActor', categoryId: 'u64', stickiedIds: 'BTreeSet' } } }, /** * Lookup396: pallet_constitution::Call **/ PalletConstitutionCall: { _enum: { amend_constitution: { constitutionText: 'Bytes' } } }, /** * Lookup397: pallet_bounty::Call **/ PalletBountyCall: { _enum: { create_bounty: { params: 'PalletBountyBountyParametersBTreeSet', metadata: 'Bytes', }, fund_bounty: { funder: 'PalletBountyBountyActor', bountyId: 'u64', amount: 'u128', }, terminate_bounty: { bountyId: 'u64', }, switch_oracle: { newOracle: 'PalletBountyBountyActor', bountyId: 'u64', }, withdraw_funding: { funder: 'PalletBountyBountyActor', bountyId: 'u64', }, announce_work_entry: { memberId: 'u64', bountyId: 'u64', stakingAccountId: 'AccountId32', workDescription: 'Bytes', }, submit_work: { memberId: 'u64', bountyId: 'u64', entryId: 'u64', workData: 'Bytes', }, end_working_period: { bountyId: 'u64', }, submit_oracle_judgment: { bountyId: 'u64', judgment: 'BTreeMap', rationale: 'Bytes', }, withdraw_entrant_stake: { memberId: 'u64', bountyId: 'u64', entryId: 'u64', }, withdraw_oracle_reward: { bountyId: 'u64', }, contributor_remark: { contributor: 'PalletBountyBountyActor', bountyId: 'u64', msg: 'Bytes', }, oracle_remark: { oracle: 'PalletBountyBountyActor', bountyId: 'u64', msg: 'Bytes', }, entrant_remark: { entrantId: 'u64', bountyId: 'u64', entryId: 'u64', msg: 'Bytes', }, creator_remark: { creator: 'PalletBountyBountyActor', bountyId: 'u64', msg: 'Bytes' } } }, /** * Lookup398: pallet_joystream_utility::Call **/ PalletJoystreamUtilityCall: { _enum: { execute_signal_proposal: { signal: 'Bytes', }, execute_runtime_upgrade_proposal: { wasm: 'Bytes', }, update_working_group_budget: { workingGroup: 'PalletCommonWorkingGroupIterableEnumsWorkingGroup', amount: 'u128', balanceKind: 'PalletCommonBalanceKind', }, burn_account_tokens: { amount: 'u128' } } }, /** * Lookup399: pallet_content::Call **/ PalletContentCall: { _enum: { create_curator_group: { isActive: 'bool', permissionsByLevel: 'BTreeMap>', }, update_curator_group_permissions: { curatorGroupId: 'u64', permissionsByLevel: 'BTreeMap>', }, set_curator_group_status: { curatorGroupId: 'u64', isActive: 'bool', }, add_curator_to_group: { curatorGroupId: 'u64', curatorId: 'u64', permissions: 'BTreeSet', }, remove_curator_from_group: { curatorGroupId: 'u64', curatorId: 'u64', }, create_channel: { channelOwner: 'PalletContentChannelOwner', params: 'PalletContentChannelCreationParametersRecord', }, update_channel: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', params: 'PalletContentChannelUpdateParametersRecord', }, update_channel_privilege_level: { channelId: 'u64', newPrivilegeLevel: 'u8', }, set_channel_paused_features_as_moderator: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', newPausedFeatures: 'BTreeSet', rationale: 'Bytes', }, delete_channel: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', channelBagWitness: 'PalletContentChannelBagWitness', numObjectsToDelete: 'u64', }, delete_channel_assets_as_moderator: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', assetsToRemove: 'BTreeSet', storageBucketsNumWitness: 'u32', rationale: 'Bytes', }, set_channel_visibility_as_moderator: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', isHidden: 'bool', rationale: 'Bytes', }, create_video: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', params: 'PalletContentVideoCreationParametersRecord', }, update_video: { actor: 'PalletContentPermissionsContentActor', videoId: 'u64', params: 'PalletContentVideoUpdateParametersRecord', }, delete_video: { actor: 'PalletContentPermissionsContentActor', videoId: 'u64', numObjectsToDelete: 'u64', storageBucketsNumWitness: 'Option', }, delete_video_assets_as_moderator: { actor: 'PalletContentPermissionsContentActor', videoId: 'u64', storageBucketsNumWitness: 'u32', assetsToRemove: 'BTreeSet', rationale: 'Bytes', }, set_video_visibility_as_moderator: { actor: 'PalletContentPermissionsContentActor', videoId: 'u64', isHidden: 'bool', rationale: 'Bytes', }, update_channel_payouts: { params: 'PalletContentUpdateChannelPayoutsParametersRecord', uploaderAccount: 'AccountId32', }, claim_channel_reward: { actor: 'PalletContentPermissionsContentActor', proof: 'Vec', item: 'PalletContentPullPaymentElement', }, withdraw_from_channel_balance: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', amount: 'u128', }, update_channel_state_bloat_bond: { newChannelStateBloatBond: 'u128', }, update_video_state_bloat_bond: { newVideoStateBloatBond: 'u128', }, issue_nft: { actor: 'PalletContentPermissionsContentActor', videoId: 'u64', params: 'PalletContentNftTypesNftIssuanceParametersRecord', }, destroy_nft: { actor: 'PalletContentPermissionsContentActor', videoId: 'u64', }, start_open_auction: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', auctionParams: 'PalletContentNftTypesOpenAuctionParamsRecord', }, start_english_auction: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', auctionParams: 'PalletContentNftTypesEnglishAuctionParamsRecord', }, cancel_english_auction: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', }, cancel_open_auction: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', }, cancel_offer: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', }, cancel_buy_now: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', }, update_buy_now_price: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', newPrice: 'u128', }, make_open_auction_bid: { participantId: 'u64', videoId: 'u64', bidAmount: 'u128', }, make_english_auction_bid: { participantId: 'u64', videoId: 'u64', bidAmount: 'u128', }, cancel_open_auction_bid: { participantId: 'u64', videoId: 'u64', }, settle_english_auction: { videoId: 'u64', }, pick_open_auction_winner: { ownerId: 'PalletContentPermissionsContentActor', videoId: 'u64', winnerId: 'u64', commit: 'u128', }, offer_nft: { videoId: 'u64', ownerId: 'PalletContentPermissionsContentActor', to: 'u64', price: 'Option', }, sling_nft_back: { videoId: 'u64', ownerId: 'PalletContentPermissionsContentActor', }, accept_incoming_offer: { videoId: 'u64', witnessPrice: 'Option', }, sell_nft: { videoId: 'u64', ownerId: 'PalletContentPermissionsContentActor', price: 'u128', }, buy_nft: { videoId: 'u64', participantId: 'u64', witnessPrice: 'u128', }, toggle_nft_limits: { enabled: 'bool', }, channel_owner_remark: { channelId: 'u64', msg: 'Bytes', }, channel_agent_remark: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', msg: 'Bytes', }, nft_owner_remark: { actor: 'PalletContentPermissionsContentActor', videoId: 'u64', msg: 'Bytes', }, initialize_channel_transfer: { channelId: 'u64', actor: 'PalletContentPermissionsContentActor', transferParams: 'PalletContentInitTransferParameters', }, cancel_channel_transfer: { channelId: 'u64', actor: 'PalletContentPermissionsContentActor', }, accept_channel_transfer: { channelId: 'u64', commitmentParams: 'PalletContentTransferCommitmentParametersBTreeMap', }, update_global_nft_limit: { nftLimitPeriod: 'PalletContentNftLimitPeriod', limit: 'u64', }, update_channel_nft_limit: { actor: 'PalletContentPermissionsContentActor', nftLimitPeriod: 'PalletContentNftLimitPeriod', channelId: 'u64', limit: 'u64', }, issue_creator_token: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', params: 'PalletProjectTokenTokenIssuanceParameters', }, init_creator_token_sale: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', params: 'PalletProjectTokenTokenSaleParams', }, update_upcoming_creator_token_sale: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', newStartBlock: 'Option', newDuration: 'Option', }, creator_token_issuer_transfer: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', outputs: 'Vec<(u64,PalletProjectTokenPaymentWithVesting)>', metadata: 'Bytes', }, make_creator_token_permissionless: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', }, reduce_creator_token_patronage_rate_to: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', targetRate: 'Permill', }, claim_creator_token_patronage_credit: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', }, issue_revenue_split: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', start: 'Option', duration: 'u32', }, finalize_revenue_split: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', }, finalize_creator_token_sale: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', }, deissue_creator_token: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', }, activate_amm: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', params: 'PalletProjectTokenAmmParams', }, deactivate_amm: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', }, creator_token_issuer_remark: { actor: 'PalletContentPermissionsContentActor', channelId: 'u64', remark: 'Bytes' } } }, /** * Lookup400: pallet_content::types::ChannelBagWitness **/ PalletContentChannelBagWitness: { storageBucketsNum: 'u32', distributionBucketsNum: 'u32' }, /** * Lookup402: pallet_common::merkle_tree::ProofElementRecord **/ PalletCommonMerkleTreeProofElementRecord: { _alias: { hash_: 'hash' }, hash_: 'H256', side: 'PalletCommonMerkleTreeSide' }, /** * Lookup403: pallet_common::merkle_tree::Side **/ PalletCommonMerkleTreeSide: { _enum: ['Left', 'Right'] }, /** * Lookup404: pallet_content::types::PullPaymentElement **/ PalletContentPullPaymentElement: { channelId: 'u64', cumulativeRewardEarned: 'u128', reason: 'H256' }, /** * Lookup405: pallet_content::types::InitTransferParameters **/ PalletContentInitTransferParameters: { newCollaborators: 'BTreeMap>', price: 'u128', newOwner: 'PalletContentChannelOwner' }, /** * Lookup406: pallet_project_token::types::TokenSaleParams> **/ PalletProjectTokenTokenSaleParams: { unitPrice: 'u128', upperBoundQuantity: 'u128', startsAt: 'Option', duration: 'u32', vestingScheduleParams: 'Option', capPerMember: 'Option', metadata: 'Option' }, /** * Lookup410: pallet_project_token::types::AmmParams **/ PalletProjectTokenAmmParams: { slope: 'u128', intercept: 'u128' }, /** * Lookup411: pallet_storage::Call **/ PalletStorageCall: { _enum: { delete_storage_bucket: { storageBucketId: 'u64', }, update_uploading_blocked_status: { newStatus: 'bool', }, update_data_size_fee: { newDataSizeFee: 'u128', }, update_storage_buckets_per_bag_limit: { newLimit: 'u32', }, update_storage_buckets_voucher_max_limits: { newObjectsSize: 'u64', newObjectsNumber: 'u64', }, update_data_object_state_bloat_bond: { stateBloatBond: 'u128', }, update_number_of_storage_buckets_in_dynamic_bag_creation_policy: { dynamicBagType: 'PalletStorageDynamicBagType', numberOfStorageBuckets: 'u32', }, update_blacklist: { removeHashes: 'BTreeSet', addHashes: 'BTreeSet', }, create_storage_bucket: { inviteWorker: 'Option', acceptingNewBags: 'bool', sizeLimit: 'u64', objectsLimit: 'u64', }, update_storage_buckets_for_bag: { bagId: 'PalletStorageBagIdType', addBuckets: 'BTreeSet', removeBuckets: 'BTreeSet', }, cancel_storage_bucket_operator_invite: { storageBucketId: 'u64', }, invite_storage_bucket_operator: { storageBucketId: 'u64', operatorId: 'u64', }, remove_storage_bucket_operator: { storageBucketId: 'u64', }, update_storage_bucket_status: { storageBucketId: 'u64', acceptingNewBags: 'bool', }, set_storage_bucket_voucher_limits: { storageBucketId: 'u64', newObjectsSizeLimit: 'u64', newObjectsNumberLimit: 'u64', }, accept_storage_bucket_invitation: { workerId: 'u64', storageBucketId: 'u64', transactorAccountId: 'AccountId32', }, set_storage_operator_metadata: { workerId: 'u64', storageBucketId: 'u64', metadata: 'Bytes', }, accept_pending_data_objects: { workerId: 'u64', storageBucketId: 'u64', bagId: 'PalletStorageBagIdType', dataObjects: 'BTreeSet', }, create_distribution_bucket_family: 'Null', delete_distribution_bucket_family: { familyId: 'u64', }, create_distribution_bucket: { familyId: 'u64', acceptingNewBags: 'bool', }, update_distribution_bucket_status: { bucketId: 'PalletStorageDistributionBucketIdRecord', acceptingNewBags: 'bool', }, delete_distribution_bucket: { bucketId: 'PalletStorageDistributionBucketIdRecord', }, update_distribution_buckets_for_bag: { bagId: 'PalletStorageBagIdType', familyId: 'u64', addBucketsIndices: 'BTreeSet', removeBucketsIndices: 'BTreeSet', }, update_distribution_buckets_per_bag_limit: { newLimit: 'u32', }, update_distribution_bucket_mode: { bucketId: 'PalletStorageDistributionBucketIdRecord', distributing: 'bool', }, update_families_in_dynamic_bag_creation_policy: { dynamicBagType: 'PalletStorageDynamicBagType', families: 'BTreeMap', }, invite_distribution_bucket_operator: { bucketId: 'PalletStorageDistributionBucketIdRecord', operatorWorkerId: 'u64', }, cancel_distribution_bucket_operator_invite: { bucketId: 'PalletStorageDistributionBucketIdRecord', operatorWorkerId: 'u64', }, remove_distribution_bucket_operator: { bucketId: 'PalletStorageDistributionBucketIdRecord', operatorWorkerId: 'u64', }, set_distribution_bucket_family_metadata: { familyId: 'u64', metadata: 'Bytes', }, accept_distribution_bucket_invitation: { workerId: 'u64', bucketId: 'PalletStorageDistributionBucketIdRecord', }, set_distribution_operator_metadata: { workerId: 'u64', bucketId: 'PalletStorageDistributionBucketIdRecord', metadata: 'Bytes', }, storage_operator_remark: { workerId: 'u64', storageBucketId: 'u64', msg: 'Bytes', }, distribution_operator_remark: { workerId: 'u64', distributionBucketId: 'PalletStorageDistributionBucketIdRecord', msg: 'Bytes' } } }, /** * Lookup412: pallet_project_token::Call **/ PalletProjectTokenCall: { _enum: { transfer: { srcMemberId: 'u64', tokenId: 'u64', outputs: 'Vec<(u64,u128)>', metadata: 'Bytes', }, burn: { tokenId: 'u64', memberId: 'u64', amount: 'u128', }, dust_account: { tokenId: 'u64', memberId: 'u64', }, join_whitelist: { memberId: 'u64', tokenId: 'u64', proof: 'PalletProjectTokenMerkleProof', }, purchase_tokens_on_sale: { tokenId: 'u64', memberId: 'u64', amount: 'u128', }, participate_in_split: { tokenId: 'u64', memberId: 'u64', amount: 'u128', }, exit_revenue_split: { tokenId: 'u64', memberId: 'u64', }, buy_on_amm: { tokenId: 'u64', memberId: 'u64', amount: 'u128', slippageTolerance: 'Option<(Permill,u128)>', }, sell_on_amm: { tokenId: 'u64', memberId: 'u64', amount: 'u128', slippageTolerance: 'Option<(Permill,u128)>', }, set_frozen_status: { freeze: 'bool', }, update_token_constraints: { parameters: 'PalletProjectTokenTokenConstraints' } } }, /** * Lookup416: pallet_project_token::types::MerkleProof **/ PalletProjectTokenMerkleProof: 'Vec<(H256,PalletProjectTokenMerkleSide)>', /** * Lookup419: pallet_project_token::types::MerkleSide **/ PalletProjectTokenMerkleSide: { _enum: ['Right', 'Left'] }, /** * Lookup422: pallet_proposals_engine::Call **/ PalletProposalsEngineCall: { _enum: { vote: { voterId: 'u64', proposalId: 'u32', vote: 'PalletProposalsEngineVoteKind', rationale: 'Bytes', }, cancel_proposal: { proposerId: 'u64', proposalId: 'u32', }, veto_proposal: { proposalId: 'u32', }, proposer_remark: { proposalId: 'u32', proposerId: 'u64', msg: 'Bytes' } } }, /** * Lookup423: pallet_proposals_discussion::Call **/ PalletProposalsDiscussionCall: { _enum: { add_post: { postAuthorId: 'u64', threadId: 'u64', text: 'Bytes', editable: 'bool', }, delete_post: { deleterId: 'u64', postId: 'u64', threadId: 'u64', hide: 'bool', }, update_post: { threadId: 'u64', postId: 'u64', text: 'Bytes', }, change_thread_mode: { memberId: 'u64', threadId: 'u64', mode: 'PalletProposalsDiscussionThreadModeBTreeSet' } } }, /** * Lookup424: pallet_proposals_codex::Call **/ PalletProposalsCodexCall: { _enum: { create_proposal: { generalProposalParameters: 'PalletProposalsCodexGeneralProposalParams', proposalDetails: 'PalletProposalsCodexProposalDetails' } } }, /** * Lookup425: pallet_working_group::Call **/ PalletWorkingGroupCall: { _enum: { add_opening: { description: 'Bytes', openingType: 'PalletWorkingGroupOpeningType', stakePolicy: 'PalletWorkingGroupStakePolicy', rewardPerBlock: 'Option', }, apply_on_opening: { p: 'PalletWorkingGroupApplyOnOpeningParams', }, fill_opening: { openingId: 'u64', successfulApplicationIds: 'BTreeSet', }, update_role_account: { workerId: 'u64', newRoleAccountId: 'AccountId32', }, leave_role: { workerId: 'u64', rationale: 'Option', }, terminate_role: { workerId: 'u64', penalty: 'Option', rationale: 'Option', }, slash_stake: { workerId: 'u64', penalty: 'u128', rationale: 'Option', }, decrease_stake: { workerId: 'u64', stakeBalanceDelta: 'u128', }, increase_stake: { workerId: 'u64', stakeBalanceDelta: 'u128', }, withdraw_application: { applicationId: 'u64', }, cancel_opening: { openingId: 'u64', }, set_budget: { newBudget: 'u128', }, update_reward_account: { workerId: 'u64', newRewardAccountId: 'AccountId32', }, update_reward_amount: { workerId: 'u64', rewardPerBlock: 'Option', }, set_status_text: { statusText: 'Option', }, spend_from_budget: { accountId: 'AccountId32', amount: 'u128', rationale: 'Option', }, vested_spend_from_budget: { accountId: 'AccountId32', vestingSchedule: 'PalletVestingVestingInfo', rationale: 'Option', }, fund_working_group_budget: { memberId: 'u64', amount: 'u128', rationale: 'Bytes', }, lead_remark: { msg: 'Bytes', }, worker_remark: { workerId: 'u64', msg: 'Bytes' } } }, /** * Lookup434: pallet_proxy::pallet::Call **/ PalletProxyCall: { _enum: { proxy: { real: 'AccountId32', forceProxyType: 'Option', call: 'Call', }, add_proxy: { delegate: 'AccountId32', proxyType: 'JoystreamNodeRuntimeProxyType', delay: 'u32', }, remove_proxy: { delegate: 'AccountId32', proxyType: 'JoystreamNodeRuntimeProxyType', delay: 'u32', }, remove_proxies: 'Null', create_pure: { proxyType: 'JoystreamNodeRuntimeProxyType', delay: 'u32', index: 'u16', }, kill_pure: { spawner: 'AccountId32', proxyType: 'JoystreamNodeRuntimeProxyType', index: 'u16', height: 'Compact', extIndex: 'Compact', }, announce: { real: 'AccountId32', callHash: 'H256', }, remove_announcement: { real: 'AccountId32', callHash: 'H256', }, reject_announcement: { delegate: 'AccountId32', callHash: 'H256', }, proxy_announced: { delegate: 'AccountId32', real: 'AccountId32', forceProxyType: 'Option', call: 'Call' } } }, /** * Lookup436: pallet_argo_bridge::Call **/ PalletArgoBridgeCall: { _enum: { request_outbound_transfer: { destAccount: 'PalletArgoBridgeRemoteAccount', amount: 'u128', expectedFee: 'u128', }, finalize_inbound_transfer: { remoteTransfer: 'PalletArgoBridgeRemoteTransfer', destAccount: 'AccountId32', amount: 'u128', }, revert_outbound_transfer: { transferId: 'u64', revertAccount: 'AccountId32', revertAmount: 'u128', rationale: 'Bytes', }, pause_bridge: 'Null', init_unpause_bridge: 'Null', finish_unpause_bridge: 'Null', update_bridge_constrains: { parameters: 'PalletArgoBridgeBridgeConstraints' } } }, /** * Lookup437: joystream_node_runtime::OriginCaller **/ JoystreamNodeRuntimeOriginCaller: { _enum: { system: 'FrameSupportDispatchRawOrigin', Void: 'SpCoreVoid' } }, /** * Lookup438: frame_support::dispatch::RawOrigin **/ FrameSupportDispatchRawOrigin: { _enum: { Root: 'Null', Signed: 'AccountId32', None: 'Null' } }, /** * Lookup439: sp_core::Void **/ SpCoreVoid: 'Null', /** * Lookup440: pallet_utility::pallet::Error **/ PalletUtilityError: { _enum: ['TooManyCalls'] }, /** * Lookup447: sp_consensus_babe::digests::PreDigest **/ SpConsensusBabeDigestsPreDigest: { _enum: { __Unused0: 'Null', Primary: 'SpConsensusBabeDigestsPrimaryPreDigest', SecondaryPlain: 'SpConsensusBabeDigestsSecondaryPlainPreDigest', SecondaryVRF: 'SpConsensusBabeDigestsSecondaryVRFPreDigest' } }, /** * Lookup448: sp_consensus_babe::digests::PrimaryPreDigest **/ SpConsensusBabeDigestsPrimaryPreDigest: { authorityIndex: 'u32', slot: 'u64', vrfOutput: '[u8;32]', vrfProof: '[u8;64]' }, /** * Lookup449: sp_consensus_babe::digests::SecondaryPlainPreDigest **/ SpConsensusBabeDigestsSecondaryPlainPreDigest: { authorityIndex: 'u32', slot: 'u64' }, /** * Lookup450: sp_consensus_babe::digests::SecondaryVRFPreDigest **/ SpConsensusBabeDigestsSecondaryVRFPreDigest: { authorityIndex: 'u32', slot: 'u64', vrfOutput: '[u8;32]', vrfProof: '[u8;64]' }, /** * Lookup452: sp_consensus_babe::BabeEpochConfiguration **/ SpConsensusBabeBabeEpochConfiguration: { c: '(u64,u64)', allowedSlots: 'SpConsensusBabeAllowedSlots' }, /** * Lookup454: pallet_babe::pallet::Error **/ PalletBabeError: { _enum: ['InvalidEquivocationProof', 'InvalidKeyOwnershipProof', 'DuplicateOffenceReport', 'InvalidConfiguration'] }, /** * Lookup456: pallet_balances::BalanceLock **/ PalletBalancesBalanceLock: { id: '[u8;8]', amount: 'u128', reasons: 'PalletBalancesReasons' }, /** * Lookup457: pallet_balances::Reasons **/ PalletBalancesReasons: { _enum: ['Fee', 'Misc', 'All'] }, /** * Lookup460: pallet_balances::ReserveData **/ PalletBalancesReserveData: { id: '[u8;8]', amount: 'u128' }, /** * Lookup462: pallet_balances::pallet::Error **/ PalletBalancesError: { _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves'] }, /** * Lookup464: pallet_transaction_payment::Releases **/ PalletTransactionPaymentReleases: { _enum: ['V1Ancient', 'V2'] }, /** * Lookup465: pallet_election_provider_multi_phase::ReadySolution **/ PalletElectionProviderMultiPhaseReadySolution: { supports: 'Vec<(AccountId32,SpNposElectionsSupport)>', score: 'SpNposElectionsElectionScore', compute: 'PalletElectionProviderMultiPhaseElectionCompute' }, /** * Lookup467: pallet_election_provider_multi_phase::RoundSnapshot **/ PalletElectionProviderMultiPhaseRoundSnapshot: { voters: 'Vec<(AccountId32,u64,Vec)>', targets: 'Vec' }, /** * Lookup474: pallet_election_provider_multi_phase::signed::SignedSubmission **/ PalletElectionProviderMultiPhaseSignedSignedSubmission: { who: 'AccountId32', deposit: 'u128', rawSolution: 'PalletElectionProviderMultiPhaseRawSolution', callFee: 'u128' }, /** * Lookup475: pallet_election_provider_multi_phase::pallet::Error **/ PalletElectionProviderMultiPhaseError: { _enum: ['PreDispatchEarlySubmission', 'PreDispatchWrongWinnerCount', 'PreDispatchWeakSubmission', 'SignedQueueFull', 'SignedCannotPayDeposit', 'SignedInvalidWitness', 'SignedTooMuchWeight', 'OcwCallWrongEra', 'MissingSnapshotMetadata', 'InvalidSubmissionIndex', 'CallNotAllowed', 'FallbackFailed', 'BoundNotMet', 'TooManyWinners'] }, /** * Lookup476: pallet_staking::StakingLedger **/ PalletStakingStakingLedger: { stash: 'AccountId32', total: 'Compact', active: 'Compact', unlocking: 'Vec', claimedRewards: 'Vec' }, /** * Lookup478: pallet_staking::UnlockChunk **/ PalletStakingUnlockChunk: { value: 'Compact', era: 'Compact' }, /** * Lookup481: pallet_staking::Nominations **/ PalletStakingNominations: { targets: 'Vec', submittedIn: 'u32', suppressed: 'bool' }, /** * Lookup482: pallet_staking::ActiveEraInfo **/ PalletStakingActiveEraInfo: { index: 'u32', start: 'Option' }, /** * Lookup484: pallet_staking::EraRewardPoints **/ PalletStakingEraRewardPoints: { total: 'u32', individual: 'BTreeMap' }, /** * Lookup489: pallet_staking::UnappliedSlash **/ PalletStakingUnappliedSlash: { validator: 'AccountId32', own: 'u128', others: 'Vec<(AccountId32,u128)>', reporters: 'Vec', payout: 'u128' }, /** * Lookup491: pallet_staking::slashing::SlashingSpans **/ PalletStakingSlashingSlashingSpans: { spanIndex: 'u32', lastStart: 'u32', lastNonzeroSlash: 'u32', prior: 'Vec' }, /** * Lookup492: pallet_staking::slashing::SpanRecord **/ PalletStakingSlashingSpanRecord: { slashed: 'u128', paidOut: 'u128' }, /** * Lookup495: pallet_staking::pallet::pallet::Error **/ PalletStakingPalletError: { _enum: ['NotController', 'NotStash', 'AlreadyBonded', 'AlreadyPaired', 'EmptyTargets', 'DuplicateIndex', 'InvalidSlashIndex', 'InsufficientBond', 'NoMoreChunks', 'NoUnlockChunk', 'FundedTarget', 'InvalidEraToReward', 'InvalidNumberOfNominations', 'NotSortedAndUnique', 'AlreadyClaimed', 'IncorrectHistoryDepth', 'IncorrectSlashingSpans', 'BadState', 'TooManyTargets', 'BadTarget', 'CannotChillOther', 'TooManyNominators', 'TooManyValidators', 'CommissionTooLow', 'BoundNotMet', 'BondingRestricted'] }, /** * Lookup499: sp_core::crypto::KeyTypeId **/ SpCoreCryptoKeyTypeId: '[u8;4]', /** * Lookup500: pallet_session::pallet::Error **/ PalletSessionError: { _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'] }, /** * Lookup502: pallet_grandpa::StoredState **/ PalletGrandpaStoredState: { _enum: { Live: 'Null', PendingPause: { scheduledAt: 'u32', delay: 'u32', }, Paused: 'Null', PendingResume: { scheduledAt: 'u32', delay: 'u32' } } }, /** * Lookup503: pallet_grandpa::StoredPendingChange **/ PalletGrandpaStoredPendingChange: { scheduledAt: 'u32', delay: 'u32', nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>', forced: 'Option' }, /** * Lookup505: pallet_grandpa::pallet::Error **/ PalletGrandpaError: { _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport'] }, /** * Lookup511: pallet_im_online::BoundedOpaqueNetworkState **/ PalletImOnlineBoundedOpaqueNetworkState: { peerId: 'Bytes', externalAddresses: 'Vec' }, /** * Lookup515: pallet_im_online::pallet::Error **/ PalletImOnlineError: { _enum: ['InvalidKey', 'DuplicatedHeartbeat'] }, /** * Lookup516: sp_staking::offence::OffenceDetails **/ SpStakingOffenceOffenceDetails: { offender: '(AccountId32,PalletStakingExposure)', reporters: 'Vec' }, /** * Lookup519: pallet_bags_list::list::Node **/ PalletBagsListListNode: { id: 'AccountId32', prev: 'Option', next: 'Option', bagUpper: 'u64', score: 'u64' }, /** * Lookup520: pallet_bags_list::list::Bag **/ PalletBagsListListBag: { head: 'Option', tail: 'Option' }, /** * Lookup521: pallet_bags_list::pallet::Error **/ PalletBagsListError: { _enum: { List: 'PalletBagsListListListError' } }, /** * Lookup522: pallet_bags_list::list::ListError **/ PalletBagsListListListError: { _enum: ['Duplicate', 'NotHeavier', 'NotInSameBag', 'NodeNotFound'] }, /** * Lookup525: pallet_vesting::Releases **/ PalletVestingReleases: { _enum: ['V0', 'V1'] }, /** * Lookup526: pallet_vesting::pallet::Error **/ PalletVestingError: { _enum: ['NotVesting', 'AtMaxVestingSchedules', 'AmountLow', 'ScheduleIndexOutOfBounds', 'InvalidScheduleParams'] }, /** * Lookup528: pallet_multisig::Multisig **/ PalletMultisigMultisig: { when: 'PalletMultisigTimepoint', deposit: 'u128', depositor: 'AccountId32', approvals: 'Vec' }, /** * Lookup530: pallet_multisig::pallet::Error **/ PalletMultisigError: { _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored'] }, /** * Lookup531: pallet_council::CouncilStageUpdate **/ PalletCouncilCouncilStageUpdate: { stage: 'PalletCouncilCouncilStage', changedAt: 'u32' }, /** * Lookup532: pallet_council::CouncilStage **/ PalletCouncilCouncilStage: { _enum: { Announcing: 'PalletCouncilCouncilStageAnnouncing', Election: 'PalletCouncilCouncilStageElection', Idle: 'PalletCouncilCouncilStageIdle' } }, /** * Lookup533: pallet_council::CouncilStageAnnouncing **/ PalletCouncilCouncilStageAnnouncing: { candidatesCount: 'u32', endsAt: 'u32' }, /** * Lookup534: pallet_council::CouncilStageElection **/ PalletCouncilCouncilStageElection: { candidatesCount: 'u32' }, /** * Lookup535: pallet_council::CouncilStageIdle **/ PalletCouncilCouncilStageIdle: { endsAt: 'u32' }, /** * Lookup537: pallet_council::CouncilMember **/ PalletCouncilCouncilMember: { stakingAccountId: 'AccountId32', rewardAccountId: 'AccountId32', membershipId: 'u64', stake: 'u128', lastPaymentBlock: 'u32', unpaidReward: 'u128' }, /** * Lookup539: pallet_council::Candidate **/ PalletCouncilCandidate: { stakingAccountId: 'AccountId32', rewardAccountId: 'AccountId32', cycleId: 'u64', stake: 'u128', votePower: 'u128', noteHash: 'Option' }, /** * Lookup540: pallet_council::Error **/ PalletCouncilError: { _enum: ['ArithmeticError', 'BadOrigin', 'CantCandidateNow', 'CantReleaseStakeNow', 'CandidacyStakeTooLow', 'CantCandidateTwice', 'ConflictingStake', 'StakeStillNeeded', 'NoStake', 'InsufficientBalanceForStaking', 'CantVoteForYourself', 'MemberIdNotMatchAccount', 'InvalidAccountToStakeReuse', 'NotCandidatingNow', 'CantWithdrawCandidacyNow', 'NotCouncilor', 'InsufficientFundsForFundingRequest', 'ZeroBalanceFundRequest', 'RepeatedFundRequestAccount', 'EmptyFundingRequests', 'InsufficientTokensForFunding', 'ZeroTokensFunding', 'CandidateDoesNotExist', 'InsufficientBalanceForTransfer', 'ReductionAmountTooLarge'] }, /** * Lookup541: pallet_referendum::ReferendumStage, S>> **/ PalletReferendumReferendumStage: { _enum: { Inactive: 'Null', Voting: 'PalletReferendumReferendumStageVoting', Revealing: 'PalletReferendumReferendumStageRevealing' } }, /** * Lookup543: pallet_referendum::ReferendumStageVoting **/ PalletReferendumReferendumStageVoting: { started: 'u32', winningTargetCount: 'u32', currentCycleId: 'u64', endsAt: 'u32' }, /** * Lookup544: pallet_referendum::ReferendumStageRevealing, S>> **/ PalletReferendumReferendumStageRevealing: { started: 'u32', winningTargetCount: 'u32', intermediateWinners: 'Vec', currentCycleId: 'u64', endsAt: 'u32' }, /** * Lookup545: pallet_referendum::CastVote **/ PalletReferendumCastVote: { commitment: 'H256', cycleId: 'u64', stake: 'u128', voteFor: 'Option' }, /** * Lookup546: pallet_referendum::Error **/ PalletReferendumError: { _enum: ['BadOrigin', 'ReferendumNotRunning', 'RevealingNotInProgress', 'ConflictStakesOnAccount', 'InsufficientBalanceToStake', 'InsufficientStake', 'InvalidReveal', 'InvalidVote', 'VoteNotExisting', 'AlreadyVotedThisCycle', 'UnstakingVoteInSameCycle', 'SaltTooLong', 'UnstakingForbidden', 'AccountAlreadyOptedOutOfVoting'] }, /** * Lookup547: pallet_membership::MembershipObject **/ PalletMembershipMembershipObject: { handleHash: 'H256', rootAccount: 'AccountId32', controllerAccount: 'AccountId32', verified: 'bool', invites: 'u32' }, /** * Lookup548: pallet_membership::StakingAccountMemberBinding **/ PalletMembershipStakingAccountMemberBinding: { memberId: 'u64', confirmed: 'bool' }, /** * Lookup549: pallet_membership::Error **/ PalletMembershipError: { _enum: ['NotEnoughBalanceToBuyMembership', 'ControllerAccountRequired', 'RootAccountRequired', 'UnsignedOrigin', 'MemberProfileNotFound', 'HandleAlreadyRegistered', 'HandleMustBeProvidedDuringRegistration', 'ReferrerIsNotMember', 'CannotTransferInvitesForNotMember', 'NotEnoughInvites', 'WorkingGroupLeaderNotSet', 'StakingAccountIsAlreadyRegistered', 'StakingAccountDoesntExist', 'StakingAccountAlreadyConfirmed', 'WorkingGroupBudgetIsNotSufficientForInviting', 'ConflictingLock', 'CannotExceedReferralCutPercentLimit', 'ConflictStakesOnAccount', 'InsufficientBalanceToCoverStake', 'GifLockExceedsCredit', 'InsufficientBalanceToGift', 'InsufficientBalanceToCoverPayment'] }, /** * Lookup550: pallet_forum::Category> **/ PalletForumCategory: { titleHash: 'H256', descriptionHash: 'H256', archived: 'bool', numDirectSubcategories: 'u32', numDirectThreads: 'u32', numDirectModerators: 'u32', parentCategoryId: 'Option', stickyThreadIds: 'BTreeSet' }, /** * Lookup552: pallet_forum::Thread> **/ PalletForumThread: { categoryId: 'u64', authorId: 'u64', cleanupPayOff: 'PalletCommonBloatBondRepayableBloatBond', numberOfEditablePosts: 'u64' }, /** * Lookup553: pallet_forum::Post> **/ PalletForumPost: { threadId: 'u64', textHash: 'H256', authorId: 'u64', cleanupPayOff: 'PalletCommonBloatBondRepayableBloatBond', lastEdited: 'u32' }, /** * Lookup554: pallet_forum::Error **/ PalletForumError: { _enum: ['ArithmeticError', 'OriginNotForumLead', 'ForumUserIdNotMatchAccount', 'ModeratorIdNotMatchAccount', 'AccountDoesNotMatchThreadAuthor', 'ThreadDoesNotExist', 'ModeratorModerateOriginCategory', 'ModeratorModerateDestinationCategory', 'ThreadMoveInvalid', 'ThreadNotBeingUpdated', 'InsufficientBalanceForThreadCreation', 'CannotDeleteThreadWithOutstandingPosts', 'PostDoesNotExist', 'AccountDoesNotMatchPostAuthor', 'InsufficientBalanceForPost', 'CategoryNotBeingUpdated', 'AncestorCategoryImmutable', 'MaxValidCategoryDepthExceeded', 'CategoryDoesNotExist', 'CategoryModeratorDoesNotExist', 'CategoryNotEmptyThreads', 'CategoryNotEmptyCategories', 'ModeratorCantDeleteCategory', 'ModeratorCantUpdateCategory', 'MapSizeLimit', 'PathLengthShouldBeGreaterThanZero', 'MaxNumberOfStickiedThreadsExceeded'] }, /** * Lookup555: pallet_constitution::ConstitutionInfo **/ PalletConstitutionConstitutionInfo: { textHash: 'H256' }, /** * Lookup556: pallet_bounty::BountyRecord> **/ PalletBountyBountyRecord: { creationParams: 'PalletBountyBountyParametersBoundedBTreeSet', totalFunding: 'u128', milestone: 'PalletBountyBountyMilestone', activeWorkEntryCount: 'u32', hasUnpaidOracleReward: 'bool' }, /** * Lookup558: pallet_bounty::BountyParameters> **/ PalletBountyBountyParametersBoundedBTreeSet: { oracle: 'PalletBountyBountyActor', contractType: 'PalletBountyAssuranceContractTypeBoundedBTreeSet', creator: 'PalletBountyBountyActor', cherry: 'u128', oracleReward: 'u128', entrantStake: 'u128', fundingType: 'PalletBountyFundingType' }, /** * Lookup559: pallet_bounty::AssuranceContractType> **/ PalletBountyAssuranceContractTypeBoundedBTreeSet: { _enum: { Open: 'Null', Closed: 'BTreeSet' } }, /** * Lookup560: pallet_bounty::BountyMilestone **/ PalletBountyBountyMilestone: { _enum: { Created: { createdAt: 'u32', hasContributions: 'bool', }, BountyMaxFundingReached: 'Null', WorkSubmitted: 'Null', Terminated: 'Null', JudgmentSubmitted: { successfulBounty: 'bool' } } }, /** * Lookup562: pallet_bounty::Contribution **/ PalletBountyContribution: { amount: 'u128', funderStateBloatBondAmount: 'u128' }, /** * Lookup563: pallet_bounty::EntryRecord **/ PalletBountyEntryRecord: { memberId: 'u64', stakingAccountId: 'AccountId32', submittedAt: 'u32', workSubmitted: 'bool' }, /** * Lookup564: pallet_bounty::Error **/ PalletBountyError: { _enum: ['ArithmeticError', 'MinFundingAmountCannotBeGreaterThanMaxAmount', 'BountyDoesntExist', 'SwitchOracleOriginIsRoot', 'InvalidStageUnexpectedFunding', 'InvalidStageUnexpectedNoFundingContributed', 'InvalidStageUnexpectedCancelled', 'InvalidStageUnexpectedWorkSubmission', 'InvalidStageUnexpectedJudgment', 'InvalidStageUnexpectedSuccessfulBountyWithdrawal', 'InvalidStageUnexpectedFailedBountyWithdrawal', 'InsufficientBalanceForBounty', 'NoBountyContributionFound', 'InsufficientBalanceForStake', 'ConflictingStakes', 'WorkEntryDoesntExist', 'CherryLessThenMinimumAllowed', 'CannotSubmitWorkToClosedContractBounty', 'ClosedContractMemberListIsEmpty', 'ClosedContractMemberListIsTooLarge', 'ClosedContractMemberNotFound', 'InvalidOracleMemberId', 'InvalidStakingAccountForMember', 'ZeroWinnerReward', 'TotalRewardShouldBeEqualToTotalFunding', 'EntrantStakeIsLessThanMininum', 'FundingAmountCannotBeZero', 'FundingPeriodCannotBeZero', 'WinnerShouldHasWorkSubmission', 'InvalidContributorActorSpecified', 'InvalidOracleActorSpecified', 'InvalidEntrantWorkerSpecified', 'InvalidCreatorActorSpecified', 'WorkEntryDoesntBelongToWorker', 'OracleRewardAlreadyWithdrawn'] }, /** * Lookup565: pallet_joystream_utility::Error **/ PalletJoystreamUtilityError: { _enum: ['InsufficientFundsForBudgetUpdate', 'ZeroTokensBurn', 'InsufficientFundsForBurn'] }, /** * Lookup566: pallet_content::types::VideoRecord>, pallet_content::nft::types::OpenAuctionRecord>>, MemberId, AuctionId>, bounded_collections::bounded_btree_set::BoundedBTreeSet, pallet_common::bloat_bond::RepayableBloatBond> **/ PalletContentVideoRecord: { inChannel: 'u64', nftStatus: 'Option', dataObjects: 'BTreeSet', videoStateBloatBond: 'PalletCommonBloatBondRepayableBloatBond' }, /** * Lookup567: pallet_content::nft::types::OwnedNft>, pallet_content::nft::types::OpenAuctionRecord>>, MemberId, AuctionId> **/ PalletContentNftTypesOwnedNft: { owner: 'PalletContentNftTypesNftOwner', transactionalStatus: 'PalletContentNftTypesTransactionalStatusRecord', creatorRoyalty: 'Option', openAuctionsNonce: 'u64' }, /** * Lookup568: pallet_content::nft::types::TransactionalStatusRecord>, pallet_content::nft::types::OpenAuctionRecord>> **/ PalletContentNftTypesTransactionalStatusRecord: { _enum: { Idle: 'Null', InitiatedOfferToMember: '(u64,Option)', EnglishAuction: 'PalletContentNftTypesEnglishAuctionRecord', OpenAuction: 'PalletContentNftTypesOpenAuctionRecord', BuyNow: 'u128' } }, /** * Lookup569: pallet_content::nft::types::EnglishAuctionRecord> **/ PalletContentNftTypesEnglishAuctionRecord: { startingPrice: 'u128', buyNowPrice: 'Option', whitelist: 'BTreeSet', end: 'u32', start: 'u32', extensionPeriod: 'u32', minBidStep: 'u128', topBid: 'Option' }, /** * Lookup572: pallet_content::nft::types::EnglishAuctionBid **/ PalletContentNftTypesEnglishAuctionBid: { amount: 'u128', bidderId: 'u64' }, /** * Lookup573: pallet_content::nft::types::OpenAuctionRecord> **/ PalletContentNftTypesOpenAuctionRecord: { startingPrice: 'u128', buyNowPrice: 'Option', whitelist: 'BTreeSet', bidLockDuration: 'u32', auctionId: 'u64', start: 'u32' }, /** * Lookup574: pallet_content::nft::types::NftOwner **/ PalletContentNftTypesNftOwner: { _enum: { ChannelOwner: 'Null', Member: 'u64' } }, /** * Lookup577: pallet_content::permissions::curator_group::CuratorGroupRecord, S>, bounded_collections::bounded_btree_map::BoundedBTreeMap, S>> **/ PalletContentPermissionsCuratorGroupCuratorGroupRecord: { curators: 'BTreeMap>', active: 'bool', permissionsByLevel: 'BTreeMap>' }, /** * Lookup584: pallet_content::nft::types::OpenAuctionBidRecord **/ PalletContentNftTypesOpenAuctionBidRecord: { amount: 'u128', madeAtBlock: 'u32', auctionId: 'u64' }, /** * Lookup585: pallet_content::errors::Error **/ PalletContentErrorsError: { _enum: ['ChannelStateBloatBondChanged', 'VideoStateBloatBondChanged', 'MinCashoutValueTooLow', 'MaxCashoutValueTooHigh', 'MaxNumberOfChannelCollaboratorsExceeded', 'MaxNumberOfChannelAssetsExceeded', 'MaxNumberOfVideoAssetsExceeded', 'MaxNumberOfChannelAgentPermissionsExceeded', 'MaxNumberOfPausedFeaturesPerChannelExceeded', 'InvalidChannelBagWitnessProvided', 'InvalidStorageBucketsNumWitnessProvided', 'MissingStorageBucketsNumWitness', 'ChannelOwnerMemberDoesNotExist', 'ChannelOwnerCuratorGroupDoesNotExist', 'ChannelStateBloatBondBelowExistentialDeposit', 'NumberOfAssetsToRemoveIsZero', 'CuratorIsNotAMemberOfGivenCuratorGroup', 'CuratorIsAlreadyAMemberOfGivenCuratorGroup', 'CuratorGroupDoesNotExist', 'CuratorsPerGroupLimitReached', 'CuratorGroupIsNotActive', 'CuratorIdInvalid', 'LeadAuthFailed', 'MemberAuthFailed', 'CuratorAuthFailed', 'BadOrigin', 'ActorNotAuthorized', 'CategoryDoesNotExist', 'ChannelDoesNotExist', 'VideoDoesNotExist', 'VideoInSeason', 'ActorCannotBeLead', 'ActorCannotOwnChannel', 'NftAlreadyOwnedByChannel', 'NftAlreadyExists', 'NftDoesNotExist', 'OverflowOrUnderflowHappened', 'DoesNotOwnNft', 'RoyaltyUpperBoundExceeded', 'RoyaltyLowerBoundExceeded', 'AuctionDurationUpperBoundExceeded', 'AuctionDurationLowerBoundExceeded', 'ExtensionPeriodUpperBoundExceeded', 'ExtensionPeriodLowerBoundExceeded', 'BidLockDurationUpperBoundExceeded', 'BidLockDurationLowerBoundExceeded', 'StartingPriceUpperBoundExceeded', 'StartingPriceLowerBoundExceeded', 'AuctionBidStepUpperBoundExceeded', 'AuctionBidStepLowerBoundExceeded', 'InsufficientBalance', 'BidStepConstraintViolated', 'InvalidBidAmountSpecified', 'StartingPriceConstraintViolated', 'ActionHasBidsAlready', 'NftIsNotIdle', 'PendingOfferDoesNotExist', 'RewardAccountIsNotSet', 'ActorIsNotBidder', 'AuctionCannotBeCompleted', 'BidDoesNotExist', 'BidIsForPastAuction', 'StartsAtLowerBoundExceeded', 'StartsAtUpperBoundExceeded', 'AuctionDidNotStart', 'NotInAuctionState', 'MemberIsNotAllowedToParticipate', 'MemberProfileNotFound', 'NftNotInBuyNowState', 'InvalidBuyNowWitnessPriceProvided', 'IsNotOpenAuctionType', 'IsNotEnglishAuctionType', 'BidLockDurationIsNotExpired', 'NftAuctionIsAlreadyExpired', 'BuyNowMustBeGreaterThanStartingPrice', 'TargetMemberDoesNotExist', 'InvalidNftOfferWitnessPriceProvided', 'MaxAuctionWhiteListLengthUpperBoundExceeded', 'WhitelistHasOnlyOneMember', 'WhitelistedMemberDoesNotExist', 'NftNonChannelOwnerDoesNotExist', 'ExtensionPeriodIsGreaterThenAuctionDuration', 'NoAssetsSpecified', 'InvalidAssetsProvided', 'ChannelContainsVideos', 'ChannelContainsAssets', 'InvalidBagSizeSpecified', 'MigrationNotFinished', 'ReplyDoesNotExist', 'UnsufficientBalance', 'InsufficientTreasuryBalance', 'InvalidMemberProvided', 'ActorNotAMember', 'PaymentProofVerificationFailed', 'CashoutAmountExceedsMaximumAmount', 'CashoutAmountBelowMinimumAmount', 'WithdrawalAmountExceedsChannelAccountWithdrawableBalance', 'WithdrawFromChannelAmountIsZero', 'ChannelCashoutsDisabled', 'MinCashoutAllowedExceedsMaxCashoutAllowed', 'CuratorModerationActionNotAllowed', 'MaxCuratorPermissionsPerLevelExceeded', 'CuratorGroupMaxPermissionsByLevelMapSizeExceeded', 'ChannelFeaturePaused', 'ChannelBagMissing', 'AssetsToRemoveBeyondEntityAssetsSet', 'InvalidVideoDataObjectsCountProvided', 'InvalidChannelTransferStatus', 'InvalidChannelTransferAcceptor', 'InvalidChannelTransferCommitmentParams', 'ChannelAgentInsufficientPermissions', 'InvalidChannelOwner', 'ZeroReward', 'InsufficientBalanceForTransfer', 'InsufficientBalanceForChannelCreation', 'InsufficientBalanceForVideoCreation', 'InsufficientCouncilBudget', 'GlobalNftDailyLimitExceeded', 'GlobalNftWeeklyLimitExceeded', 'ChannelNftDailyLimitExceeded', 'ChannelNftWeeklyLimitExceeded', 'CreatorTokenAlreadyIssued', 'CreatorTokenNotIssued', 'MemberIdCouldNotBeDerivedFromActor', 'CannotWithdrawFromChannelWithCreatorTokenIssued', 'PatronageCanOnlyBeClaimedForMemberOwnedChannels', 'ChannelTransfersBlockedDuringRevenueSplits', 'ChannelTransfersBlockedDuringTokenSales', 'ChannelTransfersBlockedDuringActiveAmm'] }, /** * Lookup586: pallet_storage::BagRecord, bounded_collections::bounded_btree_set::BoundedBTreeSet, S>> **/ PalletStorageBagRecord: { storedBy: 'BTreeSet', distributedBy: 'BTreeSet', objectsTotalSize: 'u64', objectsNumber: 'u64' }, /** * Lookup589: pallet_storage::StorageBucketRecord **/ PalletStorageStorageBucketRecord: { operatorStatus: 'PalletStorageStorageBucketOperatorStatus', acceptingNewBags: 'bool', voucher: 'PalletStorageVoucher', assignedBags: 'u64' }, /** * Lookup590: pallet_storage::StorageBucketOperatorStatus **/ PalletStorageStorageBucketOperatorStatus: { _enum: { Missing: 'Null', InvitedStorageWorker: 'u64', StorageWorker: '(u64,AccountId32)' } }, /** * Lookup592: pallet_storage::DynamicBagCreationPolicy> **/ PalletStorageDynamicBagCreationPolicy: { numberOfStorageBuckets: 'u32', families: 'BTreeMap' }, /** * Lookup595: pallet_storage::DataObject> **/ PalletStorageDataObject: { _alias: { size_: 'size' }, accepted: 'bool', stateBloatBond: 'PalletCommonBloatBondRepayableBloatBond', size_: 'u64', ipfsContentId: 'Bytes' }, /** * Lookup596: pallet_storage::DistributionBucketFamilyRecord **/ PalletStorageDistributionBucketFamilyRecord: { nextDistributionBucketIndex: 'u64' }, /** * Lookup597: pallet_storage::DistributionBucketRecord, bounded_collections::bounded_btree_set::BoundedBTreeSet> **/ PalletStorageDistributionBucketRecord: { acceptingNewBags: 'bool', distributing: 'bool', pendingInvitations: 'BTreeSet', operators: 'BTreeSet', assignedBags: 'u64' }, /** * Lookup600: pallet_storage::Error **/ PalletStorageError: { _enum: ['ArithmeticError', 'InvalidCidLength', 'NoObjectsOnUpload', 'StorageBucketDoesntExist', 'StorageBucketIsNotBoundToBag', 'StorageBucketIsBoundToBag', 'NoStorageBucketInvitation', 'StorageProviderAlreadySet', 'StorageProviderMustBeSet', 'DifferentStorageProviderInvited', 'InvitedStorageProvider', 'StorageBucketIdCollectionsAreEmpty', 'StorageBucketsNumberViolatesDynamicBagCreationPolicy', 'DistributionBucketsViolatesDynamicBagCreationPolicy', 'EmptyContentId', 'ZeroObjectSize', 'InvalidStateBloatBondSourceAccount', 'InvalidStorageProvider', 'InsufficientBalance', 'DataObjectDoesntExist', 'UploadingBlocked', 'DataObjectIdCollectionIsEmpty', 'SourceAndDestinationBagsAreEqual', 'DataObjectBlacklisted', 'BlacklistSizeLimitExceeded', 'VoucherMaxObjectSizeLimitExceeded', 'VoucherMaxObjectNumberLimitExceeded', 'StorageBucketObjectNumberLimitReached', 'StorageBucketObjectSizeLimitReached', 'InsufficientTreasuryBalance', 'CannotDeleteNonEmptyStorageBucket', 'DataObjectIdParamsAreEmpty', 'StorageBucketsPerBagLimitTooLow', 'StorageBucketsPerBagLimitTooHigh', 'StorageBucketPerBagLimitExceeded', 'StorageBucketDoesntAcceptNewBags', 'DynamicBagExists', 'DynamicBagDoesntExist', 'StorageProviderOperatorDoesntExist', 'DataSizeFeeChanged', 'DataObjectStateBloatBondChanged', 'CannotDeleteNonEmptyDynamicBag', 'MaxDistributionBucketFamilyNumberLimitExceeded', 'DistributionBucketFamilyDoesntExist', 'DistributionBucketDoesntExist', 'DistributionBucketIdCollectionsAreEmpty', 'DistributionBucketDoesntAcceptNewBags', 'MaxDistributionBucketNumberPerBagLimitExceeded', 'DistributionBucketIsNotBoundToBag', 'DistributionBucketIsBoundToBag', 'DistributionBucketsPerBagLimitTooLow', 'DistributionBucketsPerBagLimitTooHigh', 'DistributionProviderOperatorDoesntExist', 'DistributionProviderOperatorAlreadyInvited', 'DistributionProviderOperatorSet', 'NoDistributionBucketInvitation', 'MustBeDistributionProviderOperatorForBucket', 'MaxNumberOfPendingInvitationsLimitForDistributionBucketReached', 'MaxNumberOfOperatorsPerDistributionBucketReached', 'DistributionFamilyBoundToBagCreationPolicy', 'MaxDataObjectSizeExceeded', 'InvalidTransactorAccount', 'NumberOfStorageBucketsOutsideOfAllowedContraints', 'NumberOfDistributionBucketsOutsideOfAllowedContraints', 'CallDisabled'] }, /** * Lookup601: pallet_project_token::types::AccountData, pallet_common::bloat_bond::RepayableBloatBond, bounded_collections::bounded_btree_map::BoundedBTreeMap, S>> **/ PalletProjectTokenAccountData: { vestingSchedules: 'BTreeMap', amount: 'u128', splitStakingStatus: 'Option', bloatBond: 'PalletCommonBloatBondRepayableBloatBond', nextVestingTransferId: 'u64', lastSaleTotalPurchasedAmount: 'Option<(u32,u128)>' }, /** * Lookup602: pallet_project_token::types::StakingStatus **/ PalletProjectTokenStakingStatus: { splitId: 'u32', amount: 'u128' }, /** * Lookup604: pallet_project_token::types::VestingSchedule **/ PalletProjectTokenVestingSchedule: { linearVestingStartBlock: 'u32', linearVestingDuration: 'u32', cliffAmount: 'u128', postCliffTotalAmount: 'u128', burnedAmount: 'u128' }, /** * Lookup611: pallet_project_token::types::TokenData, MemberId, sp_core::crypto::AccountId32>, pallet_project_token::types::RevenueSplitState> **/ PalletProjectTokenTokenData: { totalSupply: 'u128', tokensIssued: 'u128', nextSaleId: 'u32', sale: 'Option', transferPolicy: 'PalletProjectTokenTransferPolicy', patronageInfo: 'PalletProjectTokenPatronageData', accountsNumber: 'u64', revenueSplitRate: 'Permill', revenueSplit: 'PalletProjectTokenRevenueSplitState', nextRevenueSplitId: 'u32', ammCurve: 'Option' }, /** * Lookup612: pallet_project_token::types::RevenueSplitState **/ PalletProjectTokenRevenueSplitState: { _enum: { Inactive: 'Null', Active: 'PalletProjectTokenRevenueSplitInfo' } }, /** * Lookup613: pallet_project_token::types::RevenueSplitInfo **/ PalletProjectTokenRevenueSplitInfo: { allocation: 'u128', timeline: 'PalletProjectTokenTimeline', dividendsClaimed: 'u128' }, /** * Lookup614: pallet_project_token::types::Timeline **/ PalletProjectTokenTimeline: { start: 'u32', duration: 'u32' }, /** * Lookup616: pallet_project_token::types::PatronageData **/ PalletProjectTokenPatronageData: { rate: 'Permill', unclaimedPatronageTallyAmount: 'u128', lastUnclaimedPatronageTallyBlock: 'u32' }, /** * Lookup618: pallet_project_token::errors::Error **/ PalletProjectTokenErrorsError: { _enum: ['ArithmeticError', 'InsufficientTransferrableBalance', 'TokenDoesNotExist', 'AccountInformationDoesNotExist', 'TransferDestinationMemberDoesNotExist', 'MerkleProofVerificationFailure', 'TokenSymbolAlreadyInUse', 'InitialAllocationToNonExistingMember', 'AccountAlreadyExists', 'TooManyTransferOutputs', 'TokenIssuanceNotInIdleState', 'InsufficientJoyBalance', 'JoyTransferSubjectToDusting', 'AttemptToRemoveNonOwnedAccountUnderPermissionedMode', 'AttemptToRemoveNonEmptyAccount', 'CannotJoinWhitelistInPermissionlessMode', 'CannotDeissueTokenWithOutstandingAccounts', 'NoUpcomingSale', 'NoActiveSale', 'InsufficientBalanceForTokenPurchase', 'NotEnoughTokensOnSale', 'SaleStartingBlockInThePast', 'SaleAccessProofRequired', 'SaleAccessProofParticipantIsNotSender', 'SalePurchaseCapExceeded', 'MaxVestingSchedulesPerAccountPerTokenReached', 'PreviousSaleNotFinalized', 'NoTokensToRecover', 'SaleDurationTooShort', 'SaleDurationIsZero', 'SaleUpperBoundQuantityIsZero', 'SaleCapPerMemberIsZero', 'SaleUnitPriceIsZero', 'SalePurchaseAmountIsZero', 'CannotInitSaleIfAmmIsActive', 'RevenueSplitTimeToStartTooShort', 'RevenueSplitDurationTooShort', 'RevenueSplitAlreadyActiveForToken', 'RevenueSplitNotActiveForToken', 'RevenueSplitDidNotEnd', 'RevenueSplitNotOngoing', 'UserAlreadyParticipating', 'InsufficientBalanceForSplitParticipation', 'UserNotParticipantingInAnySplit', 'CannotParticipateInSplitWithZeroAmount', 'CannotIssueSplitWithZeroAllocationAmount', 'CannotModifySupplyWhenRevenueSplitsAreActive', 'RevenueSplitRateIsZero', 'BurnAmountIsZero', 'BurnAmountGreaterThanAccountTokensAmount', 'NotInAmmState', 'InvalidCurveParameters', 'DeadlineExpired', 'SlippageToleranceExceeded', 'InsufficientTokenBalance', 'OutstandingAmmProvidedSupplyTooLarge', 'CurveSlopeParametersTooLow', 'NotEnoughTokenMintedByAmmForThisSale', 'TargetPatronageRateIsHigherThanCurrentRate', 'YearlyPatronageRateLimitExceeded', 'PalletFrozen'] }, /** * Lookup619: pallet_proposals_engine::types::Proposal **/ PalletProposalsEngineProposal: { parameters: 'PalletProposalsEngineProposalParameters', proposerId: 'u64', activatedAt: 'u32', status: 'PalletProposalsEngineProposalStatusesProposalStatus', votingResults: 'PalletProposalsEngineVotingResults', exactExecutionBlock: 'Option', nrOfCouncilConfirmations: 'u32', stakingAccountId: 'Option' }, /** * Lookup620: pallet_proposals_engine::types::ProposalParameters **/ PalletProposalsEngineProposalParameters: { votingPeriod: 'u32', gracePeriod: 'u32', approvalQuorumPercentage: 'u32', approvalThresholdPercentage: 'u32', slashingQuorumPercentage: 'u32', slashingThresholdPercentage: 'u32', requiredStake: 'Option', constitutionality: 'u32' }, /** * Lookup621: pallet_proposals_engine::types::VotingResults **/ PalletProposalsEngineVotingResults: { abstentions: 'u32', approvals: 'u32', rejections: 'u32', slashes: 'u32' }, /** * Lookup624: pallet_proposals_engine::Error **/ PalletProposalsEngineError: { _enum: ['ArithmeticError', 'EmptyTitleProvided', 'EmptyDescriptionProvided', 'TitleIsTooLong', 'DescriptionIsTooLong', 'ProposalNotFound', 'ProposalFinalized', 'AlreadyVoted', 'NotAuthor', 'MaxActiveProposalNumberExceeded', 'EmptyStake', 'StakeShouldBeEmpty', 'StakeDiffersFromRequired', 'InvalidParameterApprovalThreshold', 'InvalidParameterSlashingThreshold', 'RequireRootOrigin', 'ProposalHasVotes', 'ZeroExactExecutionBlock', 'InvalidExactExecutionBlock', 'InsufficientBalanceForStake', 'ConflictingStakes', 'InvalidStakingAccountForMember', 'MaxDispatchableCallCodeSizeExceeded'] }, /** * Lookup625: pallet_proposals_discussion::types::DiscussionThread> **/ PalletProposalsDiscussionDiscussionThread: { activatedAt: 'u32', authorId: 'u64', mode: 'PalletProposalsDiscussionThreadModeBoundedBTreeSet' }, /** * Lookup627: pallet_proposals_discussion::types::ThreadMode> **/ PalletProposalsDiscussionThreadModeBoundedBTreeSet: { _enum: { Open: 'Null', Closed: 'BTreeSet' } }, /** * Lookup628: pallet_proposals_discussion::types::DiscussionPost> **/ PalletProposalsDiscussionDiscussionPost: { authorId: 'u64', cleanupPayOff: 'PalletCommonBloatBondRepayableBloatBond', lastEdited: 'u32' }, /** * Lookup629: pallet_proposals_discussion::Error **/ PalletProposalsDiscussionError: { _enum: ['ArithmeticError', 'ThreadDoesntExist', 'PostDoesntExist', 'RequireRootOrigin', 'CannotPostOnClosedThread', 'NotAuthorOrCouncilor', 'MaxWhiteListSizeExceeded', 'WhitelistedMemberDoesNotExist', 'InsufficientBalanceForPost', 'CannotDeletePost'] }, /** * Lookup630: pallet_proposals_codex::Error **/ PalletProposalsCodexError: { _enum: ['SignalProposalIsEmpty', 'RuntimeProposalIsEmpty', 'InvalidFundingRequestProposalBalance', 'InvalidValidatorCount', 'RequireRootOrigin', 'InvalidCouncilElectionParameterCouncilSize', 'InvalidCouncilElectionParameterCandidacyLimit', 'InvalidCouncilElectionParameterMinVotingStake', 'InvalidCouncilElectionParameterNewTermDuration', 'InvalidCouncilElectionParameterMinCouncilStake', 'InvalidCouncilElectionParameterRevealingPeriod', 'InvalidCouncilElectionParameterVotingPeriod', 'InvalidCouncilElectionParameterAnnouncingPeriod', 'InvalidWorkingGroupBudgetCapacity', 'InvalidSetLeadParameterCannotBeCouncilor', 'SlashingStakeIsZero', 'DecreasingStakeIsZero', 'InsufficientFundsForBudgetUpdate', 'InvalidFundingRequestProposalNumberOfAccount', 'InvalidFundingRequestProposalRepeatedAccount', 'InvalidChannelPayoutsProposalMinCashoutExceedsMaxCashout', 'InvalidLeadWorkerId', 'InvalidLeadOpeningId', 'InvalidLeadApplicationId', 'InvalidProposalId', 'ArithmeticError', 'ReductionAmountZero'] }, /** * Lookup631: pallet_working_group::types::Opening **/ PalletWorkingGroupOpening: { openingType: 'PalletWorkingGroupOpeningType', created: 'u32', descriptionHash: 'H256', stakePolicy: 'PalletWorkingGroupStakePolicy', rewardPerBlock: 'Option', creationStake: 'u128' }, /** * Lookup632: pallet_working_group::types::JobApplication **/ PalletWorkingGroupJobApplication: { roleAccountId: 'AccountId32', rewardAccountId: 'AccountId32', stakingAccountId: 'AccountId32', memberId: 'u64', descriptionHash: 'H256', openingId: 'u64' }, /** * Lookup633: pallet_working_group::types::GroupWorker **/ PalletWorkingGroupGroupWorker: { memberId: 'u64', roleAccountId: 'AccountId32', stakingAccountId: 'AccountId32', rewardAccountId: 'AccountId32', startedLeavingAt: 'Option', jobUnstakingPeriod: 'u32', rewardPerBlock: 'Option', missedReward: 'Option', createdAt: 'u32' }, /** * Lookup634: pallet_working_group::errors::Error **/ PalletWorkingGroupErrorsError: { _enum: ['ArithmeticError', 'StakeBalanceCannotBeZero', 'OpeningDoesNotExist', 'CannotHireMultipleLeaders', 'WorkerApplicationDoesNotExist', 'MaxActiveWorkerNumberExceeded', 'SuccessfulWorkerApplicationDoesNotExist', 'CannotHireLeaderWhenLeaderExists', 'IsNotLeadAccount', 'CurrentLeadNotSet', 'WorkerDoesNotExist', 'InvalidMemberOrigin', 'SignerIsNotWorkerRoleAccount', 'BelowMinimumStakes', 'InsufficientBalanceToCoverStake', 'ApplicationStakeDoesntMatchOpening', 'OriginIsNotApplicant', 'WorkerIsLeaving', 'CannotRewardWithZero', 'InvalidStakingAccountForMember', 'ConflictStakesOnAccount', 'WorkerHasNoReward', 'UnstakingPeriodLessThanMinimum', 'CannotSpendZero', 'InsufficientBudgetForSpending', 'NoApplicationsProvided', 'CannotDecreaseStakeDeltaGreaterThanStake', 'ApplicationsNotForOpening', 'WorkerStorageValueTooLong', 'InsufficientTokensForFunding', 'ZeroTokensFunding', 'InsufficientBalanceForTransfer'] }, /** * Lookup645: pallet_proxy::ProxyDefinition **/ PalletProxyProxyDefinition: { delegate: 'AccountId32', proxyType: 'JoystreamNodeRuntimeProxyType', delay: 'u32' }, /** * Lookup649: pallet_proxy::Announcement **/ PalletProxyAnnouncement: { real: 'AccountId32', callHash: 'H256', height: 'u32' }, /** * Lookup651: pallet_proxy::pallet::Error **/ PalletProxyError: { _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy'] }, /** * Lookup652: pallet_argo_bridge::types::BridgeStatus **/ PalletArgoBridgeBridgeStatus: { _enum: { Active: 'Null', Paused: 'Null', Thawn: { thawnEndsAt: 'u32' } } }, /** * Lookup655: sp_runtime::MultiSignature **/ SpRuntimeMultiSignature: { _enum: { Ed25519: 'SpCoreEd25519Signature', Sr25519: 'SpCoreSr25519Signature', Ecdsa: 'SpCoreEcdsaSignature' } }, /** * Lookup656: sp_core::ecdsa::Signature **/ SpCoreEcdsaSignature: '[u8;65]', /** * Lookup659: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender **/ FrameSystemExtensionsCheckNonZeroSender: 'Null', /** * Lookup660: frame_system::extensions::check_spec_version::CheckSpecVersion **/ FrameSystemExtensionsCheckSpecVersion: 'Null', /** * Lookup661: frame_system::extensions::check_tx_version::CheckTxVersion **/ FrameSystemExtensionsCheckTxVersion: 'Null', /** * Lookup662: frame_system::extensions::check_genesis::CheckGenesis **/ FrameSystemExtensionsCheckGenesis: 'Null', /** * Lookup665: frame_system::extensions::check_nonce::CheckNonce **/ FrameSystemExtensionsCheckNonce: 'Compact', /** * Lookup666: frame_system::extensions::check_weight::CheckWeight **/ FrameSystemExtensionsCheckWeight: 'Null', /** * Lookup667: pallet_transaction_payment::ChargeTransactionPayment **/ PalletTransactionPaymentChargeTransactionPayment: 'Compact', /** * Lookup668: joystream_node_runtime::Runtime **/ JoystreamNodeRuntimeRuntime: 'Null' };