@argonprotocol/mainchain 0.0.13 → 0.0.15
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/index.d.ts +2 -2
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/interfaces/augment-api-errors.d.ts +12 -4
- package/lib/cjs/interfaces/augment-api-events.d.ts +6 -1
- package/lib/cjs/interfaces/augment-api-query.d.ts +15 -3
- package/lib/cjs/interfaces/augment-api-tx.d.ts +1 -0
- package/lib/cjs/interfaces/lookup.d.ts +83 -65
- package/lib/cjs/interfaces/lookup.js +87 -69
- package/lib/cjs/interfaces/lookup.js.map +1 -1
- package/lib/cjs/interfaces/registry.d.ts +2 -1
- package/lib/cjs/interfaces/types-lookup.d.ts +90 -70
- package/lib/esm/index.d.ts +2 -2
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/interfaces/augment-api-errors.d.ts +12 -4
- package/lib/esm/interfaces/augment-api-events.d.ts +6 -1
- package/lib/esm/interfaces/augment-api-query.d.ts +15 -3
- package/lib/esm/interfaces/augment-api-tx.d.ts +1 -0
- package/lib/esm/interfaces/lookup.d.ts +83 -65
- package/lib/esm/interfaces/lookup.js +87 -69
- package/lib/esm/interfaces/lookup.js.map +1 -1
- package/lib/esm/interfaces/registry.d.ts +2 -1
- package/lib/esm/interfaces/types-lookup.d.ts +90 -70
- package/lib/tsconfig-cjs.tsbuildinfo +1 -1
- package/lib/tsconfig-types.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/index.d.ts +2 -2
- package/lib/types/interfaces/augment-api-errors.d.ts +12 -4
- package/lib/types/interfaces/augment-api-events.d.ts +6 -1
- package/lib/types/interfaces/augment-api-query.d.ts +15 -3
- package/lib/types/interfaces/augment-api-tx.d.ts +1 -0
- package/lib/types/interfaces/lookup.d.ts +83 -65
- package/lib/types/interfaces/registry.d.ts +2 -1
- package/lib/types/interfaces/types-lookup.d.ts +90 -70
- package/package.json +1 -1
|
@@ -544,7 +544,12 @@ exports.default = {
|
|
|
544
544
|
NotebookAuditFailure: {
|
|
545
545
|
notaryId: 'u32',
|
|
546
546
|
notebookNumber: 'u32',
|
|
547
|
-
|
|
547
|
+
notebookHash: 'H256',
|
|
548
|
+
firstFailureReason: 'ArgonNotaryAuditErrorVerifyError',
|
|
549
|
+
},
|
|
550
|
+
NotebookReadyForReprocess: {
|
|
551
|
+
notaryId: 'u32',
|
|
552
|
+
notebookNumber: 'u32'
|
|
548
553
|
}
|
|
549
554
|
}
|
|
550
555
|
},
|
|
@@ -1443,7 +1448,10 @@ exports.default = {
|
|
|
1443
1448
|
PalletNotebookCall: {
|
|
1444
1449
|
_enum: {
|
|
1445
1450
|
submit: {
|
|
1446
|
-
notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>'
|
|
1451
|
+
notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>',
|
|
1452
|
+
},
|
|
1453
|
+
unlock: {
|
|
1454
|
+
notaryId: 'u32'
|
|
1447
1455
|
}
|
|
1448
1456
|
}
|
|
1449
1457
|
},
|
|
@@ -1866,11 +1874,11 @@ exports.default = {
|
|
|
1866
1874
|
channelHoldExpirationTicks: 'Compact<u32>'
|
|
1867
1875
|
},
|
|
1868
1876
|
/**
|
|
1869
|
-
*
|
|
1877
|
+
* Lookup241: pallet_ticks::pallet::Error<T>
|
|
1870
1878
|
**/
|
|
1871
1879
|
PalletTicksError: 'Null',
|
|
1872
1880
|
/**
|
|
1873
|
-
*
|
|
1881
|
+
* Lookup248: argon_primitives::block_seal::MiningSlotConfig<BlockNumber>
|
|
1874
1882
|
**/
|
|
1875
1883
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
1876
1884
|
blocksBeforeBidEndForVrfClose: 'Compact<u32>',
|
|
@@ -1878,7 +1886,7 @@ exports.default = {
|
|
|
1878
1886
|
slotBiddingStartBlock: 'Compact<u32>'
|
|
1879
1887
|
},
|
|
1880
1888
|
/**
|
|
1881
|
-
*
|
|
1889
|
+
* Lookup249: pallet_mining_slot::pallet::Error<T>
|
|
1882
1890
|
**/
|
|
1883
1891
|
PalletMiningSlotError: {
|
|
1884
1892
|
_enum: {
|
|
@@ -1906,13 +1914,13 @@ exports.default = {
|
|
|
1906
1914
|
}
|
|
1907
1915
|
},
|
|
1908
1916
|
/**
|
|
1909
|
-
*
|
|
1917
|
+
* Lookup250: argon_primitives::bond::BondError
|
|
1910
1918
|
**/
|
|
1911
1919
|
ArgonPrimitivesBondBondError: {
|
|
1912
1920
|
_enum: ['BondNotFound', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'VaultClosed', 'ExpirationAtBlockOverflow', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey', 'FeeExceedsBondAmount', 'InvalidBitcoinScript', 'InternalError']
|
|
1913
1921
|
},
|
|
1914
1922
|
/**
|
|
1915
|
-
*
|
|
1923
|
+
* Lookup251: argon_primitives::bitcoin::UtxoValue
|
|
1916
1924
|
**/
|
|
1917
1925
|
ArgonPrimitivesBitcoinUtxoValue: {
|
|
1918
1926
|
utxoId: 'u64',
|
|
@@ -1922,7 +1930,7 @@ exports.default = {
|
|
|
1922
1930
|
watchForSpentUntilHeight: 'Compact<u64>'
|
|
1923
1931
|
},
|
|
1924
1932
|
/**
|
|
1925
|
-
*
|
|
1933
|
+
* Lookup252: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
1926
1934
|
**/
|
|
1927
1935
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
1928
1936
|
_enum: {
|
|
@@ -1932,19 +1940,19 @@ exports.default = {
|
|
|
1932
1940
|
}
|
|
1933
1941
|
},
|
|
1934
1942
|
/**
|
|
1935
|
-
*
|
|
1943
|
+
* Lookup257: argon_primitives::bitcoin::BitcoinNetwork
|
|
1936
1944
|
**/
|
|
1937
1945
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
1938
1946
|
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
|
|
1939
1947
|
},
|
|
1940
1948
|
/**
|
|
1941
|
-
*
|
|
1949
|
+
* Lookup260: pallet_bitcoin_utxos::pallet::Error<T>
|
|
1942
1950
|
**/
|
|
1943
1951
|
PalletBitcoinUtxosError: {
|
|
1944
1952
|
_enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript']
|
|
1945
1953
|
},
|
|
1946
1954
|
/**
|
|
1947
|
-
*
|
|
1955
|
+
* Lookup261: argon_primitives::bond::Vault<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1948
1956
|
**/
|
|
1949
1957
|
ArgonPrimitivesBondVault: {
|
|
1950
1958
|
operatorAccountId: 'AccountId32',
|
|
@@ -1957,7 +1965,7 @@ exports.default = {
|
|
|
1957
1965
|
pendingTerms: 'Option<(u32,ArgonPrimitivesBondVaultTerms)>'
|
|
1958
1966
|
},
|
|
1959
1967
|
/**
|
|
1960
|
-
*
|
|
1968
|
+
* Lookup262: argon_primitives::bond::VaultArgons<Balance>
|
|
1961
1969
|
**/
|
|
1962
1970
|
ArgonPrimitivesBondVaultArgons: {
|
|
1963
1971
|
annualPercentRate: 'Compact<u128>',
|
|
@@ -1966,7 +1974,7 @@ exports.default = {
|
|
|
1966
1974
|
baseFee: 'Compact<u128>'
|
|
1967
1975
|
},
|
|
1968
1976
|
/**
|
|
1969
|
-
*
|
|
1977
|
+
* Lookup266: argon_primitives::bitcoin::BitcoinXPub
|
|
1970
1978
|
**/
|
|
1971
1979
|
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
1972
1980
|
publicKey: 'ArgonPrimitivesBitcoinCompressedBitcoinPubkey',
|
|
@@ -1977,19 +1985,19 @@ exports.default = {
|
|
|
1977
1985
|
network: 'ArgonPrimitivesBitcoinNetworkKind'
|
|
1978
1986
|
},
|
|
1979
1987
|
/**
|
|
1980
|
-
*
|
|
1988
|
+
* Lookup268: argon_primitives::bitcoin::NetworkKind
|
|
1981
1989
|
**/
|
|
1982
1990
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
1983
1991
|
_enum: ['Main', 'Test']
|
|
1984
1992
|
},
|
|
1985
1993
|
/**
|
|
1986
|
-
*
|
|
1994
|
+
* Lookup270: pallet_vaults::pallet::Error<T>
|
|
1987
1995
|
**/
|
|
1988
1996
|
PalletVaultsError: {
|
|
1989
1997
|
_enum: ['BondNotFound', 'NoMoreVaultIds', 'NoMoreBondIds', 'MinimumBondAmountNotMet', 'ExpirationAtBlockOverflow', 'InsufficientFunds', 'InsufficientVaultFunds', 'InsufficientBitcoinsForMining', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowAllocatedFunds', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'MaxSecuritizationPercentExceeded', 'InvalidBondType', 'BitcoinUtxoNotFound', 'InsufficientSatoshisBonded', 'NoBitcoinPricesAvailable', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'ExpirationTooSoon', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'FeeExceedsBondAmount', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'UnableToDecodeVaultBitcoinPubkey']
|
|
1990
1998
|
},
|
|
1991
1999
|
/**
|
|
1992
|
-
*
|
|
2000
|
+
* Lookup271: argon_primitives::bond::Bond<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
1993
2001
|
**/
|
|
1994
2002
|
ArgonPrimitivesBond: {
|
|
1995
2003
|
bondType: 'ArgonPrimitivesBondBondType',
|
|
@@ -2003,7 +2011,7 @@ exports.default = {
|
|
|
2003
2011
|
expiration: 'ArgonPrimitivesBondBondExpiration'
|
|
2004
2012
|
},
|
|
2005
2013
|
/**
|
|
2006
|
-
*
|
|
2014
|
+
* Lookup274: pallet_bond::pallet::UtxoState
|
|
2007
2015
|
**/
|
|
2008
2016
|
PalletBondUtxoState: {
|
|
2009
2017
|
bondId: 'Compact<u64>',
|
|
@@ -2019,7 +2027,7 @@ exports.default = {
|
|
|
2019
2027
|
isVerified: 'bool'
|
|
2020
2028
|
},
|
|
2021
2029
|
/**
|
|
2022
|
-
*
|
|
2030
|
+
* Lookup278: pallet_bond::pallet::UtxoCosignRequest<Balance>
|
|
2023
2031
|
**/
|
|
2024
2032
|
PalletBondUtxoCosignRequest: {
|
|
2025
2033
|
bondId: 'Compact<u64>',
|
|
@@ -2030,7 +2038,7 @@ exports.default = {
|
|
|
2030
2038
|
redemptionPrice: 'Compact<u128>'
|
|
2031
2039
|
},
|
|
2032
2040
|
/**
|
|
2033
|
-
*
|
|
2041
|
+
* Lookup282: pallet_bond::pallet::Error<T>
|
|
2034
2042
|
**/
|
|
2035
2043
|
PalletBondError: {
|
|
2036
2044
|
_enum: {
|
|
@@ -2066,13 +2074,13 @@ exports.default = {
|
|
|
2066
2074
|
}
|
|
2067
2075
|
},
|
|
2068
2076
|
/**
|
|
2069
|
-
*
|
|
2077
|
+
* Lookup294: pallet_notaries::pallet::Error<T>
|
|
2070
2078
|
**/
|
|
2071
2079
|
PalletNotariesError: {
|
|
2072
2080
|
_enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
|
|
2073
2081
|
},
|
|
2074
2082
|
/**
|
|
2075
|
-
*
|
|
2083
|
+
* Lookup298: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
2076
2084
|
**/
|
|
2077
2085
|
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
2078
2086
|
notebookNumber: 'Compact<u32>',
|
|
@@ -2082,13 +2090,13 @@ exports.default = {
|
|
|
2082
2090
|
parentSecret: 'Option<H256>'
|
|
2083
2091
|
},
|
|
2084
2092
|
/**
|
|
2085
|
-
*
|
|
2093
|
+
* Lookup300: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
|
|
2086
2094
|
**/
|
|
2087
2095
|
ArgonPrimitivesDigestsNotebookDigest: {
|
|
2088
2096
|
notebooks: 'Vec<ArgonPrimitivesDigestsNotebookDigestRecord>'
|
|
2089
2097
|
},
|
|
2090
2098
|
/**
|
|
2091
|
-
*
|
|
2099
|
+
* Lookup302: argon_primitives::digests::NotebookDigestRecord<argon_notary_audit::error::VerifyError>
|
|
2092
2100
|
**/
|
|
2093
2101
|
ArgonPrimitivesDigestsNotebookDigestRecord: {
|
|
2094
2102
|
notaryId: 'Compact<u32>',
|
|
@@ -2097,13 +2105,13 @@ exports.default = {
|
|
|
2097
2105
|
auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
|
|
2098
2106
|
},
|
|
2099
2107
|
/**
|
|
2100
|
-
*
|
|
2108
|
+
* Lookup305: pallet_notebook::pallet::Error<T>
|
|
2101
2109
|
**/
|
|
2102
2110
|
PalletNotebookError: {
|
|
2103
|
-
_enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError']
|
|
2111
|
+
_enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator']
|
|
2104
2112
|
},
|
|
2105
2113
|
/**
|
|
2106
|
-
*
|
|
2114
|
+
* Lookup306: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
2107
2115
|
**/
|
|
2108
2116
|
PalletChainTransferQueuedTransferOut: {
|
|
2109
2117
|
accountId: 'AccountId32',
|
|
@@ -2112,17 +2120,17 @@ exports.default = {
|
|
|
2112
2120
|
notaryId: 'u32'
|
|
2113
2121
|
},
|
|
2114
2122
|
/**
|
|
2115
|
-
*
|
|
2123
|
+
* Lookup311: frame_support::PalletId
|
|
2116
2124
|
**/
|
|
2117
2125
|
FrameSupportPalletId: '[u8;8]',
|
|
2118
2126
|
/**
|
|
2119
|
-
*
|
|
2127
|
+
* Lookup312: pallet_chain_transfer::pallet::Error<T>
|
|
2120
2128
|
**/
|
|
2121
2129
|
PalletChainTransferError: {
|
|
2122
|
-
_enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer'
|
|
2130
|
+
_enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer']
|
|
2123
2131
|
},
|
|
2124
2132
|
/**
|
|
2125
|
-
*
|
|
2133
|
+
* Lookup317: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
2126
2134
|
**/
|
|
2127
2135
|
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
2128
2136
|
notaryId: 'Compact<u32>',
|
|
@@ -2132,55 +2140,65 @@ exports.default = {
|
|
|
2132
2140
|
blockVotingPower: 'Compact<u128>'
|
|
2133
2141
|
},
|
|
2134
2142
|
/**
|
|
2135
|
-
*
|
|
2143
|
+
* Lookup319: argon_primitives::digests::BlockVoteDigest
|
|
2136
2144
|
**/
|
|
2137
2145
|
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
2138
2146
|
votingPower: 'Compact<u128>',
|
|
2139
2147
|
votesCount: 'Compact<u32>'
|
|
2140
2148
|
},
|
|
2141
2149
|
/**
|
|
2142
|
-
*
|
|
2150
|
+
* Lookup323: pallet_block_seal_spec::pallet::Error<T>
|
|
2143
2151
|
**/
|
|
2144
2152
|
PalletBlockSealSpecError: {
|
|
2145
2153
|
_enum: ['MaxNotebooksAtTickExceeded']
|
|
2146
2154
|
},
|
|
2147
2155
|
/**
|
|
2148
|
-
*
|
|
2156
|
+
* Lookup325: pallet_domains::pallet::Error<T>
|
|
2149
2157
|
**/
|
|
2150
2158
|
PalletDomainsError: {
|
|
2151
2159
|
_enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
|
|
2152
2160
|
},
|
|
2153
2161
|
/**
|
|
2154
|
-
*
|
|
2162
|
+
* Lookup326: pallet_price_index::pallet::Error<T>
|
|
2155
2163
|
**/
|
|
2156
2164
|
PalletPriceIndexError: {
|
|
2157
2165
|
_enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
|
|
2158
2166
|
},
|
|
2159
2167
|
/**
|
|
2160
|
-
*
|
|
2168
|
+
* Lookup327: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
|
|
2161
2169
|
**/
|
|
2162
2170
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
2163
2171
|
blockAuthorAccountId: 'AccountId32',
|
|
2164
2172
|
blockVoteRewardsAccount: 'Option<AccountId32>'
|
|
2165
2173
|
},
|
|
2166
2174
|
/**
|
|
2167
|
-
*
|
|
2175
|
+
* Lookup328: argon_primitives::fork_power::ForkPower
|
|
2176
|
+
**/
|
|
2177
|
+
ArgonPrimitivesForkPower: {
|
|
2178
|
+
notebooks: 'Compact<u64>',
|
|
2179
|
+
votingPower: 'U256',
|
|
2180
|
+
sealStrength: 'U256',
|
|
2181
|
+
totalComputeDifficulty: 'U256',
|
|
2182
|
+
voteCreatedBlocks: 'Compact<u128>'
|
|
2183
|
+
},
|
|
2184
|
+
/**
|
|
2185
|
+
* Lookup330: argon_primitives::digests::ParentVotingKeyDigest
|
|
2168
2186
|
**/
|
|
2169
2187
|
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
2170
2188
|
parentVotingKey: 'Option<H256>'
|
|
2171
2189
|
},
|
|
2172
2190
|
/**
|
|
2173
|
-
*
|
|
2191
|
+
* Lookup331: pallet_block_seal::pallet::Error<T>
|
|
2174
2192
|
**/
|
|
2175
2193
|
PalletBlockSealError: {
|
|
2176
2194
|
_enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'InvalidAuthoritySignature', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature']
|
|
2177
2195
|
},
|
|
2178
2196
|
/**
|
|
2179
|
-
*
|
|
2197
|
+
* Lookup333: pallet_block_rewards::pallet::Error<T>
|
|
2180
2198
|
**/
|
|
2181
2199
|
PalletBlockRewardsError: 'Null',
|
|
2182
2200
|
/**
|
|
2183
|
-
*
|
|
2201
|
+
* Lookup334: pallet_grandpa::StoredState<N>
|
|
2184
2202
|
**/
|
|
2185
2203
|
PalletGrandpaStoredState: {
|
|
2186
2204
|
_enum: {
|
|
@@ -2197,7 +2215,7 @@ exports.default = {
|
|
|
2197
2215
|
}
|
|
2198
2216
|
},
|
|
2199
2217
|
/**
|
|
2200
|
-
*
|
|
2218
|
+
* Lookup335: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2201
2219
|
**/
|
|
2202
2220
|
PalletGrandpaStoredPendingChange: {
|
|
2203
2221
|
scheduledAt: 'u32',
|
|
@@ -2206,19 +2224,19 @@ exports.default = {
|
|
|
2206
2224
|
forced: 'Option<u32>'
|
|
2207
2225
|
},
|
|
2208
2226
|
/**
|
|
2209
|
-
*
|
|
2227
|
+
* Lookup338: pallet_grandpa::pallet::Error<T>
|
|
2210
2228
|
**/
|
|
2211
2229
|
PalletGrandpaError: {
|
|
2212
2230
|
_enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
|
|
2213
2231
|
},
|
|
2214
2232
|
/**
|
|
2215
|
-
*
|
|
2233
|
+
* Lookup342: pallet_mint::pallet::Error<T>
|
|
2216
2234
|
**/
|
|
2217
2235
|
PalletMintError: {
|
|
2218
2236
|
_enum: ['TooManyPendingMints']
|
|
2219
2237
|
},
|
|
2220
2238
|
/**
|
|
2221
|
-
*
|
|
2239
|
+
* Lookup344: pallet_balances::types::BalanceLock<Balance>
|
|
2222
2240
|
**/
|
|
2223
2241
|
PalletBalancesBalanceLock: {
|
|
2224
2242
|
id: '[u8;8]',
|
|
@@ -2226,27 +2244,27 @@ exports.default = {
|
|
|
2226
2244
|
reasons: 'PalletBalancesReasons'
|
|
2227
2245
|
},
|
|
2228
2246
|
/**
|
|
2229
|
-
*
|
|
2247
|
+
* Lookup345: pallet_balances::types::Reasons
|
|
2230
2248
|
**/
|
|
2231
2249
|
PalletBalancesReasons: {
|
|
2232
2250
|
_enum: ['Fee', 'Misc', 'All']
|
|
2233
2251
|
},
|
|
2234
2252
|
/**
|
|
2235
|
-
*
|
|
2253
|
+
* Lookup348: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2236
2254
|
**/
|
|
2237
2255
|
PalletBalancesReserveData: {
|
|
2238
2256
|
id: '[u8;8]',
|
|
2239
2257
|
amount: 'u128'
|
|
2240
2258
|
},
|
|
2241
2259
|
/**
|
|
2242
|
-
*
|
|
2260
|
+
* Lookup351: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeHoldReason, Balance>
|
|
2243
2261
|
**/
|
|
2244
2262
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
2245
2263
|
id: 'ArgonNodeRuntimeRuntimeHoldReason',
|
|
2246
2264
|
amount: 'u128'
|
|
2247
2265
|
},
|
|
2248
2266
|
/**
|
|
2249
|
-
*
|
|
2267
|
+
* Lookup352: argon_node_runtime::RuntimeHoldReason
|
|
2250
2268
|
**/
|
|
2251
2269
|
ArgonNodeRuntimeRuntimeHoldReason: {
|
|
2252
2270
|
_enum: {
|
|
@@ -2271,38 +2289,38 @@ exports.default = {
|
|
|
2271
2289
|
}
|
|
2272
2290
|
},
|
|
2273
2291
|
/**
|
|
2274
|
-
*
|
|
2292
|
+
* Lookup353: pallet_mining_slot::pallet::HoldReason
|
|
2275
2293
|
**/
|
|
2276
2294
|
PalletMiningSlotHoldReason: {
|
|
2277
2295
|
_enum: ['RegisterAsMiner']
|
|
2278
2296
|
},
|
|
2279
2297
|
/**
|
|
2280
|
-
*
|
|
2298
|
+
* Lookup354: pallet_vaults::pallet::HoldReason
|
|
2281
2299
|
**/
|
|
2282
2300
|
PalletVaultsHoldReason: {
|
|
2283
2301
|
_enum: ['EnterVault', 'BondFee']
|
|
2284
2302
|
},
|
|
2285
2303
|
/**
|
|
2286
|
-
*
|
|
2304
|
+
* Lookup355: pallet_bond::pallet::HoldReason
|
|
2287
2305
|
**/
|
|
2288
2306
|
PalletBondHoldReason: {
|
|
2289
2307
|
_enum: ['UnlockingBitcoin']
|
|
2290
2308
|
},
|
|
2291
2309
|
/**
|
|
2292
|
-
*
|
|
2310
|
+
* Lookup356: pallet_block_rewards::pallet::HoldReason
|
|
2293
2311
|
**/
|
|
2294
2312
|
PalletBlockRewardsHoldReason: {
|
|
2295
2313
|
_enum: ['MaturationPeriod']
|
|
2296
2314
|
},
|
|
2297
2315
|
/**
|
|
2298
|
-
*
|
|
2316
|
+
* Lookup359: frame_support::traits::tokens::misc::IdAmount<argon_node_runtime::RuntimeFreezeReason, Balance>
|
|
2299
2317
|
**/
|
|
2300
2318
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
2301
2319
|
id: 'ArgonNodeRuntimeRuntimeFreezeReason',
|
|
2302
2320
|
amount: 'u128'
|
|
2303
2321
|
},
|
|
2304
2322
|
/**
|
|
2305
|
-
*
|
|
2323
|
+
* Lookup360: argon_node_runtime::RuntimeFreezeReason
|
|
2306
2324
|
**/
|
|
2307
2325
|
ArgonNodeRuntimeRuntimeFreezeReason: {
|
|
2308
2326
|
_enum: {
|
|
@@ -2327,83 +2345,83 @@ exports.default = {
|
|
|
2327
2345
|
}
|
|
2328
2346
|
},
|
|
2329
2347
|
/**
|
|
2330
|
-
*
|
|
2348
|
+
* Lookup361: pallet_block_rewards::pallet::FreezeReason
|
|
2331
2349
|
**/
|
|
2332
2350
|
PalletBlockRewardsFreezeReason: {
|
|
2333
2351
|
_enum: ['MaturationPeriod']
|
|
2334
2352
|
},
|
|
2335
2353
|
/**
|
|
2336
|
-
*
|
|
2354
|
+
* Lookup363: pallet_balances::pallet::Error<T, I>
|
|
2337
2355
|
**/
|
|
2338
2356
|
PalletBalancesError: {
|
|
2339
2357
|
_enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
|
|
2340
2358
|
},
|
|
2341
2359
|
/**
|
|
2342
|
-
*
|
|
2360
|
+
* Lookup365: pallet_tx_pause::pallet::Error<T>
|
|
2343
2361
|
**/
|
|
2344
2362
|
PalletTxPauseError: {
|
|
2345
2363
|
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
|
|
2346
2364
|
},
|
|
2347
2365
|
/**
|
|
2348
|
-
*
|
|
2366
|
+
* Lookup366: pallet_transaction_payment::Releases
|
|
2349
2367
|
**/
|
|
2350
2368
|
PalletTransactionPaymentReleases: {
|
|
2351
2369
|
_enum: ['V1Ancient', 'V2']
|
|
2352
2370
|
},
|
|
2353
2371
|
/**
|
|
2354
|
-
*
|
|
2372
|
+
* Lookup367: pallet_utility::pallet::Error<T>
|
|
2355
2373
|
**/
|
|
2356
2374
|
PalletUtilityError: {
|
|
2357
2375
|
_enum: ['TooManyCalls']
|
|
2358
2376
|
},
|
|
2359
2377
|
/**
|
|
2360
|
-
*
|
|
2378
|
+
* Lookup368: pallet_sudo::pallet::Error<T>
|
|
2361
2379
|
**/
|
|
2362
2380
|
PalletSudoError: {
|
|
2363
2381
|
_enum: ['RequireSudo']
|
|
2364
2382
|
},
|
|
2365
2383
|
/**
|
|
2366
|
-
*
|
|
2384
|
+
* Lookup371: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
2367
2385
|
**/
|
|
2368
2386
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
2369
2387
|
/**
|
|
2370
|
-
*
|
|
2388
|
+
* Lookup372: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
2371
2389
|
**/
|
|
2372
2390
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
2373
2391
|
/**
|
|
2374
|
-
*
|
|
2392
|
+
* Lookup373: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
2375
2393
|
**/
|
|
2376
2394
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
2377
2395
|
/**
|
|
2378
|
-
*
|
|
2396
|
+
* Lookup374: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
2379
2397
|
**/
|
|
2380
2398
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
2381
2399
|
/**
|
|
2382
|
-
*
|
|
2400
|
+
* Lookup377: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
2383
2401
|
**/
|
|
2384
2402
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
2385
2403
|
/**
|
|
2386
|
-
*
|
|
2404
|
+
* Lookup378: frame_system::extensions::check_weight::CheckWeight<T>
|
|
2387
2405
|
**/
|
|
2388
2406
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
2389
2407
|
/**
|
|
2390
|
-
*
|
|
2408
|
+
* Lookup379: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
2391
2409
|
**/
|
|
2392
2410
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
2393
2411
|
/**
|
|
2394
|
-
*
|
|
2412
|
+
* Lookup380: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
2395
2413
|
**/
|
|
2396
2414
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
2397
2415
|
mode: 'FrameMetadataHashExtensionMode'
|
|
2398
2416
|
},
|
|
2399
2417
|
/**
|
|
2400
|
-
*
|
|
2418
|
+
* Lookup381: frame_metadata_hash_extension::Mode
|
|
2401
2419
|
**/
|
|
2402
2420
|
FrameMetadataHashExtensionMode: {
|
|
2403
2421
|
_enum: ['Disabled', 'Enabled']
|
|
2404
2422
|
},
|
|
2405
2423
|
/**
|
|
2406
|
-
*
|
|
2424
|
+
* Lookup383: argon_node_runtime::Runtime
|
|
2407
2425
|
**/
|
|
2408
2426
|
ArgonNodeRuntimeRuntime: 'Null'
|
|
2409
2427
|
};
|