@polymeshassociation/polymesh-types
Version:
Substrate types used in Polymesh chain
1,427 lines (1,426 loc) • 189 kB
JavaScript
"use strict";
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
/* eslint-disable sort-keys */
exports.default = {
/**
* Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData>
**/
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<sp_weights::weight_v2::Weight>
**/
FrameSupportDispatchPerDispatchClassWeight: {
normal: 'SpWeightsWeightV2Weight',
operational: 'SpWeightsWeightV2Weight',
mandatory: 'SpWeightsWeightV2Weight',
},
/**
* Lookup8: sp_weights::weight_v2::Weight
**/
SpWeightsWeightV2Weight: {
refTime: 'Compact<u64>',
proofSize: 'Compact<u64>',
},
/**
* Lookup13: sp_runtime::generic::digest::Digest
**/
SpRuntimeDigest: {
logs: 'Vec<SpRuntimeDigestDigestItem>',
},
/**
* 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<polymesh_runtime_develop::runtime::RuntimeEvent, primitive_types::H256>
**/
FrameSystemEventRecord: {
phase: 'FrameSystemPhase',
event: 'Event',
topics: 'Vec<H256>',
},
/**
* Lookup20: frame_system::pallet::Event<T>
**/
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_indices::pallet::Event<T>
**/
PalletIndicesEvent: {
_enum: {
IndexAssigned: {
who: 'AccountId32',
index: 'u32',
},
IndexFreed: {
index: 'u32',
},
IndexFrozen: {
index: 'u32',
who: 'AccountId32',
},
},
},
/**
* Lookup30: pallet_balances::pallet::Event<T>
**/
PalletBalancesEvent: {
_enum: {
Endowed: '(Option<PolymeshPrimitivesIdentityId>,AccountId32,u128)',
Transfer: '(Option<PolymeshPrimitivesIdentityId>,AccountId32,Option<PolymeshPrimitivesIdentityId>,AccountId32,u128,Option<PolymeshPrimitivesMemo>)',
BalanceSet: '(PolymeshPrimitivesIdentityId,AccountId32,u128,u128)',
AccountBalanceBurned: '(PolymeshPrimitivesIdentityId,AccountId32,u128)',
Reserved: '(AccountId32,u128)',
Unreserved: '(AccountId32,u128)',
ReserveRepatriated: '(AccountId32,AccountId32,u128,FrameSupportTokensMiscBalanceStatus)',
},
},
/**
* Lookup32: polymesh_primitives::identity_id::IdentityId
**/
PolymeshPrimitivesIdentityId: '[u8;32]',
/**
* Lookup34: polymesh_primitives::Memo
**/
PolymeshPrimitivesMemo: '[u8;32]',
/**
* Lookup35: frame_support::traits::tokens::misc::BalanceStatus
**/
FrameSupportTokensMiscBalanceStatus: {
_enum: ['Free', 'Reserved'],
},
/**
* Lookup36: pallet_transaction_payment::pallet::Event<T>
**/
PalletTransactionPaymentEvent: {
_enum: {
TransactionFeePaid: {
who: 'AccountId32',
actualFee: 'u128',
tip: 'u128',
},
},
},
/**
* Lookup37: pallet_identity::pallet::Event<T>
**/
PalletIdentityEvent: {
_enum: {
DidCreated: '(PolymeshPrimitivesIdentityId,AccountId32,Vec<PolymeshPrimitivesSecondaryKey>)',
SecondaryKeysAdded: '(PolymeshPrimitivesIdentityId,Vec<PolymeshPrimitivesSecondaryKey>)',
SecondaryKeysRemoved: '(PolymeshPrimitivesIdentityId,Vec<AccountId32>)',
SecondaryKeyLeftIdentity: '(PolymeshPrimitivesIdentityId,AccountId32)',
SecondaryKeyPermissionsUpdated: '(PolymeshPrimitivesIdentityId,AccountId32,PolymeshPrimitivesSecondaryKeyPermissions,PolymeshPrimitivesSecondaryKeyPermissions)',
PrimaryKeyUpdated: '(PolymeshPrimitivesIdentityId,AccountId32,AccountId32)',
ClaimAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityClaim)',
ClaimRevoked: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityClaim)',
AssetDidRegistered: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker)',
AuthorizationAdded: '(PolymeshPrimitivesIdentityId,Option<PolymeshPrimitivesIdentityId>,Option<AccountId32>,u64,PolymeshPrimitivesAuthorizationAuthorizationData,Option<u64>)',
AuthorizationRevoked: '(Option<PolymeshPrimitivesIdentityId>,Option<AccountId32>,u64)',
AuthorizationRejected: '(Option<PolymeshPrimitivesIdentityId>,Option<AccountId32>,u64)',
AuthorizationConsumed: '(Option<PolymeshPrimitivesIdentityId>,Option<AccountId32>,u64)',
AuthorizationRetryLimitReached: '(Option<PolymeshPrimitivesIdentityId>,Option<AccountId32>,u64)',
CddRequirementForPrimaryKeyUpdated: 'bool',
CddClaimsInvalidated: '(PolymeshPrimitivesIdentityId,u64)',
SecondaryKeysFrozen: 'PolymeshPrimitivesIdentityId',
SecondaryKeysUnfrozen: 'PolymeshPrimitivesIdentityId',
CustomClaimTypeAdded: '(PolymeshPrimitivesIdentityId,u32,Bytes)',
ChildDidCreated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,AccountId32)',
ChildDidUnlinked: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
},
},
/**
* Lookup39: polymesh_primitives::secondary_key::SecondaryKey<sp_core::crypto::AccountId32>
**/
PolymeshPrimitivesSecondaryKey: {
key: 'AccountId32',
permissions: 'PolymeshPrimitivesSecondaryKeyPermissions',
},
/**
* Lookup40: polymesh_primitives::secondary_key::Permissions
**/
PolymeshPrimitivesSecondaryKeyPermissions: {
asset: 'PolymeshPrimitivesSubsetSubsetRestrictionAssetId',
extrinsic: 'PolymeshPrimitivesSecondaryKeyExtrinsicPermissions',
portfolio: 'PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId',
},
/**
* Lookup41: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::asset::AssetId>
**/
PolymeshPrimitivesSubsetSubsetRestrictionAssetId: {
_enum: {
Whole: 'Null',
These: 'BTreeSet<PolymeshPrimitivesAssetAssetId>',
Except: 'BTreeSet<PolymeshPrimitivesAssetAssetId>',
},
},
/**
* Lookup42: polymesh_primitives::asset::AssetId
**/
PolymeshPrimitivesAssetAssetId: '[u8;16]',
/**
* Lookup46: polymesh_primitives::secondary_key::ExtrinsicPermissions
**/
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions: {
_enum: {
Whole: 'Null',
These: 'BTreeMap<Text, PolymeshPrimitivesSecondaryKeyPalletPermissions>',
Except: 'BTreeMap<Text, PolymeshPrimitivesSecondaryKeyPalletPermissions>',
},
},
/**
* Lookup50: polymesh_primitives::secondary_key::PalletPermissions
**/
PolymeshPrimitivesSecondaryKeyPalletPermissions: {
extrinsics: 'PolymeshPrimitivesSubsetSubsetRestrictionExtrinsicName',
},
/**
* Lookup51: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::ExtrinsicName>
**/
PolymeshPrimitivesSubsetSubsetRestrictionExtrinsicName: {
_enum: {
Whole: 'Null',
These: 'BTreeSet<Text>',
Except: 'BTreeSet<Text>',
},
},
/**
* Lookup57: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::identity_id::PortfolioId>
**/
PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId: {
_enum: {
Whole: 'Null',
These: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
Except: 'BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>',
},
},
/**
* Lookup58: polymesh_primitives::identity_id::PortfolioId
**/
PolymeshPrimitivesIdentityIdPortfolioId: {
did: 'PolymeshPrimitivesIdentityId',
kind: 'PolymeshPrimitivesIdentityIdPortfolioKind',
},
/**
* Lookup59: polymesh_primitives::identity_id::PortfolioKind
**/
PolymeshPrimitivesIdentityIdPortfolioKind: {
_enum: {
Default: 'Null',
User: 'u64',
},
},
/**
* Lookup64: polymesh_primitives::identity_claim::IdentityClaim
**/
PolymeshPrimitivesIdentityClaim: {
claimIssuer: 'PolymeshPrimitivesIdentityId',
issuanceDate: 'u64',
lastUpdateDate: 'u64',
expiry: 'Option<u64>',
claim: 'PolymeshPrimitivesIdentityClaimClaim',
},
/**
* Lookup66: polymesh_primitives::identity_claim::Claim
**/
PolymeshPrimitivesIdentityClaimClaim: {
_enum: {
Accredited: 'PolymeshPrimitivesIdentityClaimScope',
Affiliate: 'PolymeshPrimitivesIdentityClaimScope',
BuyLockup: 'PolymeshPrimitivesIdentityClaimScope',
SellLockup: 'PolymeshPrimitivesIdentityClaimScope',
CustomerDueDiligence: 'PolymeshPrimitivesCddId',
KnowYourCustomer: 'PolymeshPrimitivesIdentityClaimScope',
Jurisdiction: '(PolymeshPrimitivesJurisdictionCountryCode,PolymeshPrimitivesIdentityClaimScope)',
Exempted: 'PolymeshPrimitivesIdentityClaimScope',
Blocked: 'PolymeshPrimitivesIdentityClaimScope',
Custom: '(u32,Option<PolymeshPrimitivesIdentityClaimScope>)',
},
},
/**
* Lookup67: polymesh_primitives::identity_claim::Scope
**/
PolymeshPrimitivesIdentityClaimScope: {
_enum: {
Identity: 'PolymeshPrimitivesIdentityId',
Asset: 'PolymeshPrimitivesAssetAssetId',
Custom: 'Bytes',
},
},
/**
* Lookup68: polymesh_primitives::cdd_id::CddId
**/
PolymeshPrimitivesCddId: '[u8;32]',
/**
* Lookup69: polymesh_primitives::jurisdiction::CountryCode
**/
PolymeshPrimitivesJurisdictionCountryCode: {
_enum: [
'AF',
'AX',
'AL',
'DZ',
'AS',
'AD',
'AO',
'AI',
'AQ',
'AG',
'AR',
'AM',
'AW',
'AU',
'AT',
'AZ',
'BS',
'BH',
'BD',
'BB',
'BY',
'BE',
'BZ',
'BJ',
'BM',
'BT',
'BO',
'BA',
'BW',
'BV',
'BR',
'VG',
'IO',
'BN',
'BG',
'BF',
'BI',
'KH',
'CM',
'CA',
'CV',
'KY',
'CF',
'TD',
'CL',
'CN',
'HK',
'MO',
'CX',
'CC',
'CO',
'KM',
'CG',
'CD',
'CK',
'CR',
'CI',
'HR',
'CU',
'CY',
'CZ',
'DK',
'DJ',
'DM',
'DO',
'EC',
'EG',
'SV',
'GQ',
'ER',
'EE',
'ET',
'FK',
'FO',
'FJ',
'FI',
'FR',
'GF',
'PF',
'TF',
'GA',
'GM',
'GE',
'DE',
'GH',
'GI',
'GR',
'GL',
'GD',
'GP',
'GU',
'GT',
'GG',
'GN',
'GW',
'GY',
'HT',
'HM',
'VA',
'HN',
'HU',
'IS',
'IN',
'ID',
'IR',
'IQ',
'IE',
'IM',
'IL',
'IT',
'JM',
'JP',
'JE',
'JO',
'KZ',
'KE',
'KI',
'KP',
'KR',
'KW',
'KG',
'LA',
'LV',
'LB',
'LS',
'LR',
'LY',
'LI',
'LT',
'LU',
'MK',
'MG',
'MW',
'MY',
'MV',
'ML',
'MT',
'MH',
'MQ',
'MR',
'MU',
'YT',
'MX',
'FM',
'MD',
'MC',
'MN',
'ME',
'MS',
'MA',
'MZ',
'MM',
'NA',
'NR',
'NP',
'NL',
'AN',
'NC',
'NZ',
'NI',
'NE',
'NG',
'NU',
'NF',
'MP',
'NO',
'OM',
'PK',
'PW',
'PS',
'PA',
'PG',
'PY',
'PE',
'PH',
'PN',
'PL',
'PT',
'PR',
'QA',
'RE',
'RO',
'RU',
'RW',
'BL',
'SH',
'KN',
'LC',
'MF',
'PM',
'VC',
'WS',
'SM',
'ST',
'SA',
'SN',
'RS',
'SC',
'SL',
'SG',
'SK',
'SI',
'SB',
'SO',
'ZA',
'GS',
'SS',
'ES',
'LK',
'SD',
'SR',
'SJ',
'SZ',
'SE',
'CH',
'SY',
'TW',
'TJ',
'TZ',
'TH',
'TL',
'TG',
'TK',
'TO',
'TT',
'TN',
'TR',
'TM',
'TC',
'TV',
'UG',
'UA',
'AE',
'GB',
'US',
'UM',
'UY',
'UZ',
'VU',
'VE',
'VN',
'VI',
'WF',
'EH',
'YE',
'ZM',
'ZW',
'BQ',
'CW',
'SX',
],
},
/**
* Lookup72: polymesh_primitives::ticker::Ticker
**/
PolymeshPrimitivesTicker: '[u8;12]',
/**
* Lookup75: polymesh_primitives::authorization::AuthorizationData<sp_core::crypto::AccountId32>
**/
PolymeshPrimitivesAuthorizationAuthorizationData: {
_enum: {
AttestPrimaryKeyRotation: 'PolymeshPrimitivesIdentityId',
RotatePrimaryKey: 'Null',
TransferTicker: 'PolymeshPrimitivesTicker',
AddMultiSigSigner: 'AccountId32',
TransferAssetOwnership: 'PolymeshPrimitivesAssetAssetId',
JoinIdentity: 'PolymeshPrimitivesSecondaryKeyPermissions',
PortfolioCustody: 'PolymeshPrimitivesIdentityIdPortfolioId',
BecomeAgent: '(PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesAgentAgentGroup)',
AddRelayerPayingKey: '(AccountId32,AccountId32,u128)',
RotatePrimaryKeyToSecondary: 'PolymeshPrimitivesSecondaryKeyPermissions',
},
},
/**
* Lookup76: polymesh_primitives::agent::AgentGroup
**/
PolymeshPrimitivesAgentAgentGroup: {
_enum: {
Full: 'Null',
Custom: 'u32',
ExceptMeta: 'Null',
PolymeshV1CAA: 'Null',
PolymeshV1PIA: 'Null',
},
},
/**
* Lookup79: pallet_group::pallet::Event<T, I>
**/
PalletGroupEvent: {
_enum: {
MemberAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
MemberRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
MemberRevoked: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
MembersSwapped: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
MembersReset: '(PolymeshPrimitivesIdentityId,Vec<PolymeshPrimitivesIdentityId>)',
ActiveLimitChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
Dummy: 'Null',
},
},
/**
* Lookup81: pallet_committee::pallet::Event<T, I>
**/
PalletCommitteeEvent: {
_enum: {
Proposed: '(PolymeshPrimitivesIdentityId,u32,H256)',
Voted: '(PolymeshPrimitivesIdentityId,u32,H256,bool,u32,u32,u32)',
VoteRetracted: '(PolymeshPrimitivesIdentityId,u32,H256,bool)',
FinalVotes: '(Option<PolymeshPrimitivesIdentityId>,u32,H256,Vec<PolymeshPrimitivesIdentityId>,Vec<PolymeshPrimitivesIdentityId>)',
Approved: '(Option<PolymeshPrimitivesIdentityId>,H256,u32,u32,u32)',
Rejected: '(Option<PolymeshPrimitivesIdentityId>,H256,u32,u32,u32)',
Executed: '(Option<PolymeshPrimitivesIdentityId>,H256,Result<Null, SpRuntimeDispatchError>)',
ReleaseCoordinatorUpdated: 'Option<PolymeshPrimitivesIdentityId>',
ExpiresAfterUpdated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesMaybeBlock)',
VoteThresholdUpdated: '(PolymeshPrimitivesIdentityId,u32,u32)',
},
},
/**
* Lookup84: polymesh_primitives::MaybeBlock<BlockNumber>
**/
PolymeshPrimitivesMaybeBlock: {
_enum: {
Some: 'u32',
None: 'Null',
},
},
/**
* Lookup90: pallet_multisig::pallet::Event<T>
**/
PalletMultisigEvent: {
_enum: {
MultiSigCreated: {
callerDid: 'PolymeshPrimitivesIdentityId',
multisig: 'AccountId32',
caller: 'AccountId32',
signers: 'Vec<AccountId32>',
sigsRequired: 'u64',
},
ProposalAdded: {
callerDid: 'Option<PolymeshPrimitivesIdentityId>',
multisig: 'AccountId32',
proposalId: 'u64',
},
ProposalExecuted: {
callerDid: 'Option<PolymeshPrimitivesIdentityId>',
multisig: 'AccountId32',
proposalId: 'u64',
result: 'Result<Null, SpRuntimeDispatchError>',
},
MultiSigSignerAdded: {
callerDid: 'PolymeshPrimitivesIdentityId',
multisig: 'AccountId32',
signer: 'AccountId32',
},
MultiSigSignersAuthorized: {
callerDid: 'PolymeshPrimitivesIdentityId',
multisig: 'AccountId32',
signers: 'Vec<AccountId32>',
},
MultiSigSignersRemoved: {
callerDid: 'PolymeshPrimitivesIdentityId',
multisig: 'AccountId32',
signers: 'Vec<AccountId32>',
},
MultiSigSignersRequiredChanged: {
callerDid: 'Option<PolymeshPrimitivesIdentityId>',
multisig: 'AccountId32',
sigsRequired: 'u64',
},
ProposalApprovalVote: {
callerDid: 'Option<PolymeshPrimitivesIdentityId>',
multisig: 'AccountId32',
signer: 'AccountId32',
proposalId: 'u64',
},
ProposalRejectionVote: {
callerDid: 'Option<PolymeshPrimitivesIdentityId>',
multisig: 'AccountId32',
signer: 'AccountId32',
proposalId: 'u64',
},
ProposalApproved: {
callerDid: 'Option<PolymeshPrimitivesIdentityId>',
multisig: 'AccountId32',
proposalId: 'u64',
},
ProposalRejected: {
callerDid: 'Option<PolymeshPrimitivesIdentityId>',
multisig: 'AccountId32',
proposalId: 'u64',
},
MultiSigAddedAdmin: {
callerDid: 'PolymeshPrimitivesIdentityId',
multisig: 'AccountId32',
adminDid: 'PolymeshPrimitivesIdentityId',
},
MultiSigRemovedAdmin: {
callerDid: 'PolymeshPrimitivesIdentityId',
multisig: 'AccountId32',
adminDid: 'PolymeshPrimitivesIdentityId',
},
MultiSigRemovedPayingDid: {
callerDid: 'PolymeshPrimitivesIdentityId',
multisig: 'AccountId32',
payingDid: 'PolymeshPrimitivesIdentityId',
},
},
},
/**
* Lookup92: pallet_staking::pallet::pallet::Event<T>
**/
PalletStakingPalletEvent: {
_enum: {
EraPaid: {
eraIndex: 'u32',
validatorPayout: 'u128',
remainder: 'u128',
},
Rewarded: {
identity: 'PolymeshPrimitivesIdentityId',
stash: 'AccountId32',
amount: 'u128',
},
Slashed: {
staker: 'AccountId32',
amount: 'u128',
},
SlashReported: {
validator: 'AccountId32',
fraction: 'Perbill',
slashEra: 'u32',
},
OldSlashingReportDiscarded: {
sessionIndex: 'u32',
},
StakersElected: 'Null',
Bonded: {
identity: 'PolymeshPrimitivesIdentityId',
stash: 'AccountId32',
amount: 'u128',
},
Unbonded: {
identity: 'PolymeshPrimitivesIdentityId',
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',
},
Nominated: {
nominatorIdentity: 'PolymeshPrimitivesIdentityId',
stash: 'AccountId32',
targets: 'Vec<AccountId32>',
},
PermissionedIdentityAdded: {
governanceCouncillDid: 'PolymeshPrimitivesIdentityId',
validatorsIdentity: 'PolymeshPrimitivesIdentityId',
},
PermissionedIdentityRemoved: {
governanceCouncillDid: 'PolymeshPrimitivesIdentityId',
validatorsIdentity: 'PolymeshPrimitivesIdentityId',
},
InvalidatedNominators: {
governanceCouncillDid: 'PolymeshPrimitivesIdentityId',
governanceCouncillAccount: 'PolymeshPrimitivesIdentityId',
expiredNominators: 'Vec<AccountId32>',
},
SlashingAllowedForChanged: {
slashingSwitch: 'PalletStakingSlashingSwitch',
},
RewardPaymentSchedulingInterrupted: {
accountId: 'AccountId32',
era: 'u32',
error: 'SpRuntimeDispatchError',
},
CommissionCapUpdated: {
governanceCouncillDid: 'PolymeshPrimitivesIdentityId',
oldCommissionCap: 'Perbill',
newCommissionCap: 'Perbill',
},
},
},
/**
* Lookup94: pallet_staking::ValidatorPrefs
**/
PalletStakingValidatorPrefs: {
commission: 'Compact<Perbill>',
blocked: 'bool',
},
/**
* Lookup96: pallet_staking::Forcing
**/
PalletStakingForcing: {
_enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways'],
},
/**
* Lookup97: pallet_staking::types::SlashingSwitch
**/
PalletStakingSlashingSwitch: {
_enum: ['Validator', 'ValidatorAndNominator', 'None'],
},
/**
* Lookup98: pallet_offences::pallet::Event
**/
PalletOffencesEvent: {
_enum: {
Offence: {
kind: '[u8;16]',
timeslot: 'Bytes',
},
},
},
/**
* Lookup99: pallet_session::pallet::Event
**/
PalletSessionEvent: {
_enum: {
NewSession: {
sessionIndex: 'u32',
},
},
},
/**
* Lookup100: pallet_grandpa::pallet::Event
**/
PalletGrandpaEvent: {
_enum: {
NewAuthorities: {
authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
},
Paused: 'Null',
Resumed: 'Null',
},
},
/**
* Lookup103: sp_consensus_grandpa::app::Public
**/
SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
/**
* Lookup104: sp_core::ed25519::Public
**/
SpCoreEd25519Public: '[u8;32]',
/**
* Lookup105: pallet_im_online::pallet::Event<T>
**/
PalletImOnlineEvent: {
_enum: {
HeartbeatReceived: {
authorityId: 'PalletImOnlineSr25519AppSr25519Public',
},
AllGood: 'Null',
SomeOffline: {
offline: 'Vec<(AccountId32,PalletStakingExposure)>',
},
},
},
/**
* Lookup106: pallet_im_online::sr25519::app_sr25519::Public
**/
PalletImOnlineSr25519AppSr25519Public: 'SpCoreSr25519Public',
/**
* Lookup107: sp_core::sr25519::Public
**/
SpCoreSr25519Public: '[u8;32]',
/**
* Lookup110: pallet_staking::Exposure<sp_core::crypto::AccountId32, Balance>
**/
PalletStakingExposure: {
total: 'Compact<u128>',
own: 'Compact<u128>',
others: 'Vec<PalletStakingIndividualExposure>',
},
/**
* Lookup113: pallet_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
**/
PalletStakingIndividualExposure: {
who: 'AccountId32',
value: 'Compact<u128>',
},
/**
* Lookup114: pallet_sudo::pallet::Event<T>
**/
PalletSudoEvent: {
_enum: {
Sudid: {
sudoResult: 'Result<Null, SpRuntimeDispatchError>',
},
KeyChanged: {
oldSudoer: 'Option<AccountId32>',
},
SudoAsDone: {
sudoResult: 'Result<Null, SpRuntimeDispatchError>',
},
},
},
/**
* Lookup115: pallet_asset::pallet::Event<T>
**/
PalletAssetEvent: {
_enum: {
AssetCreated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,bool,PolymeshPrimitivesAssetAssetType,PolymeshPrimitivesIdentityId,Bytes,Vec<PolymeshPrimitivesAssetIdentifier>,Option<Bytes>)',
IdentifiersUpdated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Vec<PolymeshPrimitivesAssetIdentifier>)',
DivisibilityChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,bool)',
TickerRegistered: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,Option<u64>)',
TickerTransferred: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,PolymeshPrimitivesIdentityId)',
AssetOwnershipTransferred: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesIdentityId)',
AssetFrozen: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId)',
AssetUnfrozen: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId)',
AssetRenamed: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Bytes)',
FundingRoundSet: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Bytes)',
DocumentAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u32,PolymeshPrimitivesDocument)',
DocumentRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u32)',
ControllerTransfer: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesIdentityIdPortfolioId,u128)',
CustomAssetTypeExists: '(PolymeshPrimitivesIdentityId,u32,Bytes)',
CustomAssetTypeRegistered: '(PolymeshPrimitivesIdentityId,u32,Bytes)',
SetAssetMetadataValue: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Bytes,Option<PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail>)',
SetAssetMetadataValueDetails: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail)',
RegisterAssetMetadataLocalType: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Bytes,u64,PolymeshPrimitivesAssetMetadataAssetMetadataSpec)',
RegisterAssetMetadataGlobalType: '(Bytes,u64,PolymeshPrimitivesAssetMetadataAssetMetadataSpec)',
AssetTypeChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesAssetAssetType)',
LocalMetadataKeyDeleted: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u64)',
MetadataValueDeleted: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesAssetMetadataAssetMetadataKey)',
AssetBalanceUpdated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u128,Option<PolymeshPrimitivesIdentityIdPortfolioId>,Option<PolymeshPrimitivesIdentityIdPortfolioId>,PolymeshPrimitivesPortfolioPortfolioUpdateReason)',
AssetAffirmationExemption: 'PolymeshPrimitivesAssetAssetId',
RemoveAssetAffirmationExemption: 'PolymeshPrimitivesAssetAssetId',
PreApprovedAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId)',
RemovePreApprovedAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId)',
AssetMediatorsAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,BTreeSet<PolymeshPrimitivesIdentityId>)',
AssetMediatorsRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,BTreeSet<PolymeshPrimitivesIdentityId>)',
TickerLinkedToAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,PolymeshPrimitivesAssetAssetId)',
TickerUnlinkedFromAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,PolymeshPrimitivesAssetAssetId)',
GlobalMetadataSpecUpdated: '(Bytes,PolymeshPrimitivesAssetMetadataAssetMetadataSpec)',
},
},
/**
* Lookup116: polymesh_primitives::asset::AssetType
**/
PolymeshPrimitivesAssetAssetType: {
_enum: {
EquityCommon: 'Null',
EquityPreferred: 'Null',
Commodity: 'Null',
FixedIncome: 'Null',
REIT: 'Null',
Fund: 'Null',
RevenueShareAgreement: 'Null',
StructuredProduct: 'Null',
Derivative: 'Null',
Custom: 'u32',
StableCoin: 'Null',
NonFungible: 'PolymeshPrimitivesAssetNonFungibleType',
},
},
/**
* Lookup118: polymesh_primitives::asset::NonFungibleType
**/
PolymeshPrimitivesAssetNonFungibleType: {
_enum: {
Derivative: 'Null',
FixedIncome: 'Null',
Invoice: 'Null',
Custom: 'u32',
},
},
/**
* Lookup121: polymesh_primitives::asset_identifier::AssetIdentifier
**/
PolymeshPrimitivesAssetIdentifier: {
_enum: {
CUSIP: '[u8;9]',
CINS: '[u8;9]',
ISIN: '[u8;12]',
LEI: '[u8;20]',
FIGI: '[u8;12]',
},
},
/**
* Lookup127: polymesh_primitives::document::Document
**/
PolymeshPrimitivesDocument: {
uri: 'Bytes',
contentHash: 'PolymeshPrimitivesDocumentHash',
name: 'Bytes',
docType: 'Option<Bytes>',
filingDate: 'Option<u64>',
},
/**
* Lookup129: polymesh_primitives::document_hash::DocumentHash
**/
PolymeshPrimitivesDocumentHash: {
_enum: {
None: 'Null',
H512: '[u8;64]',
H384: '[u8;48]',
H320: '[u8;40]',
H256: '[u8;32]',
H224: '[u8;28]',
H192: '[u8;24]',
H160: '[u8;20]',
H128: '[u8;16]',
},
},
/**
* Lookup140: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
**/
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail: {
expire: 'Option<u64>',
lockStatus: 'PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus',
},
/**
* Lookup141: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
**/
PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus: {
_enum: {
Unlocked: 'Null',
Locked: 'Null',
LockedUntil: 'u64',
},
},
/**
* Lookup144: polymesh_primitives::asset_metadata::AssetMetadataSpec
**/
PolymeshPrimitivesAssetMetadataAssetMetadataSpec: {
url: 'Option<Bytes>',
description: 'Option<Bytes>',
typeDef: 'Option<Bytes>',
},
/**
* Lookup151: polymesh_primitives::asset_metadata::AssetMetadataKey
**/
PolymeshPrimitivesAssetMetadataAssetMetadataKey: {
_enum: {
Global: 'u64',
Local: 'u64',
},
},
/**
* Lookup153: polymesh_primitives::portfolio::PortfolioUpdateReason
**/
PolymeshPrimitivesPortfolioPortfolioUpdateReason: {
_enum: {
Issued: {
fundingRoundName: 'Option<Bytes>',
},
Redeemed: 'Null',
Transferred: {
instructionId: 'Option<u64>',
instructionMemo: 'Option<PolymeshPrimitivesMemo>',
},
ControllerTransfer: 'Null',
},
},
/**
* Lookup157: pallet_corporate_actions::distribution::pallet::Event<T>
**/
PalletCorporateActionsDistributionPalletEvent: {
_enum: {
Created: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId,PalletCorporateActionsDistribution)',
BenefitClaimed: '(PolymeshPrimitivesEventOnly,PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId,PalletCorporateActionsDistribution,u128,Permill)',
Reclaimed: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId,u128)',
Removed: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId)',
},
},
/**
* Lookup158: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
**/
PolymeshPrimitivesEventOnly: 'PolymeshPrimitivesIdentityId',
/**
* Lookup159: pallet_corporate_actions::CAId
**/
PalletCorporateActionsCaId: {
assetId: 'PolymeshPrimitivesAssetAssetId',
localId: 'u32',
},
/**
* Lookup161: pallet_corporate_actions::distribution::Distribution
**/
PalletCorporateActionsDistribution: {
from: 'PolymeshPrimitivesIdentityIdPortfolioId',
currency: 'PolymeshPrimitivesAssetAssetId',
perShare: 'u128',
amount: 'u128',
remaining: 'u128',
reclaimed: 'bool',
paymentAt: 'u64',
expiresAt: 'Option<u64>',
},
/**
* Lookup163: pallet_asset::checkpoint::pallet::Event<T>
**/
PalletAssetCheckpointPalletEvent: {
_enum: {
CheckpointCreated: '(Option<PolymeshPrimitivesIdentityId>,PolymeshPrimitivesAssetAssetId,u64,u128,u64)',
MaximumSchedulesComplexityChanged: '(PolymeshPrimitivesIdentityId,u64)',
ScheduleCreated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u64,PolymeshCommonUtilitiesCheckpointScheduleCheckpoints)',
ScheduleRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u64,PolymeshCommonUtilitiesCheckpointScheduleCheckpoints)',
},
},
/**
* Lookup166: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
**/
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
pending: 'BTreeSet<u64>',
},
/**
* Lookup169: pallet_compliance_manager::pallet::Event<T>
**/
PalletComplianceManagerEvent: {
_enum: {
ComplianceRequirementCreated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesComplianceManagerComplianceRequirement)',
ComplianceRequirementRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u32)',
AssetComplianceReplaced: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>)',
AssetComplianceReset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId)',
AssetComplianceResumed: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId)',
AssetCompliancePaused: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId)',
ComplianceRequirementChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesComplianceManagerComplianceRequirement)',
TrustedDefaultClaimIssuerAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesConditionTrustedIssuer)',
TrustedDefaultClaimIssuerRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesIdentityId)',
},
},
/**
* Lookup170: polymesh_primitives::compliance_manager::ComplianceRequirement
**/
PolymeshPrimitivesComplianceManagerComplianceRequirement: {
senderConditions: 'Vec<PolymeshPrimitivesCondition>',
receiverConditions: 'Vec<PolymeshPrimitivesCondition>',
id: 'u32',
},
/**
* Lookup172: polymesh_primitives::condition::Condition
**/
PolymeshPrimitivesCondition: {
conditionType: 'PolymeshPrimitivesConditionConditionType',
issuers: 'Vec<PolymeshPrimitivesConditionTrustedIssuer>',
},
/**
* Lookup173: polymesh_primitives::condition::ConditionType
**/
PolymeshPrimitivesConditionConditionType: {
_enum: {
IsPresent: 'PolymeshPrimitivesIdentityClaimClaim',
IsAbsent: 'PolymeshPrimitivesIdentityClaimClaim',
IsAnyOf: 'Vec<PolymeshPrimitivesIdentityClaimClaim>',
IsNoneOf: 'Vec<PolymeshPrimitivesIdentityClaimClaim>',
IsIdentity: 'PolymeshPrimitivesConditionTargetIdentity',
},
},
/**
* Lookup175: polymesh_primitives::condition::TargetIdentity
**/
PolymeshPrimitivesConditionTargetIdentity: {
_enum: {
ExternalAgent: 'Null',
Specific: 'PolymeshPrimitivesIdentityId',
},
},
/**
* Lookup177: polymesh_primitives::condition::TrustedIssuer
**/
PolymeshPrimitivesConditionTrustedIssuer: {
issuer: 'PolymeshPrimitivesIdentityId',
trustedFor: 'PolymeshPrimitivesConditionTrustedFor',
},
/**
* Lookup178: polymesh_primitives::condition::TrustedFor
**/
PolymeshPrimitivesConditionTrustedFor: {
_enum: {
Any: 'Null',
Specific: 'Vec<PolymeshPrimitivesIdentityClaimClaimType>',
},
},
/**
* Lookup180: polymesh_primitives::identity_claim::ClaimType
**/
PolymeshPrimitivesIdentityClaimClaimType: {
_enum: {
Accredited: 'Null',
Affiliate: 'Null',
BuyLockup: 'Null',
SellLockup: 'Null',
CustomerDueDiligence: 'Null',
KnowYourCustomer: 'Null',
Jurisdiction: 'Null',
Exempted: 'Null',
Blocked: 'Null',
Custom: 'u32',
},
},
/**
* Lookup182: pallet_corporate_actions::pallet::Event<T>
**/
PalletCorporateActionsEvent: {
_enum: {
MaxDetailsLengthChanged: '(PolymeshPrimitivesIdentityId,u32)',
DefaultTargetIdentitiesChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PalletCorporateActionsTargetIdentities)',
DefaultWithholdingTaxChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Permill)',
DidWithholdingTaxChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesIdentityId,Option<Permill>)',
CAInitiated: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId,PalletCorporateActionsCorporateAction,Bytes)',
CALinkedToDoc: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,Vec<u32>)',
CARemoved: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId)',
RecordDateChanged: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId,PalletCorporateActionsCorporateAction)',
},
},
/**
* Lookup183: pallet_corporate_actions::TargetIdentities
**/
PalletCorporateActionsTargetIdentities: {
identities: 'Vec<PolymeshPrimitivesIdentityId>',
treatment: 'PalletCorporateActionsTargetTreatment',
},
/**
* Lookup184: pallet_corporate_actions::TargetTreatment
**/
PalletCorporateActionsTargetTreatment: {
_enum: ['Include', 'Exclude'],
},
/**
* Lookup186: pallet_corporate_actions::CorporateAction
**/
PalletCorporateActionsCorporateAction: {
kind: 'PalletCorporateActionsCaKind',
declDate: 'u64',
recordDate: 'Option<PalletCorporateActionsRecordDate>',
targets: 'PalletCorporateActionsTargetIdentities',
defaultWithholdingTax: 'Permill',
withholdingTax: 'Vec<(PolymeshPrimitivesIdentityId,Permill)>',
},
/**
* Lookup187: pallet_corporate_actions::CAKind
**/
PalletCorporateActionsCaKind: {
_enum: [
'PredictableBenefit',
'UnpredictableBenefit',
'IssuerNotice',
'Reorganization',
'Other',
],
},
/**
* Lookup189: pallet_corporate_actions::RecordDate
**/
PalletCorporateActionsRecordDate: {
date: 'u64',
checkpoint: 'PalletCorporateActionsCaCheckpoint',
},
/**
* Lookup190: pallet_corporate_actions::CACheckpoint
**/
PalletCorporateActionsCaCheckpoint: {
_enum: {
Scheduled: '(u64,u64)',
Existing: 'u64',
},
},
/**
* Lookup195: pallet_corporate_actions::ballot::pallet::Event<T>
**/
PalletCorporateActionsBallotPalletEvent: {
_enum: {
Created: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,PalletCorporateActionsBallotBallotTimeRange,PalletCorporateActionsBallotBallotMeta,bool)',
VoteCast: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,Vec<PalletCorporateActionsBallotBallotVote>)',
RangeChanged: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,PalletCorporateActionsBallotBallotTimeRange)',
MetaChanged: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,PalletCorporateActionsBallotBallotMeta)',
RCVChanged: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,bool)',
Removed: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId)',
},
},
/**
* Lookup196: pallet_corporate_actions::ballot::BallotTimeRange
**/
PalletCorporateActionsBallotBallotTimeRange: {
start: 'u64',
end: 'u64',
},
/**
* Lookup197: pallet_corporate_actions::ballot::BallotMeta
**/
PalletCorporateActionsBallotBallotMeta: {
title: 'Bytes',
motions: 'Vec<PalletCorporateActionsBallotMotion>',
},
/**
* Lookup200: pallet_corporate_actions::ballot::Motion
**/
PalletCorporateActionsBallotMotion: {
title: 'Bytes',
infoLink: 'Bytes',
choices: 'Vec<Bytes>',
},
/**
* Lookup206: pallet_corporate_actions::ballot::BallotVote
**/
PalletCorporateActionsBallotBallotVote: {
power: 'u128',
fallback: 'Option<u16>',
},
/**
* Lookup209: pallet_pips::pallet::Event<T>
**/
PalletPipsEvent: {
_enum: {
HistoricalPipsPruned: '(PolymeshPrimitivesIdentityId,bool,bool)',
ProposalCreated: '(PolymeshPrimitivesIdentityId,PalletPipsProposer,u32,u128,Option<Bytes>,Option<Bytes>,PolymeshPrimitivesMaybeBlock,PalletPipsProposalData)',
ProposalStateUpdated: '(PolymeshPrimitivesIdentityId,u32,PalletPipsProposalState)',
Voted: '(PolymeshPrimitivesIdentityId,AccountId32,u32,bool,u128)',
PipClosed: '(PolymeshPrimitivesIdentityId,u32,bool)',
ExecutionScheduled: '(PolymeshPrimitivesIdentityId,u32,u32)',
DefaultEnactmentPeriodChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
MinimumProposalDepositChanged: '(PolymeshPrimitivesIdentityId,u128,u128)',
PendingPipExpiryChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesMaybeBlock,PolymeshPrimitivesMaybeBlock)',
MaxPipSkipCountChanged: '(PolymeshPrimitivesIdentityId,u8,u8)',
ActivePipLimitChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
ProposalRefund: '(PolymeshPrimitivesIdentityId,u32,u128)',
SnapshotCleared: '(PolymeshPrimitivesIdentityId,u32)',
SnapshotTaken: '(PolymeshPrimitivesIdentityId,u32,Vec<PalletPipsSnapshottedPip>)',
PipSkipped: '(PolymeshPrimitivesIdentityId,u32,u8)',
SnapshotResultsEnacted: '(PolymeshPrimitivesIdentityId,Option<u32>,Vec<(u32,u8)>,Vec<u32>,Vec<u32>)',
ExecutionSchedulingFailed: '(PolymeshPrimitivesIdentityId,u32,u32)',
ExpiryScheduled: '(PolymeshPrimitivesIdentityId,u32,u32)',
ExpirySchedulingFailed: '(PolymeshPrimitivesIdentityId,u32,u32)',
ExecutionCancellingFailed: 'u32',