@functionland/react-native-fula 1.54.33 → 1.54.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/Fula.swift +24 -5
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/interfaces/augment-api-consts.js +4 -0
- package/lib/commonjs/interfaces/augment-api-consts.js.map +1 -0
- package/lib/commonjs/interfaces/augment-api-events.js +4 -0
- package/lib/commonjs/interfaces/augment-api-events.js.map +1 -0
- package/lib/commonjs/interfaces/augment-api-query.js +4 -0
- package/lib/commonjs/interfaces/augment-api-query.js.map +1 -0
- package/lib/commonjs/interfaces/augment-api-tx.js +4 -0
- package/lib/commonjs/interfaces/augment-api-tx.js.map +1 -0
- package/lib/commonjs/interfaces/definitions.js +3 -0
- package/lib/commonjs/interfaces/definitions.js.map +1 -0
- package/lib/commonjs/interfaces/defintions.js +6 -0
- package/lib/commonjs/interfaces/defintions.js.map +1 -0
- package/lib/commonjs/interfaces/index.js +0 -2
- package/lib/commonjs/interfaces/index.js.map +1 -1
- package/lib/commonjs/interfaces/lookup.js +396 -273
- package/lib/commonjs/interfaces/lookup.js.map +1 -1
- package/lib/commonjs/protocols/blockchain.js +1 -1
- package/lib/commonjs/protocols/blockchain.js.map +1 -1
- package/lib/commonjs/protocols/chain-api.js +1 -1
- package/lib/commonjs/protocols/chain-api.js.map +1 -1
- package/lib/commonjs/protocols/fula.js +1 -1
- package/lib/commonjs/protocols/fula.js.map +1 -1
- package/lib/commonjs/protocols/fxblox.js +1 -1
- package/lib/commonjs/protocols/fxblox.js.map +1 -1
- package/lib/module/interfaces/augment-api-consts.js +9 -0
- package/lib/module/interfaces/augment-api-consts.js.map +1 -0
- package/lib/module/interfaces/augment-api-errors.js.map +1 -1
- package/lib/module/interfaces/augment-api-events.js +9 -0
- package/lib/module/interfaces/augment-api-events.js.map +1 -0
- package/lib/module/interfaces/augment-api-query.js +9 -0
- package/lib/module/interfaces/augment-api-query.js.map +1 -0
- package/lib/module/interfaces/augment-api-tx.js +9 -0
- package/lib/module/interfaces/augment-api-tx.js.map +1 -0
- package/lib/module/interfaces/augment-types.js.map +1 -1
- package/lib/module/interfaces/definitions.js +2 -0
- package/lib/module/interfaces/definitions.js.map +1 -0
- package/lib/module/interfaces/defintions.js +2 -0
- package/lib/module/interfaces/defintions.js.map +1 -0
- package/lib/module/interfaces/index.js +0 -2
- package/lib/module/interfaces/index.js.map +1 -1
- package/lib/module/interfaces/lookup.js +397 -273
- package/lib/module/interfaces/lookup.js.map +1 -1
- package/lib/module/interfaces/registry.js.map +1 -1
- package/lib/module/interfaces/types-lookup.js.map +1 -1
- package/package.json +17 -21
- package/src/interfaces/augment-api-consts.ts +273 -0
- package/src/interfaces/augment-api-errors.ts +25 -0
- package/src/interfaces/augment-api-events.ts +448 -0
- package/src/interfaces/augment-api-query.ts +466 -0
- package/src/interfaces/augment-api-rpc.ts +3 -3
- package/src/interfaces/augment-api-tx.ts +709 -0
- package/src/interfaces/augment-types.ts +101 -9
- package/src/interfaces/definitions.ts +1 -0
- package/src/interfaces/defintions.ts +1 -0
- package/src/interfaces/index.ts +0 -1
- package/src/interfaces/lookup.ts +394 -272
- package/src/interfaces/registry.ts +12 -1
- package/src/interfaces/types-lookup.ts +405 -283
- package/lib/typescript/index.d.ts +0 -5
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api-errors.d.ts +0 -442
- package/lib/typescript/interfaces/augment-api-errors.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api-rpc.d.ts +0 -680
- package/lib/typescript/interfaces/augment-api-rpc.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api-runtime.d.ts +0 -248
- package/lib/typescript/interfaces/augment-api-runtime.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-api.d.ts +0 -8
- package/lib/typescript/interfaces/augment-api.d.ts.map +0 -1
- package/lib/typescript/interfaces/augment-types.d.ts +0 -1224
- package/lib/typescript/interfaces/augment-types.d.ts.map +0 -1
- package/lib/typescript/interfaces/fulaNativeModule.d.ts +0 -86
- package/lib/typescript/interfaces/fulaNativeModule.d.ts.map +0 -1
- package/lib/typescript/interfaces/index.d.ts +0 -1
- package/lib/typescript/interfaces/index.d.ts.map +0 -1
- package/lib/typescript/interfaces/lookup.d.ts +0 -1886
- package/lib/typescript/interfaces/lookup.d.ts.map +0 -1
- package/lib/typescript/interfaces/registry.d.ts +0 -146
- package/lib/typescript/interfaces/registry.d.ts.map +0 -1
- package/lib/typescript/interfaces/types-lookup.d.ts +0 -1910
- package/lib/typescript/interfaces/types-lookup.d.ts.map +0 -1
- package/lib/typescript/interfaces/types.d.ts +0 -1
- package/lib/typescript/interfaces/types.d.ts.map +0 -1
- package/lib/typescript/protocols/blockchain.d.ts +0 -24
- package/lib/typescript/protocols/blockchain.d.ts.map +0 -1
- package/lib/typescript/protocols/chain-api.d.ts +0 -18
- package/lib/typescript/protocols/chain-api.d.ts.map +0 -1
- package/lib/typescript/protocols/fula.d.ts +0 -163
- package/lib/typescript/protocols/fula.d.ts.map +0 -1
- package/lib/typescript/protocols/fxblox.d.ts +0 -22
- package/lib/typescript/protocols/fxblox.d.ts.map +0 -1
- package/lib/typescript/types/blockchain.d.ts +0 -106
- package/lib/typescript/types/blockchain.d.ts.map +0 -1
- package/lib/typescript/types/fxblox.d.ts +0 -105
- package/lib/typescript/types/fxblox.d.ts.map +0 -1
|
@@ -7,6 +7,7 @@ import '@polkadot/types/types/registry';
|
|
|
7
7
|
|
|
8
8
|
import type { Data, StorageKey } from '@polkadot/types';
|
|
9
9
|
import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, ISize, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, isize, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
|
|
10
|
+
import type { TAssetConversion } from '@polkadot/types/interfaces/assetConversion';
|
|
10
11
|
import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
|
|
11
12
|
import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';
|
|
12
13
|
import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';
|
|
@@ -14,7 +15,7 @@ import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interface
|
|
|
14
15
|
import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';
|
|
15
16
|
import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeGenesisConfiguration, BabeGenesisConfigurationV1, BabeWeight, Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';
|
|
16
17
|
import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';
|
|
17
|
-
import type { BeefyAuthoritySet, BeefyCommitment, BeefyEquivocationProof, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, BeefyVoteMessage, MmrRootHash, ValidatorSet, ValidatorSetId } from '@polkadot/types/interfaces/beefy';
|
|
18
|
+
import type { BeefyAuthoritySet, BeefyCommitment, BeefyCompactSignedCommitment, BeefyEquivocationProof, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, BeefyVersionedFinalityProof, BeefyVoteMessage, MmrRootHash, ValidatorSet, ValidatorSetId } from '@polkadot/types/interfaces/beefy';
|
|
18
19
|
import type { BenchmarkBatch, BenchmarkConfig, BenchmarkList, BenchmarkMetadata, BenchmarkParameter, BenchmarkResult } from '@polkadot/types/interfaces/benchmark';
|
|
19
20
|
import type { CheckInherentsResult, InherentData, InherentIdentifier } from '@polkadot/types/interfaces/blockbuilder';
|
|
20
21
|
import type { BridgeMessageId, BridgedBlockHash, BridgedBlockNumber, BridgedHeader, CallOrigin, ChainId, DeliveredMessages, DispatchFeePayment, InboundLaneData, InboundRelayer, InitializationData, LaneId, MessageData, MessageKey, MessageNonce, MessagesDeliveryProofOf, MessagesProofOf, OperatingMode, OutboundLaneData, OutboundMessageFee, OutboundPayload, Parameter, RelayerId, UnrewardedRelayer, UnrewardedRelayersState } from '@polkadot/types/interfaces/bridges';
|
|
@@ -24,43 +25,47 @@ import type { StatementKind } from '@polkadot/types/interfaces/claims';
|
|
|
24
25
|
import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';
|
|
25
26
|
import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';
|
|
26
27
|
import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
|
|
27
|
-
import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractConstructorSpecV4, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEnvironmentV4, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMessageSpecV3, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
|
|
28
|
+
import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractConstructorSpecV4, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractContractSpecV5, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEnvironmentV4, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractEventSpecV3, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMessageSpecV3, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractMetadataV5, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
|
|
28
29
|
import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';
|
|
29
30
|
import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
|
|
30
31
|
import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';
|
|
31
32
|
import type { BlockStats } from '@polkadot/types/interfaces/dev';
|
|
33
|
+
import type { CallDryRunEffects, DispatchResultWithPostInfo, PostDispatchInfo, XcmDryRunApiError, XcmDryRunEffects } from '@polkadot/types/interfaces/dryRunApi';
|
|
32
34
|
import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';
|
|
33
35
|
import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';
|
|
34
36
|
import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';
|
|
35
37
|
import type { EvmAccount, EvmCallInfo, EvmCallInfoV2, EvmCreateInfo, EvmCreateInfoV2, EvmLog, EvmVicinity, EvmWeightInfo, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';
|
|
36
|
-
import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';
|
|
38
|
+
import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicPayloadV5, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicSignatureV5, ExtrinsicUnknown, ExtrinsicV4, ExtrinsicV5, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';
|
|
37
39
|
import type { FungiblesAccessError } from '@polkadot/types/interfaces/fungibles';
|
|
38
40
|
import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';
|
|
41
|
+
import type { GenesisBuildErr } from '@polkadot/types/interfaces/genesisBuilder';
|
|
39
42
|
import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';
|
|
40
43
|
import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';
|
|
41
44
|
import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';
|
|
42
45
|
import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';
|
|
43
46
|
import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';
|
|
44
47
|
import type { CustomMetadata15, CustomValueMetadata15, ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, ExtrinsicMetadataV15, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV15, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, OuterEnums15, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletMetadataV15, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, RuntimeApiMetadataLatest, RuntimeApiMetadataV15, RuntimeApiMethodMetadataV15, RuntimeApiMethodParamMetadataV15, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';
|
|
48
|
+
import type { Mixnode, MixnodesErr, SessionPhase, SessionStatus } from '@polkadot/types/interfaces/mixnet';
|
|
45
49
|
import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrHash, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr';
|
|
46
50
|
import type { NftCollectionId, NftItemId } from '@polkadot/types/interfaces/nfts';
|
|
47
51
|
import type { NpApiError, NpPoolId } from '@polkadot/types/interfaces/nompools';
|
|
48
52
|
import type { StorageKind } from '@polkadot/types/interfaces/offchain';
|
|
49
53
|
import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';
|
|
50
|
-
import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeProof, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DisputesTimeSlot, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PendingSlashes, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlashingOffenceKind, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
|
|
54
|
+
import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, ApprovalVotingParams, AssignmentId, AssignmentKind, AsyncBackingParams, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, BackingState, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, Constraints, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeProof, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DisputesTimeSlot, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpLimitations, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, NodeFeatures, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpChannelLimitations, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PendingSlashes, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlashingOffenceKind, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
|
|
51
55
|
import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@polkadot/types/interfaces/payment';
|
|
52
56
|
import type { Approvals } from '@polkadot/types/interfaces/poll';
|
|
53
57
|
import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';
|
|
54
58
|
import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
|
|
55
59
|
import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';
|
|
56
60
|
import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
|
|
57
|
-
import type { AccountId, AccountId20, AccountId32, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
|
61
|
+
import type { AccountId, AccountId20, AccountId32, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicInclusionMode, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@polkadot/types/interfaces/runtime';
|
|
58
62
|
import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@polkadot/types/interfaces/scaleInfo';
|
|
59
63
|
import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';
|
|
60
64
|
import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';
|
|
61
65
|
import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';
|
|
62
66
|
import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';
|
|
63
67
|
import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';
|
|
68
|
+
import type { StatementStoreInvalidStatement, StatementStoreStatementSource, StatementStoreValidStatement } from '@polkadot/types/interfaces/statement';
|
|
64
69
|
import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';
|
|
65
70
|
import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';
|
|
66
71
|
import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';
|
|
@@ -69,7 +74,9 @@ import type { TransactionSource, TransactionValidity, ValidTransaction } from '@
|
|
|
69
74
|
import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';
|
|
70
75
|
import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';
|
|
71
76
|
import type { VestingInfo } from '@polkadot/types/interfaces/vesting';
|
|
72
|
-
import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, BodyId, BodyPart, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error,
|
|
77
|
+
import type { AssetIdV2, AssetIdV3, AssetIdV4, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, AssetInstanceV3, AssetInstanceV4, BodyId, BodyIdV2, BodyIdV3, BodyPart, BodyPartV2, BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, FungibilityV3, FungibilityV4, InboundStatus, InstructionV2, InstructionV3, InstructionV4, InteriorMultiLocation, InteriorMultiLocationV2, InteriorMultiLocationV3, Junction, JunctionV0, JunctionV1, JunctionV2, JunctionV3, JunctionV4, Junctions, JunctionsV1, JunctionsV2, JunctionsV3, JunctionsV4, MaxPalletNameLen, MaxPalletsInfo, MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetFilterV3, MultiAssetFilterV4, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssetV3, MultiAssetV4, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiAssetsV3, MultiAssetsV4, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, MultiLocationV3, MultiLocationV4, NetworkId, NetworkIdV2, NetworkIdV3, NetworkIdV4, OriginKindV0, OriginKindV1, OriginKindV2, OriginKindV3, OriginKindV4, OutboundStatus, Outcome, OutcomeV4, PalletInfoV3, PalletInfoV4, QueryId, QueryResponseInfoV3, QueryResponseInfoV4, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV3, ResponseV3Error, ResponseV3Result, ResponseV4, UncheckedFungibilityV4, VersionMigrationStage, VersionV3, VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildFungibilityV3, WildFungibilityV4, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, WildMultiAssetV3, WildMultiAssetV4, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmErrorV3, XcmErrorV4, XcmOrderV0, XcmOrderV1, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmV3, XcmV4, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';
|
|
78
|
+
import type { XcmPaymentApiError } from '@polkadot/types/interfaces/xcmPaymentApi';
|
|
79
|
+
import type { Error } from '@polkadot/types/interfaces/xcmRuntimeApi';
|
|
73
80
|
|
|
74
81
|
declare module '@polkadot/types/types/registry' {
|
|
75
82
|
interface InterfaceTypes {
|
|
@@ -108,6 +115,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
108
115
|
ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;
|
|
109
116
|
ApprovalFlag: ApprovalFlag;
|
|
110
117
|
Approvals: Approvals;
|
|
118
|
+
ApprovalVotingParams: ApprovalVotingParams;
|
|
111
119
|
ArithmeticError: ArithmeticError;
|
|
112
120
|
AssetApproval: AssetApproval;
|
|
113
121
|
AssetApprovalKey: AssetApprovalKey;
|
|
@@ -115,14 +123,20 @@ declare module '@polkadot/types/types/registry' {
|
|
|
115
123
|
AssetDestroyWitness: AssetDestroyWitness;
|
|
116
124
|
AssetDetails: AssetDetails;
|
|
117
125
|
AssetId: AssetId;
|
|
126
|
+
AssetIdV2: AssetIdV2;
|
|
127
|
+
AssetIdV3: AssetIdV3;
|
|
128
|
+
AssetIdV4: AssetIdV4;
|
|
118
129
|
AssetInstance: AssetInstance;
|
|
119
130
|
AssetInstanceV0: AssetInstanceV0;
|
|
120
131
|
AssetInstanceV1: AssetInstanceV1;
|
|
121
132
|
AssetInstanceV2: AssetInstanceV2;
|
|
133
|
+
AssetInstanceV3: AssetInstanceV3;
|
|
134
|
+
AssetInstanceV4: AssetInstanceV4;
|
|
122
135
|
AssetMetadata: AssetMetadata;
|
|
123
136
|
AssetOptions: AssetOptions;
|
|
124
137
|
AssignmentId: AssignmentId;
|
|
125
138
|
AssignmentKind: AssignmentKind;
|
|
139
|
+
AsyncBackingParams: AsyncBackingParams;
|
|
126
140
|
AttestedCandidate: AttestedCandidate;
|
|
127
141
|
AuctionIndex: AuctionIndex;
|
|
128
142
|
AuthIndex: AuthIndex;
|
|
@@ -145,6 +159,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
145
159
|
BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;
|
|
146
160
|
BabeWeight: BabeWeight;
|
|
147
161
|
BackedCandidate: BackedCandidate;
|
|
162
|
+
BackingState: BackingState;
|
|
148
163
|
Balance: Balance;
|
|
149
164
|
BalanceLock: BalanceLock;
|
|
150
165
|
BalanceLockTo212: BalanceLockTo212;
|
|
@@ -152,6 +167,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
152
167
|
BalanceStatus: BalanceStatus;
|
|
153
168
|
BeefyAuthoritySet: BeefyAuthoritySet;
|
|
154
169
|
BeefyCommitment: BeefyCommitment;
|
|
170
|
+
BeefyCompactSignedCommitment: BeefyCompactSignedCommitment;
|
|
155
171
|
BeefyEquivocationProof: BeefyEquivocationProof;
|
|
156
172
|
BeefyId: BeefyId;
|
|
157
173
|
BeefyKey: BeefyKey;
|
|
@@ -159,6 +175,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
159
175
|
BeefyPayload: BeefyPayload;
|
|
160
176
|
BeefyPayloadId: BeefyPayloadId;
|
|
161
177
|
BeefySignedCommitment: BeefySignedCommitment;
|
|
178
|
+
BeefyVersionedFinalityProof: BeefyVersionedFinalityProof;
|
|
162
179
|
BeefyVoteMessage: BeefyVoteMessage;
|
|
163
180
|
BenchmarkBatch: BenchmarkBatch;
|
|
164
181
|
BenchmarkConfig: BenchmarkConfig;
|
|
@@ -187,7 +204,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
187
204
|
BlockV2: BlockV2;
|
|
188
205
|
BlockWeights: BlockWeights;
|
|
189
206
|
BodyId: BodyId;
|
|
207
|
+
BodyIdV2: BodyIdV2;
|
|
208
|
+
BodyIdV3: BodyIdV3;
|
|
190
209
|
BodyPart: BodyPart;
|
|
210
|
+
BodyPartV2: BodyPartV2;
|
|
211
|
+
BodyPartV3: BodyPartV3;
|
|
191
212
|
bool: bool;
|
|
192
213
|
Bool: Bool;
|
|
193
214
|
Bounty: Bounty;
|
|
@@ -203,6 +224,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
203
224
|
BufferedSessionChange: BufferedSessionChange;
|
|
204
225
|
Bytes: Bytes;
|
|
205
226
|
Call: Call;
|
|
227
|
+
CallDryRunEffects: CallDryRunEffects;
|
|
206
228
|
CallHash: CallHash;
|
|
207
229
|
CallHashOf: CallHashOf;
|
|
208
230
|
CallIndex: CallIndex;
|
|
@@ -245,6 +267,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
245
267
|
ConfigData: ConfigData;
|
|
246
268
|
Consensus: Consensus;
|
|
247
269
|
ConsensusEngineId: ConsensusEngineId;
|
|
270
|
+
Constraints: Constraints;
|
|
248
271
|
ConsumedWeight: ConsumedWeight;
|
|
249
272
|
ContractCallFlags: ContractCallFlags;
|
|
250
273
|
ContractCallRequest: ContractCallRequest;
|
|
@@ -259,6 +282,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
259
282
|
ContractContractSpecV2: ContractContractSpecV2;
|
|
260
283
|
ContractContractSpecV3: ContractContractSpecV3;
|
|
261
284
|
ContractContractSpecV4: ContractContractSpecV4;
|
|
285
|
+
ContractContractSpecV5: ContractContractSpecV5;
|
|
262
286
|
ContractCryptoHasher: ContractCryptoHasher;
|
|
263
287
|
ContractDiscriminant: ContractDiscriminant;
|
|
264
288
|
ContractDisplayName: ContractDisplayName;
|
|
@@ -270,6 +294,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
270
294
|
ContractEventSpecV0: ContractEventSpecV0;
|
|
271
295
|
ContractEventSpecV1: ContractEventSpecV1;
|
|
272
296
|
ContractEventSpecV2: ContractEventSpecV2;
|
|
297
|
+
ContractEventSpecV3: ContractEventSpecV3;
|
|
273
298
|
ContractExecResult: ContractExecResult;
|
|
274
299
|
ContractExecResultOk: ContractExecResultOk;
|
|
275
300
|
ContractExecResultResult: ContractExecResultResult;
|
|
@@ -307,6 +332,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
307
332
|
ContractMetadataV2: ContractMetadataV2;
|
|
308
333
|
ContractMetadataV3: ContractMetadataV3;
|
|
309
334
|
ContractMetadataV4: ContractMetadataV4;
|
|
335
|
+
ContractMetadataV5: ContractMetadataV5;
|
|
310
336
|
ContractProject: ContractProject;
|
|
311
337
|
ContractProjectContract: ContractProjectContract;
|
|
312
338
|
ContractProjectInfo: ContractProjectInfo;
|
|
@@ -358,6 +384,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
358
384
|
DispatchResult: DispatchResult;
|
|
359
385
|
DispatchResultOf: DispatchResultOf;
|
|
360
386
|
DispatchResultTo198: DispatchResultTo198;
|
|
387
|
+
DispatchResultWithPostInfo: DispatchResultWithPostInfo;
|
|
361
388
|
DisputeLocation: DisputeLocation;
|
|
362
389
|
DisputeProof: DisputeProof;
|
|
363
390
|
DisputeResult: DisputeResult;
|
|
@@ -387,6 +414,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
387
414
|
EraPoints: EraPoints;
|
|
388
415
|
EraRewardPoints: EraRewardPoints;
|
|
389
416
|
EraRewards: EraRewards;
|
|
417
|
+
Error: Error;
|
|
390
418
|
ErrorMetadataLatest: ErrorMetadataLatest;
|
|
391
419
|
ErrorMetadataV10: ErrorMetadataV10;
|
|
392
420
|
ErrorMetadataV11: ErrorMetadataV11;
|
|
@@ -465,6 +493,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
465
493
|
ExtendedBalance: ExtendedBalance;
|
|
466
494
|
Extrinsic: Extrinsic;
|
|
467
495
|
ExtrinsicEra: ExtrinsicEra;
|
|
496
|
+
ExtrinsicInclusionMode: ExtrinsicInclusionMode;
|
|
468
497
|
ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;
|
|
469
498
|
ExtrinsicMetadataV11: ExtrinsicMetadataV11;
|
|
470
499
|
ExtrinsicMetadataV12: ExtrinsicMetadataV12;
|
|
@@ -475,12 +504,15 @@ declare module '@polkadot/types/types/registry' {
|
|
|
475
504
|
ExtrinsicPayload: ExtrinsicPayload;
|
|
476
505
|
ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;
|
|
477
506
|
ExtrinsicPayloadV4: ExtrinsicPayloadV4;
|
|
507
|
+
ExtrinsicPayloadV5: ExtrinsicPayloadV5;
|
|
478
508
|
ExtrinsicSignature: ExtrinsicSignature;
|
|
479
509
|
ExtrinsicSignatureV4: ExtrinsicSignatureV4;
|
|
510
|
+
ExtrinsicSignatureV5: ExtrinsicSignatureV5;
|
|
480
511
|
ExtrinsicStatus: ExtrinsicStatus;
|
|
481
512
|
ExtrinsicsWeight: ExtrinsicsWeight;
|
|
482
513
|
ExtrinsicUnknown: ExtrinsicUnknown;
|
|
483
514
|
ExtrinsicV4: ExtrinsicV4;
|
|
515
|
+
ExtrinsicV5: ExtrinsicV5;
|
|
484
516
|
f32: f32;
|
|
485
517
|
F32: F32;
|
|
486
518
|
f64: f64;
|
|
@@ -516,8 +548,11 @@ declare module '@polkadot/types/types/registry' {
|
|
|
516
548
|
FungibilityV0: FungibilityV0;
|
|
517
549
|
FungibilityV1: FungibilityV1;
|
|
518
550
|
FungibilityV2: FungibilityV2;
|
|
551
|
+
FungibilityV3: FungibilityV3;
|
|
552
|
+
FungibilityV4: FungibilityV4;
|
|
519
553
|
FungiblesAccessError: FungiblesAccessError;
|
|
520
554
|
Gas: Gas;
|
|
555
|
+
GenesisBuildErr: GenesisBuildErr;
|
|
521
556
|
GiltBid: GiltBid;
|
|
522
557
|
GlobalValidationData: GlobalValidationData;
|
|
523
558
|
GlobalValidationSchedule: GlobalValidationSchedule;
|
|
@@ -574,6 +609,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
574
609
|
ImmortalEra: ImmortalEra;
|
|
575
610
|
ImportedAux: ImportedAux;
|
|
576
611
|
InboundDownwardMessage: InboundDownwardMessage;
|
|
612
|
+
InboundHrmpLimitations: InboundHrmpLimitations;
|
|
577
613
|
InboundHrmpMessage: InboundHrmpMessage;
|
|
578
614
|
InboundHrmpMessages: InboundHrmpMessages;
|
|
579
615
|
InboundLaneData: InboundLaneData;
|
|
@@ -600,8 +636,12 @@ declare module '@polkadot/types/types/registry' {
|
|
|
600
636
|
InstantiateReturnValueOk: InstantiateReturnValueOk;
|
|
601
637
|
InstantiateReturnValueTo267: InstantiateReturnValueTo267;
|
|
602
638
|
InstructionV2: InstructionV2;
|
|
639
|
+
InstructionV3: InstructionV3;
|
|
640
|
+
InstructionV4: InstructionV4;
|
|
603
641
|
InstructionWeights: InstructionWeights;
|
|
604
642
|
InteriorMultiLocation: InteriorMultiLocation;
|
|
643
|
+
InteriorMultiLocationV2: InteriorMultiLocationV2;
|
|
644
|
+
InteriorMultiLocationV3: InteriorMultiLocationV3;
|
|
605
645
|
InvalidDisputeStatementKind: InvalidDisputeStatementKind;
|
|
606
646
|
InvalidTransaction: InvalidTransaction;
|
|
607
647
|
isize: isize;
|
|
@@ -611,9 +651,13 @@ declare module '@polkadot/types/types/registry' {
|
|
|
611
651
|
Junctions: Junctions;
|
|
612
652
|
JunctionsV1: JunctionsV1;
|
|
613
653
|
JunctionsV2: JunctionsV2;
|
|
654
|
+
JunctionsV3: JunctionsV3;
|
|
655
|
+
JunctionsV4: JunctionsV4;
|
|
614
656
|
JunctionV0: JunctionV0;
|
|
615
657
|
JunctionV1: JunctionV1;
|
|
616
658
|
JunctionV2: JunctionV2;
|
|
659
|
+
JunctionV3: JunctionV3;
|
|
660
|
+
JunctionV4: JunctionV4;
|
|
617
661
|
Justification: Justification;
|
|
618
662
|
JustificationNotification: JustificationNotification;
|
|
619
663
|
Justifications: Justifications;
|
|
@@ -638,6 +682,9 @@ declare module '@polkadot/types/types/registry' {
|
|
|
638
682
|
LookupSource: LookupSource;
|
|
639
683
|
LookupTarget: LookupTarget;
|
|
640
684
|
LotteryConfig: LotteryConfig;
|
|
685
|
+
MaxPalletNameLen: MaxPalletNameLen;
|
|
686
|
+
MaxPalletsInfo: MaxPalletsInfo;
|
|
687
|
+
MaybeErrorCodeV3: MaybeErrorCodeV3;
|
|
641
688
|
MaybeRandomness: MaybeRandomness;
|
|
642
689
|
MaybeVrf: MaybeVrf;
|
|
643
690
|
MemberCount: MemberCount;
|
|
@@ -662,6 +709,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
662
709
|
MetadataV15: MetadataV15;
|
|
663
710
|
MetadataV9: MetadataV9;
|
|
664
711
|
MigrationStatusResult: MigrationStatusResult;
|
|
712
|
+
Mixnode: Mixnode;
|
|
713
|
+
MixnodesErr: MixnodesErr;
|
|
665
714
|
MmrBatchProof: MmrBatchProof;
|
|
666
715
|
MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;
|
|
667
716
|
MmrError: MmrError;
|
|
@@ -692,22 +741,33 @@ declare module '@polkadot/types/types/registry' {
|
|
|
692
741
|
MultiAssetFilter: MultiAssetFilter;
|
|
693
742
|
MultiAssetFilterV1: MultiAssetFilterV1;
|
|
694
743
|
MultiAssetFilterV2: MultiAssetFilterV2;
|
|
744
|
+
MultiAssetFilterV3: MultiAssetFilterV3;
|
|
745
|
+
MultiAssetFilterV4: MultiAssetFilterV4;
|
|
695
746
|
MultiAssets: MultiAssets;
|
|
696
747
|
MultiAssetsV1: MultiAssetsV1;
|
|
697
748
|
MultiAssetsV2: MultiAssetsV2;
|
|
749
|
+
MultiAssetsV3: MultiAssetsV3;
|
|
750
|
+
MultiAssetsV4: MultiAssetsV4;
|
|
698
751
|
MultiAssetV0: MultiAssetV0;
|
|
699
752
|
MultiAssetV1: MultiAssetV1;
|
|
700
753
|
MultiAssetV2: MultiAssetV2;
|
|
754
|
+
MultiAssetV3: MultiAssetV3;
|
|
755
|
+
MultiAssetV4: MultiAssetV4;
|
|
701
756
|
MultiDisputeStatementSet: MultiDisputeStatementSet;
|
|
702
757
|
MultiLocation: MultiLocation;
|
|
703
758
|
MultiLocationV0: MultiLocationV0;
|
|
704
759
|
MultiLocationV1: MultiLocationV1;
|
|
705
760
|
MultiLocationV2: MultiLocationV2;
|
|
761
|
+
MultiLocationV3: MultiLocationV3;
|
|
762
|
+
MultiLocationV4: MultiLocationV4;
|
|
706
763
|
Multiplier: Multiplier;
|
|
707
764
|
Multisig: Multisig;
|
|
708
765
|
MultiSignature: MultiSignature;
|
|
709
766
|
MultiSigner: MultiSigner;
|
|
710
767
|
NetworkId: NetworkId;
|
|
768
|
+
NetworkIdV2: NetworkIdV2;
|
|
769
|
+
NetworkIdV3: NetworkIdV3;
|
|
770
|
+
NetworkIdV4: NetworkIdV4;
|
|
711
771
|
NetworkState: NetworkState;
|
|
712
772
|
NetworkStatePeerset: NetworkStatePeerset;
|
|
713
773
|
NetworkStatePeersetInfo: NetworkStatePeersetInfo;
|
|
@@ -717,6 +777,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
717
777
|
NextConfigDescriptorV1: NextConfigDescriptorV1;
|
|
718
778
|
NftCollectionId: NftCollectionId;
|
|
719
779
|
NftItemId: NftItemId;
|
|
780
|
+
NodeFeatures: NodeFeatures;
|
|
720
781
|
NodeRole: NodeRole;
|
|
721
782
|
Nominations: Nominations;
|
|
722
783
|
NominatorIndex: NominatorIndex;
|
|
@@ -750,12 +811,16 @@ declare module '@polkadot/types/types/registry' {
|
|
|
750
811
|
OriginKindV0: OriginKindV0;
|
|
751
812
|
OriginKindV1: OriginKindV1;
|
|
752
813
|
OriginKindV2: OriginKindV2;
|
|
814
|
+
OriginKindV3: OriginKindV3;
|
|
815
|
+
OriginKindV4: OriginKindV4;
|
|
816
|
+
OutboundHrmpChannelLimitations: OutboundHrmpChannelLimitations;
|
|
753
817
|
OutboundHrmpMessage: OutboundHrmpMessage;
|
|
754
818
|
OutboundLaneData: OutboundLaneData;
|
|
755
819
|
OutboundMessageFee: OutboundMessageFee;
|
|
756
820
|
OutboundPayload: OutboundPayload;
|
|
757
821
|
OutboundStatus: OutboundStatus;
|
|
758
822
|
Outcome: Outcome;
|
|
823
|
+
OutcomeV4: OutcomeV4;
|
|
759
824
|
OuterEnums15: OuterEnums15;
|
|
760
825
|
OverweightIndex: OverweightIndex;
|
|
761
826
|
Owner: Owner;
|
|
@@ -770,6 +835,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
770
835
|
PalletEventMetadataLatest: PalletEventMetadataLatest;
|
|
771
836
|
PalletEventMetadataV14: PalletEventMetadataV14;
|
|
772
837
|
PalletId: PalletId;
|
|
838
|
+
PalletInfoV3: PalletInfoV3;
|
|
839
|
+
PalletInfoV4: PalletInfoV4;
|
|
773
840
|
PalletMetadataLatest: PalletMetadataLatest;
|
|
774
841
|
PalletMetadataV14: PalletMetadataV14;
|
|
775
842
|
PalletMetadataV15: PalletMetadataV15;
|
|
@@ -822,6 +889,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
822
889
|
Points: Points;
|
|
823
890
|
PortableType: PortableType;
|
|
824
891
|
PortableTypeV14: PortableTypeV14;
|
|
892
|
+
PostDispatchInfo: PostDispatchInfo;
|
|
825
893
|
Precommits: Precommits;
|
|
826
894
|
PrefabWasmModule: PrefabWasmModule;
|
|
827
895
|
PrefixedStorageKey: PrefixedStorageKey;
|
|
@@ -842,6 +910,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
842
910
|
PvfExecTimeoutKind: PvfExecTimeoutKind;
|
|
843
911
|
PvfPrepTimeoutKind: PvfPrepTimeoutKind;
|
|
844
912
|
QueryId: QueryId;
|
|
913
|
+
QueryResponseInfoV3: QueryResponseInfoV3;
|
|
914
|
+
QueryResponseInfoV4: QueryResponseInfoV4;
|
|
845
915
|
QueryStatus: QueryStatus;
|
|
846
916
|
QueueConfigData: QueueConfigData;
|
|
847
917
|
QueuedParathread: QueuedParathread;
|
|
@@ -899,7 +969,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
899
969
|
ResponseV1: ResponseV1;
|
|
900
970
|
ResponseV2: ResponseV2;
|
|
901
971
|
ResponseV2Error: ResponseV2Error;
|
|
902
|
-
|
|
972
|
+
ResponseV3: ResponseV3;
|
|
973
|
+
ResponseV3Error: ResponseV3Error;
|
|
974
|
+
ResponseV3Result: ResponseV3Result;
|
|
975
|
+
ResponseV4: ResponseV4;
|
|
903
976
|
Retriable: Retriable;
|
|
904
977
|
RewardDestination: RewardDestination;
|
|
905
978
|
RewardPoint: RewardPoint;
|
|
@@ -955,6 +1028,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
955
1028
|
SessionKeys8B: SessionKeys8B;
|
|
956
1029
|
SessionKeys9: SessionKeys9;
|
|
957
1030
|
SessionKeys9B: SessionKeys9B;
|
|
1031
|
+
SessionPhase: SessionPhase;
|
|
1032
|
+
SessionStatus: SessionStatus;
|
|
958
1033
|
SetId: SetId;
|
|
959
1034
|
SetIndex: SetIndex;
|
|
960
1035
|
Si0Field: Si0Field;
|
|
@@ -1039,6 +1114,9 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1039
1114
|
StakingLedgerTo240: StakingLedgerTo240;
|
|
1040
1115
|
Statement: Statement;
|
|
1041
1116
|
StatementKind: StatementKind;
|
|
1117
|
+
StatementStoreInvalidStatement: StatementStoreInvalidStatement;
|
|
1118
|
+
StatementStoreStatementSource: StatementStoreStatementSource;
|
|
1119
|
+
StatementStoreValidStatement: StatementStoreValidStatement;
|
|
1042
1120
|
StorageChangeSet: StorageChangeSet;
|
|
1043
1121
|
StorageData: StorageData;
|
|
1044
1122
|
StorageDeposit: StorageDeposit;
|
|
@@ -1091,6 +1169,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1091
1169
|
Tally: Tally;
|
|
1092
1170
|
TaskAddress: TaskAddress;
|
|
1093
1171
|
TAssetBalance: TAssetBalance;
|
|
1172
|
+
TAssetConversion: TAssetConversion;
|
|
1094
1173
|
TAssetDepositBalance: TAssetDepositBalance;
|
|
1095
1174
|
Text: Text;
|
|
1096
1175
|
Timepoint: Timepoint;
|
|
@@ -1130,6 +1209,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1130
1209
|
U8: U8;
|
|
1131
1210
|
UnappliedSlash: UnappliedSlash;
|
|
1132
1211
|
UnappliedSlashOther: UnappliedSlashOther;
|
|
1212
|
+
UncheckedFungibilityV4: UncheckedFungibilityV4;
|
|
1133
1213
|
UncleEntryItem: UncleEntryItem;
|
|
1134
1214
|
UnknownTransaction: UnknownTransaction;
|
|
1135
1215
|
UnlockChunk: UnlockChunk;
|
|
@@ -1168,6 +1248,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1168
1248
|
VersionedResponse: VersionedResponse;
|
|
1169
1249
|
VersionedXcm: VersionedXcm;
|
|
1170
1250
|
VersionMigrationStage: VersionMigrationStage;
|
|
1251
|
+
VersionV3: VersionV3;
|
|
1252
|
+
VersionV4: VersionV4;
|
|
1171
1253
|
VestingInfo: VestingInfo;
|
|
1172
1254
|
VestingSchedule: VestingSchedule;
|
|
1173
1255
|
Vote: Vote;
|
|
@@ -1188,6 +1270,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1188
1270
|
VrfProof: VrfProof;
|
|
1189
1271
|
Weight: Weight;
|
|
1190
1272
|
WeightLimitV2: WeightLimitV2;
|
|
1273
|
+
WeightLimitV3: WeightLimitV3;
|
|
1191
1274
|
WeightMultiplier: WeightMultiplier;
|
|
1192
1275
|
WeightPerClass: WeightPerClass;
|
|
1193
1276
|
WeightToFeeCoefficient: WeightToFeeCoefficient;
|
|
@@ -1198,9 +1281,13 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1198
1281
|
WildFungibilityV0: WildFungibilityV0;
|
|
1199
1282
|
WildFungibilityV1: WildFungibilityV1;
|
|
1200
1283
|
WildFungibilityV2: WildFungibilityV2;
|
|
1284
|
+
WildFungibilityV3: WildFungibilityV3;
|
|
1285
|
+
WildFungibilityV4: WildFungibilityV4;
|
|
1201
1286
|
WildMultiAsset: WildMultiAsset;
|
|
1202
1287
|
WildMultiAssetV1: WildMultiAssetV1;
|
|
1203
1288
|
WildMultiAssetV2: WildMultiAssetV2;
|
|
1289
|
+
WildMultiAssetV3: WildMultiAssetV3;
|
|
1290
|
+
WildMultiAssetV4: WildMultiAssetV4;
|
|
1204
1291
|
WinnersData: WinnersData;
|
|
1205
1292
|
WinnersData10: WinnersData10;
|
|
1206
1293
|
WinnersDataTuple: WinnersDataTuple;
|
|
@@ -1211,20 +1298,25 @@ declare module '@polkadot/types/types/registry' {
|
|
|
1211
1298
|
WithdrawReasons: WithdrawReasons;
|
|
1212
1299
|
Xcm: Xcm;
|
|
1213
1300
|
XcmAssetId: XcmAssetId;
|
|
1301
|
+
XcmDryRunApiError: XcmDryRunApiError;
|
|
1302
|
+
XcmDryRunEffects: XcmDryRunEffects;
|
|
1214
1303
|
XcmError: XcmError;
|
|
1215
1304
|
XcmErrorV0: XcmErrorV0;
|
|
1216
1305
|
XcmErrorV1: XcmErrorV1;
|
|
1217
1306
|
XcmErrorV2: XcmErrorV2;
|
|
1218
|
-
|
|
1307
|
+
XcmErrorV3: XcmErrorV3;
|
|
1308
|
+
XcmErrorV4: XcmErrorV4;
|
|
1219
1309
|
XcmOrderV0: XcmOrderV0;
|
|
1220
1310
|
XcmOrderV1: XcmOrderV1;
|
|
1221
|
-
XcmOrderV2: XcmOrderV2;
|
|
1222
1311
|
XcmOrigin: XcmOrigin;
|
|
1223
1312
|
XcmOriginKind: XcmOriginKind;
|
|
1313
|
+
XcmPaymentApiError: XcmPaymentApiError;
|
|
1224
1314
|
XcmpMessageFormat: XcmpMessageFormat;
|
|
1225
1315
|
XcmV0: XcmV0;
|
|
1226
1316
|
XcmV1: XcmV1;
|
|
1227
1317
|
XcmV2: XcmV2;
|
|
1318
|
+
XcmV3: XcmV3;
|
|
1319
|
+
XcmV4: XcmV4;
|
|
1228
1320
|
XcmVersion: XcmVersion;
|
|
1229
1321
|
} // InterfaceTypes
|
|
1230
1322
|
} // declare module
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// no custom definitions
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/src/interfaces/index.ts
CHANGED