@argonprotocol/mainchain 0.0.9 → 0.0.11
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/lib/cjs/examples/decodePkcs.d.ts +1 -0
- package/lib/cjs/examples/decodePkcs.js +48 -0
- package/lib/cjs/examples/decodePkcs.js.map +1 -0
- package/lib/cjs/examples/findSs58Formats.d.ts +1 -0
- package/lib/cjs/examples/findSs58Formats.js +37 -0
- package/lib/cjs/examples/findSs58Formats.js.map +1 -0
- package/lib/cjs/interfaces/lookup.d.ts +5 -0
- package/lib/cjs/interfaces/lookup.js +7 -2
- package/lib/cjs/interfaces/lookup.js.map +1 -1
- package/lib/cjs/interfaces/types-lookup.d.ts +7 -1
- package/lib/esm/examples/decodePkcs.d.ts +1 -0
- package/lib/esm/examples/decodePkcs.js +45 -0
- package/lib/esm/examples/decodePkcs.js.map +1 -0
- package/lib/esm/examples/findSs58Formats.d.ts +1 -0
- package/lib/esm/examples/findSs58Formats.js +34 -0
- package/lib/esm/examples/findSs58Formats.js.map +1 -0
- package/lib/esm/interfaces/lookup.d.ts +5 -0
- package/lib/esm/interfaces/lookup.js +7 -2
- package/lib/esm/interfaces/lookup.js.map +1 -1
- package/lib/esm/interfaces/types-lookup.d.ts +7 -1
- package/lib/tsconfig-cjs.tsbuildinfo +1 -1
- package/lib/tsconfig-types.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/examples/decodePkcs.d.ts +1 -0
- package/lib/types/examples/findSs58Formats.d.ts +1 -0
- package/lib/types/interfaces/lookup.d.ts +5 -0
- package/lib/types/interfaces/types-lookup.d.ts +7 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -640,6 +640,10 @@ declare const _default: {
|
|
|
640
640
|
InvalidComputeProof: string;
|
|
641
641
|
InvalidBlockVoteSource: string;
|
|
642
642
|
InsufficientBlockVoteMinimum: string;
|
|
643
|
+
InvalidBlockVoteTick: {
|
|
644
|
+
tick: string;
|
|
645
|
+
notebookTick: string;
|
|
646
|
+
};
|
|
643
647
|
};
|
|
644
648
|
};
|
|
645
649
|
/**
|
|
@@ -1585,6 +1589,7 @@ declare const _default: {
|
|
|
1585
1589
|
power: string;
|
|
1586
1590
|
signature: string;
|
|
1587
1591
|
blockRewardsAccountId: string;
|
|
1592
|
+
tick: string;
|
|
1588
1593
|
};
|
|
1589
1594
|
/**
|
|
1590
1595
|
* Lookup200: sp_runtime::MultiSignature
|
|
@@ -648,7 +648,12 @@ declare module '@polkadot/types/lookup' {
|
|
|
648
648
|
readonly isInvalidComputeProof: boolean;
|
|
649
649
|
readonly isInvalidBlockVoteSource: boolean;
|
|
650
650
|
readonly isInsufficientBlockVoteMinimum: boolean;
|
|
651
|
-
readonly
|
|
651
|
+
readonly isInvalidBlockVoteTick: boolean;
|
|
652
|
+
readonly asInvalidBlockVoteTick: {
|
|
653
|
+
readonly tick: u32;
|
|
654
|
+
readonly notebookTick: u32;
|
|
655
|
+
} & Struct;
|
|
656
|
+
readonly type: 'MissingAccountOrigin' | 'HistoryLookupError' | 'InvalidAccountChangelist' | 'InvalidChainTransfersList' | 'InvalidBalanceChangeRoot' | 'InvalidHeaderTaxRecorded' | 'InvalidPreviousNonce' | 'InvalidPreviousBalance' | 'InvalidPreviousAccountOrigin' | 'InvalidPreviousBalanceChangeNotebook' | 'InvalidBalanceChange' | 'InvalidBalanceChangeSignature' | 'InvalidNoteRecipients' | 'BalanceChangeError' | 'InvalidNetBalanceChangeset' | 'InsufficientBalance' | 'ExceededMaxBalance' | 'BalanceChangeMismatch' | 'BalanceChangeNotNetZero' | 'InvalidDomainLeaseAllocation' | 'TaxBalanceChangeNotNetZero' | 'MissingBalanceProof' | 'InvalidPreviousBalanceProof' | 'InvalidNotebookHash' | 'InvalidNotebookHeaderHash' | 'DuplicateChainTransfer' | 'DuplicatedAccountOriginUid' | 'InvalidNotarySignature' | 'InvalidSecretProvided' | 'NotebookTooOld' | 'CatchupNotebooksMissing' | 'DecodeError' | 'AccountChannelHoldDoesntExist' | 'AccountAlreadyHasChannelHold' | 'ChannelHoldNotReadyForClaim' | 'AccountLocked' | 'MissingChannelHoldNote' | 'InvalidChannelHoldNote' | 'InvalidChannelHoldClaimers' | 'ChannelHoldNoteBelowMinimum' | 'InvalidTaxNoteAccount' | 'InvalidTaxOperation' | 'InsufficientTaxIncluded' | 'InsufficientBlockVoteTax' | 'IneligibleTaxVoter' | 'BlockVoteInvalidSignature' | 'InvalidBlockVoteAllocation' | 'InvalidBlockVoteRoot' | 'InvalidBlockVotesCount' | 'InvalidBlockVotingPower' | 'InvalidBlockVoteList' | 'InvalidComputeProof' | 'InvalidBlockVoteSource' | 'InsufficientBlockVoteMinimum' | 'InvalidBlockVoteTick';
|
|
652
657
|
}
|
|
653
658
|
/** @name ArgonPrimitivesAccountAccountType (74) */
|
|
654
659
|
interface ArgonPrimitivesAccountAccountType extends Enum {
|
|
@@ -1545,6 +1550,7 @@ declare module '@polkadot/types/lookup' {
|
|
|
1545
1550
|
readonly power: Compact<u128>;
|
|
1546
1551
|
readonly signature: SpRuntimeMultiSignature;
|
|
1547
1552
|
readonly blockRewardsAccountId: AccountId32;
|
|
1553
|
+
readonly tick: Compact<u32>;
|
|
1548
1554
|
}
|
|
1549
1555
|
/** @name SpRuntimeMultiSignature (200) */
|
|
1550
1556
|
interface SpRuntimeMultiSignature extends Enum {
|