@argonprotocol/mainchain 1.4.2-dev.ec2972c4 → 1.4.3
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/browser/index.d.ts +54 -57
- package/browser/index.js +2 -2
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +2 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +54 -57
- package/lib/index.d.ts +54 -57
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
package/browser/index.d.ts
CHANGED
|
@@ -4308,9 +4308,6 @@ declare module '@polkadot/api-base/types/storage' {
|
|
|
4308
4308
|
pendingTransfersOut: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletChainTransferQueuedTransferOut>>, [
|
|
4309
4309
|
u32
|
|
4310
4310
|
]>;
|
|
4311
|
-
transfersUsedInBlockNotebooks: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<ITuple<[AccountId32, u32]>>>, [
|
|
4312
|
-
u32
|
|
4313
|
-
]>;
|
|
4314
4311
|
};
|
|
4315
4312
|
digests: {
|
|
4316
4313
|
tempDigests: AugmentedQuery<ApiType, () => Observable<Option<ArgonPrimitivesDigestsDigestset>>, [
|
|
@@ -12301,10 +12298,10 @@ declare module '@polkadot/types/lookup' {
|
|
|
12301
12298
|
readonly expirationTick: u64;
|
|
12302
12299
|
readonly notaryId: u32;
|
|
12303
12300
|
}
|
|
12304
|
-
/** @name FrameSupportPalletId (
|
|
12301
|
+
/** @name FrameSupportPalletId (457) */
|
|
12305
12302
|
interface FrameSupportPalletId extends U8aFixed {
|
|
12306
12303
|
}
|
|
12307
|
-
/** @name PalletChainTransferError (
|
|
12304
|
+
/** @name PalletChainTransferError (458) */
|
|
12308
12305
|
interface PalletChainTransferError extends Enum {
|
|
12309
12306
|
readonly isMaxBlockTransfersExceeded: boolean;
|
|
12310
12307
|
readonly isInsufficientFunds: boolean;
|
|
@@ -12316,7 +12313,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12316
12313
|
readonly isNoAvailableTransferId: boolean;
|
|
12317
12314
|
readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLockedForTransfer' | 'NoAvailableTransferId';
|
|
12318
12315
|
}
|
|
12319
|
-
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (
|
|
12316
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (462) */
|
|
12320
12317
|
interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
|
|
12321
12318
|
readonly notaryId: Compact<u32>;
|
|
12322
12319
|
readonly notebookNumber: Compact<u32>;
|
|
@@ -12324,12 +12321,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12324
12321
|
readonly blockVotesCount: Compact<u32>;
|
|
12325
12322
|
readonly blockVotingPower: Compact<u128>;
|
|
12326
12323
|
}
|
|
12327
|
-
/** @name PalletBlockSealSpecError (
|
|
12324
|
+
/** @name PalletBlockSealSpecError (467) */
|
|
12328
12325
|
interface PalletBlockSealSpecError extends Enum {
|
|
12329
12326
|
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
12330
12327
|
readonly type: 'MaxNotebooksAtTickExceeded';
|
|
12331
12328
|
}
|
|
12332
|
-
/** @name PalletDomainsError (
|
|
12329
|
+
/** @name PalletDomainsError (469) */
|
|
12333
12330
|
interface PalletDomainsError extends Enum {
|
|
12334
12331
|
readonly isDomainNotRegistered: boolean;
|
|
12335
12332
|
readonly isNotDomainOwner: boolean;
|
|
@@ -12338,13 +12335,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12338
12335
|
readonly isAccountDecodingError: boolean;
|
|
12339
12336
|
readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
|
|
12340
12337
|
}
|
|
12341
|
-
/** @name PalletPriceIndexCpiMeasurementBucket (
|
|
12338
|
+
/** @name PalletPriceIndexCpiMeasurementBucket (471) */
|
|
12342
12339
|
interface PalletPriceIndexCpiMeasurementBucket extends Struct {
|
|
12343
12340
|
readonly tickRange: ITuple<[u64, u64]>;
|
|
12344
12341
|
readonly totalCpi: i128;
|
|
12345
12342
|
readonly measurementsCount: u32;
|
|
12346
12343
|
}
|
|
12347
|
-
/** @name PalletPriceIndexError (
|
|
12344
|
+
/** @name PalletPriceIndexError (473) */
|
|
12348
12345
|
interface PalletPriceIndexError extends Enum {
|
|
12349
12346
|
readonly isNotAuthorizedOperator: boolean;
|
|
12350
12347
|
readonly isMissingValue: boolean;
|
|
@@ -12352,7 +12349,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12352
12349
|
readonly isMaxPriceChangePerTickExceeded: boolean;
|
|
12353
12350
|
readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
|
|
12354
12351
|
}
|
|
12355
|
-
/** @name PalletGrandpaStoredState (
|
|
12352
|
+
/** @name PalletGrandpaStoredState (474) */
|
|
12356
12353
|
interface PalletGrandpaStoredState extends Enum {
|
|
12357
12354
|
readonly isLive: boolean;
|
|
12358
12355
|
readonly isPendingPause: boolean;
|
|
@@ -12368,14 +12365,14 @@ declare module '@polkadot/types/lookup' {
|
|
|
12368
12365
|
} & Struct;
|
|
12369
12366
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
12370
12367
|
}
|
|
12371
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
12368
|
+
/** @name PalletGrandpaStoredPendingChange (475) */
|
|
12372
12369
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
12373
12370
|
readonly scheduledAt: u32;
|
|
12374
12371
|
readonly delay: u32;
|
|
12375
12372
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
12376
12373
|
readonly forced: Option<u32>;
|
|
12377
12374
|
}
|
|
12378
|
-
/** @name PalletGrandpaError (
|
|
12375
|
+
/** @name PalletGrandpaError (477) */
|
|
12379
12376
|
interface PalletGrandpaError extends Enum {
|
|
12380
12377
|
readonly isPauseFailed: boolean;
|
|
12381
12378
|
readonly isResumeFailed: boolean;
|
|
@@ -12386,13 +12383,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12386
12383
|
readonly isDuplicateOffenceReport: boolean;
|
|
12387
12384
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
12388
12385
|
}
|
|
12389
|
-
/** @name ArgonPrimitivesProvidersBlockSealerInfo (
|
|
12386
|
+
/** @name ArgonPrimitivesProvidersBlockSealerInfo (478) */
|
|
12390
12387
|
interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
|
|
12391
12388
|
readonly blockAuthorAccountId: AccountId32;
|
|
12392
12389
|
readonly blockVoteRewardsAccount: Option<AccountId32>;
|
|
12393
12390
|
readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
|
|
12394
12391
|
}
|
|
12395
|
-
/** @name PalletBlockSealError (
|
|
12392
|
+
/** @name PalletBlockSealError (480) */
|
|
12396
12393
|
interface PalletBlockSealError extends Enum {
|
|
12397
12394
|
readonly isInvalidVoteSealStrength: boolean;
|
|
12398
12395
|
readonly isInvalidSubmitter: boolean;
|
|
@@ -12417,59 +12414,59 @@ declare module '@polkadot/types/lookup' {
|
|
|
12417
12414
|
readonly isDuplicateVoteBlockAtTick: boolean;
|
|
12418
12415
|
readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature' | 'InvalidForkPowerParent' | 'BlockSealDecodeError' | 'InvalidComputeBlockTick' | 'InvalidMinerNonceScore' | 'DuplicateVoteBlockAtTick';
|
|
12419
12416
|
}
|
|
12420
|
-
/** @name PalletBlockRewardsError (
|
|
12417
|
+
/** @name PalletBlockRewardsError (484) */
|
|
12421
12418
|
type PalletBlockRewardsError = Null;
|
|
12422
|
-
/** @name PalletMintMintAction (
|
|
12419
|
+
/** @name PalletMintMintAction (490) */
|
|
12423
12420
|
interface PalletMintMintAction extends Struct {
|
|
12424
12421
|
readonly argonBurned: u128;
|
|
12425
12422
|
readonly argonMinted: u128;
|
|
12426
12423
|
readonly bitcoinMinted: u128;
|
|
12427
12424
|
}
|
|
12428
|
-
/** @name PalletMintError (
|
|
12425
|
+
/** @name PalletMintError (491) */
|
|
12429
12426
|
interface PalletMintError extends Enum {
|
|
12430
12427
|
readonly isTooManyPendingMints: boolean;
|
|
12431
12428
|
readonly type: 'TooManyPendingMints';
|
|
12432
12429
|
}
|
|
12433
|
-
/** @name PalletBalancesBalanceLock (
|
|
12430
|
+
/** @name PalletBalancesBalanceLock (493) */
|
|
12434
12431
|
interface PalletBalancesBalanceLock extends Struct {
|
|
12435
12432
|
readonly id: U8aFixed;
|
|
12436
12433
|
readonly amount: u128;
|
|
12437
12434
|
readonly reasons: PalletBalancesReasons;
|
|
12438
12435
|
}
|
|
12439
|
-
/** @name PalletBalancesReasons (
|
|
12436
|
+
/** @name PalletBalancesReasons (494) */
|
|
12440
12437
|
interface PalletBalancesReasons extends Enum {
|
|
12441
12438
|
readonly isFee: boolean;
|
|
12442
12439
|
readonly isMisc: boolean;
|
|
12443
12440
|
readonly isAll: boolean;
|
|
12444
12441
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
12445
12442
|
}
|
|
12446
|
-
/** @name PalletBalancesReserveData (
|
|
12443
|
+
/** @name PalletBalancesReserveData (497) */
|
|
12447
12444
|
interface PalletBalancesReserveData extends Struct {
|
|
12448
12445
|
readonly id: U8aFixed;
|
|
12449
12446
|
readonly amount: u128;
|
|
12450
12447
|
}
|
|
12451
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (
|
|
12448
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (500) */
|
|
12452
12449
|
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
12453
12450
|
readonly id: ArgonRuntimeRuntimeHoldReason;
|
|
12454
12451
|
readonly amount: u128;
|
|
12455
12452
|
}
|
|
12456
|
-
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (
|
|
12453
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (503) */
|
|
12457
12454
|
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
12458
12455
|
readonly id: ArgonRuntimeRuntimeFreezeReason;
|
|
12459
12456
|
readonly amount: u128;
|
|
12460
12457
|
}
|
|
12461
|
-
/** @name ArgonRuntimeRuntimeFreezeReason (
|
|
12458
|
+
/** @name ArgonRuntimeRuntimeFreezeReason (504) */
|
|
12462
12459
|
interface ArgonRuntimeRuntimeFreezeReason extends Enum {
|
|
12463
12460
|
readonly isBlockRewards: boolean;
|
|
12464
12461
|
readonly asBlockRewards: PalletBlockRewardsFreezeReason;
|
|
12465
12462
|
readonly type: 'BlockRewards';
|
|
12466
12463
|
}
|
|
12467
|
-
/** @name PalletBlockRewardsFreezeReason (
|
|
12464
|
+
/** @name PalletBlockRewardsFreezeReason (505) */
|
|
12468
12465
|
interface PalletBlockRewardsFreezeReason extends Enum {
|
|
12469
12466
|
readonly isMaturationPeriod: boolean;
|
|
12470
12467
|
readonly type: 'MaturationPeriod';
|
|
12471
12468
|
}
|
|
12472
|
-
/** @name PalletBalancesError (
|
|
12469
|
+
/** @name PalletBalancesError (507) */
|
|
12473
12470
|
interface PalletBalancesError extends Enum {
|
|
12474
12471
|
readonly isVestingBalance: boolean;
|
|
12475
12472
|
readonly isLiquidityRestrictions: boolean;
|
|
@@ -12485,7 +12482,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
12485
12482
|
readonly isDeltaZero: boolean;
|
|
12486
12483
|
readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
|
|
12487
12484
|
}
|
|
12488
|
-
/** @name PalletTxPauseError (
|
|
12485
|
+
/** @name PalletTxPauseError (509) */
|
|
12489
12486
|
interface PalletTxPauseError extends Enum {
|
|
12490
12487
|
readonly isIsPaused: boolean;
|
|
12491
12488
|
readonly isIsUnpaused: boolean;
|
|
@@ -12493,30 +12490,30 @@ declare module '@polkadot/types/lookup' {
|
|
|
12493
12490
|
readonly isNotFound: boolean;
|
|
12494
12491
|
readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
|
|
12495
12492
|
}
|
|
12496
|
-
/** @name PalletTransactionPaymentReleases (
|
|
12493
|
+
/** @name PalletTransactionPaymentReleases (510) */
|
|
12497
12494
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
12498
12495
|
readonly isV1Ancient: boolean;
|
|
12499
12496
|
readonly isV2: boolean;
|
|
12500
12497
|
readonly type: 'V1Ancient' | 'V2';
|
|
12501
12498
|
}
|
|
12502
|
-
/** @name FrameSupportStorageNoDrop (
|
|
12499
|
+
/** @name FrameSupportStorageNoDrop (511) */
|
|
12503
12500
|
interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {
|
|
12504
12501
|
}
|
|
12505
|
-
/** @name FrameSupportTokensFungibleImbalance (
|
|
12502
|
+
/** @name FrameSupportTokensFungibleImbalance (512) */
|
|
12506
12503
|
interface FrameSupportTokensFungibleImbalance extends Struct {
|
|
12507
12504
|
readonly amount: u128;
|
|
12508
12505
|
}
|
|
12509
|
-
/** @name PalletUtilityError (
|
|
12506
|
+
/** @name PalletUtilityError (513) */
|
|
12510
12507
|
interface PalletUtilityError extends Enum {
|
|
12511
12508
|
readonly isTooManyCalls: boolean;
|
|
12512
12509
|
readonly type: 'TooManyCalls';
|
|
12513
12510
|
}
|
|
12514
|
-
/** @name PalletSudoError (
|
|
12511
|
+
/** @name PalletSudoError (514) */
|
|
12515
12512
|
interface PalletSudoError extends Enum {
|
|
12516
12513
|
readonly isRequireSudo: boolean;
|
|
12517
12514
|
readonly type: 'RequireSudo';
|
|
12518
12515
|
}
|
|
12519
|
-
/** @name PalletIsmpError (
|
|
12516
|
+
/** @name PalletIsmpError (515) */
|
|
12520
12517
|
interface PalletIsmpError extends Enum {
|
|
12521
12518
|
readonly isInvalidMessage: boolean;
|
|
12522
12519
|
readonly isMessageNotFound: boolean;
|
|
@@ -12526,9 +12523,9 @@ declare module '@polkadot/types/lookup' {
|
|
|
12526
12523
|
readonly isErrorChargingFee: boolean;
|
|
12527
12524
|
readonly type: 'InvalidMessage' | 'MessageNotFound' | 'ConsensusClientCreationFailed' | 'UnbondingPeriodUpdateFailed' | 'ChallengePeriodUpdateFailed' | 'ErrorChargingFee';
|
|
12528
12525
|
}
|
|
12529
|
-
/** @name PalletHyperbridgeError (
|
|
12526
|
+
/** @name PalletHyperbridgeError (516) */
|
|
12530
12527
|
type PalletHyperbridgeError = Null;
|
|
12531
|
-
/** @name PalletTokenGatewayError (
|
|
12528
|
+
/** @name PalletTokenGatewayError (518) */
|
|
12532
12529
|
interface PalletTokenGatewayError extends Enum {
|
|
12533
12530
|
readonly isUnregisteredAsset: boolean;
|
|
12534
12531
|
readonly isAssetTeleportError: boolean;
|
|
@@ -12541,13 +12538,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12541
12538
|
readonly isNotAssetOwner: boolean;
|
|
12542
12539
|
readonly type: 'UnregisteredAsset' | 'AssetTeleportError' | 'CoprocessorNotConfigured' | 'DispatchError' | 'AssetCreationError' | 'AssetDecimalsNotFound' | 'NotInitialized' | 'UnknownAsset' | 'NotAssetOwner';
|
|
12543
12540
|
}
|
|
12544
|
-
/** @name PalletTreasuryTreasuryPool (
|
|
12541
|
+
/** @name PalletTreasuryTreasuryPool (520) */
|
|
12545
12542
|
interface PalletTreasuryTreasuryPool extends Struct {
|
|
12546
12543
|
readonly bondHolders: Vec<ITuple<[AccountId32, u128]>>;
|
|
12547
12544
|
readonly distributedEarnings: Option<u128>;
|
|
12548
12545
|
readonly vaultSharingPercent: Compact<Permill>;
|
|
12549
12546
|
}
|
|
12550
|
-
/** @name PalletTreasuryFunderState (
|
|
12547
|
+
/** @name PalletTreasuryFunderState (527) */
|
|
12551
12548
|
interface PalletTreasuryFunderState extends Struct {
|
|
12552
12549
|
readonly targetPrincipal: Compact<u128>;
|
|
12553
12550
|
readonly bondedPrincipal: Compact<u128>;
|
|
@@ -12556,13 +12553,13 @@ declare module '@polkadot/types/lookup' {
|
|
|
12556
12553
|
readonly lifetimePrincipalDeployed: Compact<u128>;
|
|
12557
12554
|
readonly lifetimePrincipalLastBasisFrame: Compact<u64>;
|
|
12558
12555
|
}
|
|
12559
|
-
/** @name PalletTreasuryTreasuryCapital (
|
|
12556
|
+
/** @name PalletTreasuryTreasuryCapital (529) */
|
|
12560
12557
|
interface PalletTreasuryTreasuryCapital extends Struct {
|
|
12561
12558
|
readonly vaultId: Compact<u32>;
|
|
12562
12559
|
readonly activatedCapital: Compact<u128>;
|
|
12563
12560
|
readonly frameId: Compact<u64>;
|
|
12564
12561
|
}
|
|
12565
|
-
/** @name PalletTreasuryError (
|
|
12562
|
+
/** @name PalletTreasuryError (533) */
|
|
12566
12563
|
interface PalletTreasuryError extends Enum {
|
|
12567
12564
|
readonly isContributionTooLow: boolean;
|
|
12568
12565
|
readonly isVaultNotAcceptingMiningBonds: boolean;
|
|
@@ -12576,12 +12573,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
12576
12573
|
readonly isNotAVaultOperator: boolean;
|
|
12577
12574
|
readonly type: 'ContributionTooLow' | 'VaultNotAcceptingMiningBonds' | 'BelowMinimum' | 'NotAFundContributor' | 'InternalError' | 'CouldNotFindTreasury' | 'MaxContributorsExceeded' | 'MaxVaultsExceeded' | 'AlreadyRenewed' | 'NotAVaultOperator';
|
|
12578
12575
|
}
|
|
12579
|
-
/** @name PalletFeeControlError (
|
|
12576
|
+
/** @name PalletFeeControlError (534) */
|
|
12580
12577
|
interface PalletFeeControlError extends Enum {
|
|
12581
12578
|
readonly isSponsoredFeeTooHigh: boolean;
|
|
12582
12579
|
readonly type: 'SponsoredFeeTooHigh';
|
|
12583
12580
|
}
|
|
12584
|
-
/** @name PalletOperationalAccountsOperationalAccount (
|
|
12581
|
+
/** @name PalletOperationalAccountsOperationalAccount (536) */
|
|
12585
12582
|
interface PalletOperationalAccountsOperationalAccount extends Struct {
|
|
12586
12583
|
readonly vaultAccount: AccountId32;
|
|
12587
12584
|
readonly miningFundingAccount: AccountId32;
|
|
@@ -12604,24 +12601,24 @@ declare module '@polkadot/types/lookup' {
|
|
|
12604
12601
|
readonly rewardsCollectedAmount: u128;
|
|
12605
12602
|
readonly isOperational: bool;
|
|
12606
12603
|
}
|
|
12607
|
-
/** @name PalletOperationalAccountsAccessCodeMetadata (
|
|
12604
|
+
/** @name PalletOperationalAccountsAccessCodeMetadata (537) */
|
|
12608
12605
|
interface PalletOperationalAccountsAccessCodeMetadata extends Struct {
|
|
12609
12606
|
readonly sponsor: AccountId32;
|
|
12610
12607
|
readonly expirationFrame: Compact<u64>;
|
|
12611
12608
|
}
|
|
12612
|
-
/** @name PalletOperationalAccountsRewardsConfig (
|
|
12609
|
+
/** @name PalletOperationalAccountsRewardsConfig (540) */
|
|
12613
12610
|
interface PalletOperationalAccountsRewardsConfig extends Struct {
|
|
12614
12611
|
readonly operationalReferralReward: Compact<u128>;
|
|
12615
12612
|
readonly referralBonusReward: Compact<u128>;
|
|
12616
12613
|
}
|
|
12617
|
-
/** @name ArgonPrimitivesProvidersOperationalRewardPayout (
|
|
12614
|
+
/** @name ArgonPrimitivesProvidersOperationalRewardPayout (542) */
|
|
12618
12615
|
interface ArgonPrimitivesProvidersOperationalRewardPayout extends Struct {
|
|
12619
12616
|
readonly operationalAccount: AccountId32;
|
|
12620
12617
|
readonly payoutAccount: AccountId32;
|
|
12621
12618
|
readonly rewardKind: ArgonPrimitivesProvidersOperationalRewardKind;
|
|
12622
12619
|
readonly amount: u128;
|
|
12623
12620
|
}
|
|
12624
|
-
/** @name PalletOperationalAccountsError (
|
|
12621
|
+
/** @name PalletOperationalAccountsError (545) */
|
|
12625
12622
|
interface PalletOperationalAccountsError extends Enum {
|
|
12626
12623
|
readonly isAlreadyRegistered: boolean;
|
|
12627
12624
|
readonly isInvalidRegistrationSubmitter: boolean;
|
|
@@ -12639,37 +12636,37 @@ declare module '@polkadot/types/lookup' {
|
|
|
12639
12636
|
readonly isNotSponsorOfSponsee: boolean;
|
|
12640
12637
|
readonly type: 'AlreadyRegistered' | 'InvalidRegistrationSubmitter' | 'AccountAlreadyLinked' | 'InvalidAccountProof' | 'NotOperationalAccount' | 'AccessCodeAlreadyRegistered' | 'InvalidAccessCode' | 'InvalidAccessCodeProof' | 'NoIssuableAccessCodes' | 'MaxUnactivatedAccessCodesReached' | 'MaxAccessCodesExpiringPerFrameReached' | 'NoProgressUpdateProvided' | 'EncryptedServerTooLong' | 'NotSponsorOfSponsee';
|
|
12641
12638
|
}
|
|
12642
|
-
/** @name FrameSystemExtensionsAuthorizeCall (
|
|
12639
|
+
/** @name FrameSystemExtensionsAuthorizeCall (548) */
|
|
12643
12640
|
type FrameSystemExtensionsAuthorizeCall = Null;
|
|
12644
|
-
/** @name FrameSystemExtensionsCheckNonZeroSender (
|
|
12641
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (549) */
|
|
12645
12642
|
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
12646
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
12643
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (550) */
|
|
12647
12644
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
12648
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
12645
|
+
/** @name FrameSystemExtensionsCheckTxVersion (551) */
|
|
12649
12646
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
12650
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
12647
|
+
/** @name FrameSystemExtensionsCheckGenesis (552) */
|
|
12651
12648
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
12652
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
12649
|
+
/** @name FrameSystemExtensionsCheckNonce (555) */
|
|
12653
12650
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
12654
12651
|
}
|
|
12655
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
12652
|
+
/** @name FrameSystemExtensionsCheckWeight (556) */
|
|
12656
12653
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
12657
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
12654
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (557) */
|
|
12658
12655
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
12659
12656
|
}
|
|
12660
|
-
/** @name FrameMetadataHashExtensionCheckMetadataHash (
|
|
12657
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (558) */
|
|
12661
12658
|
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
12662
12659
|
readonly mode: FrameMetadataHashExtensionMode;
|
|
12663
12660
|
}
|
|
12664
|
-
/** @name FrameMetadataHashExtensionMode (
|
|
12661
|
+
/** @name FrameMetadataHashExtensionMode (559) */
|
|
12665
12662
|
interface FrameMetadataHashExtensionMode extends Enum {
|
|
12666
12663
|
readonly isDisabled: boolean;
|
|
12667
12664
|
readonly isEnabled: boolean;
|
|
12668
12665
|
readonly type: 'Disabled' | 'Enabled';
|
|
12669
12666
|
}
|
|
12670
|
-
/** @name FrameSystemExtensionsWeightReclaim (
|
|
12667
|
+
/** @name FrameSystemExtensionsWeightReclaim (560) */
|
|
12671
12668
|
type FrameSystemExtensionsWeightReclaim = Null;
|
|
12672
|
-
/** @name ArgonRuntimeRuntime (
|
|
12669
|
+
/** @name ArgonRuntimeRuntime (562) */
|
|
12673
12670
|
type ArgonRuntimeRuntime = Null;
|
|
12674
12671
|
}
|
|
12675
12672
|
|