@argonprotocol/mainchain 0.0.2
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 +14 -0
- package/lib/cjs/index.js +37 -0
- package/lib/cjs/index.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-consts.d.ts +408 -0
- package/lib/cjs/interfaces/augment-api-consts.js +8 -0
- package/lib/cjs/interfaces/augment-api-consts.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-errors.d.ts +807 -0
- package/lib/cjs/interfaces/augment-api-errors.js +8 -0
- package/lib/cjs/interfaces/augment-api-errors.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-events.d.ts +902 -0
- package/lib/cjs/interfaces/augment-api-events.js +8 -0
- package/lib/cjs/interfaces/augment-api-events.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-query.d.ts +640 -0
- package/lib/cjs/interfaces/augment-api-query.js +8 -0
- package/lib/cjs/interfaces/augment-api-query.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-rpc.d.ts +679 -0
- package/lib/cjs/interfaces/augment-api-rpc.js +8 -0
- package/lib/cjs/interfaces/augment-api-rpc.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-runtime.d.ts +204 -0
- package/lib/cjs/interfaces/augment-api-runtime.js +8 -0
- package/lib/cjs/interfaces/augment-api-runtime.js.map +1 -0
- package/lib/cjs/interfaces/augment-api-tx.d.ts +1134 -0
- package/lib/cjs/interfaces/augment-api-tx.js +8 -0
- package/lib/cjs/interfaces/augment-api-tx.js.map +1 -0
- package/lib/cjs/interfaces/augment-api.d.ts +7 -0
- package/lib/cjs/interfaces/augment-api.js +12 -0
- package/lib/cjs/interfaces/augment-api.js.map +1 -0
- package/lib/cjs/interfaces/augment-types.d.ts +1249 -0
- package/lib/cjs/interfaces/augment-types.js +8 -0
- package/lib/cjs/interfaces/augment-types.js.map +1 -0
- package/lib/cjs/interfaces/definitions.d.ts +0 -0
- package/lib/cjs/interfaces/definitions.js +2 -0
- package/lib/cjs/interfaces/definitions.js.map +1 -0
- package/lib/cjs/interfaces/lookup.d.ts +2393 -0
- package/lib/cjs/interfaces/lookup.js +2398 -0
- package/lib/cjs/interfaces/lookup.js.map +1 -0
- package/lib/cjs/interfaces/registry.d.ts +202 -0
- package/lib/cjs/interfaces/registry.js +8 -0
- package/lib/cjs/interfaces/registry.js.map +1 -0
- package/lib/cjs/interfaces/types-lookup.d.ts +2350 -0
- package/lib/cjs/interfaces/types-lookup.js +8 -0
- package/lib/cjs/interfaces/types-lookup.js.map +1 -0
- package/lib/esm/index.d.ts +14 -0
- package/lib/esm/index.js +31 -0
- package/lib/esm/index.js.map +1 -0
- package/lib/esm/interfaces/augment-api-consts.d.ts +408 -0
- package/lib/esm/interfaces/augment-api-consts.js +6 -0
- package/lib/esm/interfaces/augment-api-consts.js.map +1 -0
- package/lib/esm/interfaces/augment-api-errors.d.ts +807 -0
- package/lib/esm/interfaces/augment-api-errors.js +6 -0
- package/lib/esm/interfaces/augment-api-errors.js.map +1 -0
- package/lib/esm/interfaces/augment-api-events.d.ts +902 -0
- package/lib/esm/interfaces/augment-api-events.js +6 -0
- package/lib/esm/interfaces/augment-api-events.js.map +1 -0
- package/lib/esm/interfaces/augment-api-query.d.ts +640 -0
- package/lib/esm/interfaces/augment-api-query.js +6 -0
- package/lib/esm/interfaces/augment-api-query.js.map +1 -0
- package/lib/esm/interfaces/augment-api-rpc.d.ts +679 -0
- package/lib/esm/interfaces/augment-api-rpc.js +6 -0
- package/lib/esm/interfaces/augment-api-rpc.js.map +1 -0
- package/lib/esm/interfaces/augment-api-runtime.d.ts +204 -0
- package/lib/esm/interfaces/augment-api-runtime.js +6 -0
- package/lib/esm/interfaces/augment-api-runtime.js.map +1 -0
- package/lib/esm/interfaces/augment-api-tx.d.ts +1134 -0
- package/lib/esm/interfaces/augment-api-tx.js +6 -0
- package/lib/esm/interfaces/augment-api-tx.js.map +1 -0
- package/lib/esm/interfaces/augment-api.d.ts +7 -0
- package/lib/esm/interfaces/augment-api.js +10 -0
- package/lib/esm/interfaces/augment-api.js.map +1 -0
- package/lib/esm/interfaces/augment-types.d.ts +1249 -0
- package/lib/esm/interfaces/augment-types.js +6 -0
- package/lib/esm/interfaces/augment-types.js.map +1 -0
- package/lib/esm/interfaces/definitions.d.ts +0 -0
- package/lib/esm/interfaces/definitions.js +2 -0
- package/lib/esm/interfaces/definitions.js.map +1 -0
- package/lib/esm/interfaces/lookup.d.ts +2393 -0
- package/lib/esm/interfaces/lookup.js +2396 -0
- package/lib/esm/interfaces/lookup.js.map +1 -0
- package/lib/esm/interfaces/registry.d.ts +202 -0
- package/lib/esm/interfaces/registry.js +6 -0
- package/lib/esm/interfaces/registry.js.map +1 -0
- package/lib/esm/interfaces/types-lookup.d.ts +2350 -0
- package/lib/esm/interfaces/types-lookup.js +6 -0
- package/lib/esm/interfaces/types-lookup.js.map +1 -0
- package/lib/tsconfig-cjs.tsbuildinfo +1 -0
- package/lib/tsconfig-types.tsbuildinfo +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/types/index.d.ts +14 -0
- package/lib/types/interfaces/augment-api-consts.d.ts +408 -0
- package/lib/types/interfaces/augment-api-errors.d.ts +807 -0
- package/lib/types/interfaces/augment-api-events.d.ts +902 -0
- package/lib/types/interfaces/augment-api-query.d.ts +640 -0
- package/lib/types/interfaces/augment-api-rpc.d.ts +679 -0
- package/lib/types/interfaces/augment-api-runtime.d.ts +204 -0
- package/lib/types/interfaces/augment-api-tx.d.ts +1134 -0
- package/lib/types/interfaces/augment-api.d.ts +7 -0
- package/lib/types/interfaces/augment-types.d.ts +1249 -0
- package/lib/types/interfaces/definitions.d.ts +0 -0
- package/lib/types/interfaces/lookup.d.ts +2393 -0
- package/lib/types/interfaces/registry.d.ts +202 -0
- package/lib/types/interfaces/types-lookup.d.ts +2350 -0
- package/package.json +62 -0
|
@@ -0,0 +1,2350 @@
|
|
|
1
|
+
import '@polkadot/types/lookup';
|
|
2
|
+
import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, i128, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
|
|
3
|
+
import type { ITuple } from '@polkadot/types-codec/types';
|
|
4
|
+
import type { AccountId32, Call, H256, MultiAddress } from '@polkadot/types/interfaces/runtime';
|
|
5
|
+
import type { Event } from '@polkadot/types/interfaces/system';
|
|
6
|
+
declare module '@polkadot/types/lookup' {
|
|
7
|
+
/** @name FrameSystemAccountInfo (3) */
|
|
8
|
+
interface FrameSystemAccountInfo extends Struct {
|
|
9
|
+
readonly nonce: u32;
|
|
10
|
+
readonly consumers: u32;
|
|
11
|
+
readonly providers: u32;
|
|
12
|
+
readonly sufficients: u32;
|
|
13
|
+
readonly data: PalletBalancesAccountData;
|
|
14
|
+
}
|
|
15
|
+
/** @name PalletBalancesAccountData (5) */
|
|
16
|
+
interface PalletBalancesAccountData extends Struct {
|
|
17
|
+
readonly free: u128;
|
|
18
|
+
readonly reserved: u128;
|
|
19
|
+
readonly frozen: u128;
|
|
20
|
+
readonly flags: u128;
|
|
21
|
+
}
|
|
22
|
+
/** @name FrameSupportDispatchPerDispatchClassWeight (9) */
|
|
23
|
+
interface FrameSupportDispatchPerDispatchClassWeight extends Struct {
|
|
24
|
+
readonly normal: SpWeightsWeightV2Weight;
|
|
25
|
+
readonly operational: SpWeightsWeightV2Weight;
|
|
26
|
+
readonly mandatory: SpWeightsWeightV2Weight;
|
|
27
|
+
}
|
|
28
|
+
/** @name SpWeightsWeightV2Weight (10) */
|
|
29
|
+
interface SpWeightsWeightV2Weight extends Struct {
|
|
30
|
+
readonly refTime: Compact<u64>;
|
|
31
|
+
readonly proofSize: Compact<u64>;
|
|
32
|
+
}
|
|
33
|
+
/** @name SpRuntimeDigest (15) */
|
|
34
|
+
interface SpRuntimeDigest extends Struct {
|
|
35
|
+
readonly logs: Vec<SpRuntimeDigestDigestItem>;
|
|
36
|
+
}
|
|
37
|
+
/** @name SpRuntimeDigestDigestItem (17) */
|
|
38
|
+
interface SpRuntimeDigestDigestItem extends Enum {
|
|
39
|
+
readonly isOther: boolean;
|
|
40
|
+
readonly asOther: Bytes;
|
|
41
|
+
readonly isConsensus: boolean;
|
|
42
|
+
readonly asConsensus: ITuple<[U8aFixed, Bytes]>;
|
|
43
|
+
readonly isSeal: boolean;
|
|
44
|
+
readonly asSeal: ITuple<[U8aFixed, Bytes]>;
|
|
45
|
+
readonly isPreRuntime: boolean;
|
|
46
|
+
readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;
|
|
47
|
+
readonly isRuntimeEnvironmentUpdated: boolean;
|
|
48
|
+
readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
|
|
49
|
+
}
|
|
50
|
+
/** @name FrameSystemEventRecord (20) */
|
|
51
|
+
interface FrameSystemEventRecord extends Struct {
|
|
52
|
+
readonly phase: FrameSystemPhase;
|
|
53
|
+
readonly event: Event;
|
|
54
|
+
readonly topics: Vec<H256>;
|
|
55
|
+
}
|
|
56
|
+
/** @name FrameSystemEvent (22) */
|
|
57
|
+
interface FrameSystemEvent extends Enum {
|
|
58
|
+
readonly isExtrinsicSuccess: boolean;
|
|
59
|
+
readonly asExtrinsicSuccess: {
|
|
60
|
+
readonly dispatchInfo: FrameSupportDispatchDispatchInfo;
|
|
61
|
+
} & Struct;
|
|
62
|
+
readonly isExtrinsicFailed: boolean;
|
|
63
|
+
readonly asExtrinsicFailed: {
|
|
64
|
+
readonly dispatchError: SpRuntimeDispatchError;
|
|
65
|
+
readonly dispatchInfo: FrameSupportDispatchDispatchInfo;
|
|
66
|
+
} & Struct;
|
|
67
|
+
readonly isCodeUpdated: boolean;
|
|
68
|
+
readonly isNewAccount: boolean;
|
|
69
|
+
readonly asNewAccount: {
|
|
70
|
+
readonly account: AccountId32;
|
|
71
|
+
} & Struct;
|
|
72
|
+
readonly isKilledAccount: boolean;
|
|
73
|
+
readonly asKilledAccount: {
|
|
74
|
+
readonly account: AccountId32;
|
|
75
|
+
} & Struct;
|
|
76
|
+
readonly isRemarked: boolean;
|
|
77
|
+
readonly asRemarked: {
|
|
78
|
+
readonly sender: AccountId32;
|
|
79
|
+
readonly hash_: H256;
|
|
80
|
+
} & Struct;
|
|
81
|
+
readonly isUpgradeAuthorized: boolean;
|
|
82
|
+
readonly asUpgradeAuthorized: {
|
|
83
|
+
readonly codeHash: H256;
|
|
84
|
+
readonly checkVersion: bool;
|
|
85
|
+
} & Struct;
|
|
86
|
+
readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked' | 'UpgradeAuthorized';
|
|
87
|
+
}
|
|
88
|
+
/** @name FrameSupportDispatchDispatchInfo (23) */
|
|
89
|
+
interface FrameSupportDispatchDispatchInfo extends Struct {
|
|
90
|
+
readonly weight: SpWeightsWeightV2Weight;
|
|
91
|
+
readonly class: FrameSupportDispatchDispatchClass;
|
|
92
|
+
readonly paysFee: FrameSupportDispatchPays;
|
|
93
|
+
}
|
|
94
|
+
/** @name FrameSupportDispatchDispatchClass (24) */
|
|
95
|
+
interface FrameSupportDispatchDispatchClass extends Enum {
|
|
96
|
+
readonly isNormal: boolean;
|
|
97
|
+
readonly isOperational: boolean;
|
|
98
|
+
readonly isMandatory: boolean;
|
|
99
|
+
readonly type: 'Normal' | 'Operational' | 'Mandatory';
|
|
100
|
+
}
|
|
101
|
+
/** @name FrameSupportDispatchPays (25) */
|
|
102
|
+
interface FrameSupportDispatchPays extends Enum {
|
|
103
|
+
readonly isYes: boolean;
|
|
104
|
+
readonly isNo: boolean;
|
|
105
|
+
readonly type: 'Yes' | 'No';
|
|
106
|
+
}
|
|
107
|
+
/** @name SpRuntimeDispatchError (26) */
|
|
108
|
+
interface SpRuntimeDispatchError extends Enum {
|
|
109
|
+
readonly isOther: boolean;
|
|
110
|
+
readonly isCannotLookup: boolean;
|
|
111
|
+
readonly isBadOrigin: boolean;
|
|
112
|
+
readonly isModule: boolean;
|
|
113
|
+
readonly asModule: SpRuntimeModuleError;
|
|
114
|
+
readonly isConsumerRemaining: boolean;
|
|
115
|
+
readonly isNoProviders: boolean;
|
|
116
|
+
readonly isTooManyConsumers: boolean;
|
|
117
|
+
readonly isToken: boolean;
|
|
118
|
+
readonly asToken: SpRuntimeTokenError;
|
|
119
|
+
readonly isArithmetic: boolean;
|
|
120
|
+
readonly asArithmetic: SpArithmeticArithmeticError;
|
|
121
|
+
readonly isTransactional: boolean;
|
|
122
|
+
readonly asTransactional: SpRuntimeTransactionalError;
|
|
123
|
+
readonly isExhausted: boolean;
|
|
124
|
+
readonly isCorruption: boolean;
|
|
125
|
+
readonly isUnavailable: boolean;
|
|
126
|
+
readonly isRootNotAllowed: boolean;
|
|
127
|
+
readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable' | 'RootNotAllowed';
|
|
128
|
+
}
|
|
129
|
+
/** @name SpRuntimeModuleError (27) */
|
|
130
|
+
interface SpRuntimeModuleError extends Struct {
|
|
131
|
+
readonly index: u8;
|
|
132
|
+
readonly error: U8aFixed;
|
|
133
|
+
}
|
|
134
|
+
/** @name SpRuntimeTokenError (28) */
|
|
135
|
+
interface SpRuntimeTokenError extends Enum {
|
|
136
|
+
readonly isFundsUnavailable: boolean;
|
|
137
|
+
readonly isOnlyProvider: boolean;
|
|
138
|
+
readonly isBelowMinimum: boolean;
|
|
139
|
+
readonly isCannotCreate: boolean;
|
|
140
|
+
readonly isUnknownAsset: boolean;
|
|
141
|
+
readonly isFrozen: boolean;
|
|
142
|
+
readonly isUnsupported: boolean;
|
|
143
|
+
readonly isCannotCreateHold: boolean;
|
|
144
|
+
readonly isNotExpendable: boolean;
|
|
145
|
+
readonly isBlocked: boolean;
|
|
146
|
+
readonly type: 'FundsUnavailable' | 'OnlyProvider' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported' | 'CannotCreateHold' | 'NotExpendable' | 'Blocked';
|
|
147
|
+
}
|
|
148
|
+
/** @name SpArithmeticArithmeticError (29) */
|
|
149
|
+
interface SpArithmeticArithmeticError extends Enum {
|
|
150
|
+
readonly isUnderflow: boolean;
|
|
151
|
+
readonly isOverflow: boolean;
|
|
152
|
+
readonly isDivisionByZero: boolean;
|
|
153
|
+
readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
|
|
154
|
+
}
|
|
155
|
+
/** @name SpRuntimeTransactionalError (30) */
|
|
156
|
+
interface SpRuntimeTransactionalError extends Enum {
|
|
157
|
+
readonly isLimitReached: boolean;
|
|
158
|
+
readonly isNoLayer: boolean;
|
|
159
|
+
readonly type: 'LimitReached' | 'NoLayer';
|
|
160
|
+
}
|
|
161
|
+
/** @name PalletMultisigEvent (31) */
|
|
162
|
+
interface PalletMultisigEvent extends Enum {
|
|
163
|
+
readonly isNewMultisig: boolean;
|
|
164
|
+
readonly asNewMultisig: {
|
|
165
|
+
readonly approving: AccountId32;
|
|
166
|
+
readonly multisig: AccountId32;
|
|
167
|
+
readonly callHash: U8aFixed;
|
|
168
|
+
} & Struct;
|
|
169
|
+
readonly isMultisigApproval: boolean;
|
|
170
|
+
readonly asMultisigApproval: {
|
|
171
|
+
readonly approving: AccountId32;
|
|
172
|
+
readonly timepoint: PalletMultisigTimepoint;
|
|
173
|
+
readonly multisig: AccountId32;
|
|
174
|
+
readonly callHash: U8aFixed;
|
|
175
|
+
} & Struct;
|
|
176
|
+
readonly isMultisigExecuted: boolean;
|
|
177
|
+
readonly asMultisigExecuted: {
|
|
178
|
+
readonly approving: AccountId32;
|
|
179
|
+
readonly timepoint: PalletMultisigTimepoint;
|
|
180
|
+
readonly multisig: AccountId32;
|
|
181
|
+
readonly callHash: U8aFixed;
|
|
182
|
+
readonly result: Result<Null, SpRuntimeDispatchError>;
|
|
183
|
+
} & Struct;
|
|
184
|
+
readonly isMultisigCancelled: boolean;
|
|
185
|
+
readonly asMultisigCancelled: {
|
|
186
|
+
readonly cancelling: AccountId32;
|
|
187
|
+
readonly timepoint: PalletMultisigTimepoint;
|
|
188
|
+
readonly multisig: AccountId32;
|
|
189
|
+
readonly callHash: U8aFixed;
|
|
190
|
+
} & Struct;
|
|
191
|
+
readonly type: 'NewMultisig' | 'MultisigApproval' | 'MultisigExecuted' | 'MultisigCancelled';
|
|
192
|
+
}
|
|
193
|
+
/** @name PalletMultisigTimepoint (32) */
|
|
194
|
+
interface PalletMultisigTimepoint extends Struct {
|
|
195
|
+
readonly height: u32;
|
|
196
|
+
readonly index: u32;
|
|
197
|
+
}
|
|
198
|
+
/** @name PalletProxyEvent (35) */
|
|
199
|
+
interface PalletProxyEvent extends Enum {
|
|
200
|
+
readonly isProxyExecuted: boolean;
|
|
201
|
+
readonly asProxyExecuted: {
|
|
202
|
+
readonly result: Result<Null, SpRuntimeDispatchError>;
|
|
203
|
+
} & Struct;
|
|
204
|
+
readonly isPureCreated: boolean;
|
|
205
|
+
readonly asPureCreated: {
|
|
206
|
+
readonly pure: AccountId32;
|
|
207
|
+
readonly who: AccountId32;
|
|
208
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
209
|
+
readonly disambiguationIndex: u16;
|
|
210
|
+
} & Struct;
|
|
211
|
+
readonly isAnnounced: boolean;
|
|
212
|
+
readonly asAnnounced: {
|
|
213
|
+
readonly real: AccountId32;
|
|
214
|
+
readonly proxy: AccountId32;
|
|
215
|
+
readonly callHash: H256;
|
|
216
|
+
} & Struct;
|
|
217
|
+
readonly isProxyAdded: boolean;
|
|
218
|
+
readonly asProxyAdded: {
|
|
219
|
+
readonly delegator: AccountId32;
|
|
220
|
+
readonly delegatee: AccountId32;
|
|
221
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
222
|
+
readonly delay: u32;
|
|
223
|
+
} & Struct;
|
|
224
|
+
readonly isProxyRemoved: boolean;
|
|
225
|
+
readonly asProxyRemoved: {
|
|
226
|
+
readonly delegator: AccountId32;
|
|
227
|
+
readonly delegatee: AccountId32;
|
|
228
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
229
|
+
readonly delay: u32;
|
|
230
|
+
} & Struct;
|
|
231
|
+
readonly type: 'ProxyExecuted' | 'PureCreated' | 'Announced' | 'ProxyAdded' | 'ProxyRemoved';
|
|
232
|
+
}
|
|
233
|
+
/** @name ArgonNodeRuntimeProxyType (36) */
|
|
234
|
+
interface ArgonNodeRuntimeProxyType extends Enum {
|
|
235
|
+
readonly isAny: boolean;
|
|
236
|
+
readonly isNonTransfer: boolean;
|
|
237
|
+
readonly isPriceIndex: boolean;
|
|
238
|
+
readonly type: 'Any' | 'NonTransfer' | 'PriceIndex';
|
|
239
|
+
}
|
|
240
|
+
/** @name PalletMiningSlotEvent (38) */
|
|
241
|
+
interface PalletMiningSlotEvent extends Enum {
|
|
242
|
+
readonly isNewMiners: boolean;
|
|
243
|
+
readonly asNewMiners: {
|
|
244
|
+
readonly startIndex: u32;
|
|
245
|
+
readonly newMiners: Vec<ArgonPrimitivesBlockSealMiningRegistration>;
|
|
246
|
+
} & Struct;
|
|
247
|
+
readonly isSlotBidderAdded: boolean;
|
|
248
|
+
readonly asSlotBidderAdded: {
|
|
249
|
+
readonly accountId: AccountId32;
|
|
250
|
+
readonly bidAmount: u128;
|
|
251
|
+
readonly index: u32;
|
|
252
|
+
} & Struct;
|
|
253
|
+
readonly isSlotBidderReplaced: boolean;
|
|
254
|
+
readonly asSlotBidderReplaced: {
|
|
255
|
+
readonly accountId: AccountId32;
|
|
256
|
+
readonly bondId: Option<u64>;
|
|
257
|
+
readonly keptOwnershipBond: bool;
|
|
258
|
+
} & Struct;
|
|
259
|
+
readonly isUnbondedMiner: boolean;
|
|
260
|
+
readonly asUnbondedMiner: {
|
|
261
|
+
readonly accountId: AccountId32;
|
|
262
|
+
readonly bondId: Option<u64>;
|
|
263
|
+
readonly keptOwnershipBond: bool;
|
|
264
|
+
} & Struct;
|
|
265
|
+
readonly isUnbondMinerError: boolean;
|
|
266
|
+
readonly asUnbondMinerError: {
|
|
267
|
+
readonly accountId: AccountId32;
|
|
268
|
+
readonly bondId: Option<u64>;
|
|
269
|
+
readonly error: SpRuntimeDispatchError;
|
|
270
|
+
} & Struct;
|
|
271
|
+
readonly type: 'NewMiners' | 'SlotBidderAdded' | 'SlotBidderReplaced' | 'UnbondedMiner' | 'UnbondMinerError';
|
|
272
|
+
}
|
|
273
|
+
/** @name ArgonPrimitivesBlockSealMiningRegistration (40) */
|
|
274
|
+
interface ArgonPrimitivesBlockSealMiningRegistration extends Struct {
|
|
275
|
+
readonly accountId: AccountId32;
|
|
276
|
+
readonly rewardDestination: ArgonPrimitivesBlockSealRewardDestination;
|
|
277
|
+
readonly bondId: Option<u64>;
|
|
278
|
+
readonly bondAmount: Compact<u128>;
|
|
279
|
+
readonly ownershipTokens: Compact<u128>;
|
|
280
|
+
readonly rewardSharing: Option<ArgonPrimitivesBlockSealRewardSharing>;
|
|
281
|
+
}
|
|
282
|
+
/** @name ArgonPrimitivesBlockSealRewardDestination (41) */
|
|
283
|
+
interface ArgonPrimitivesBlockSealRewardDestination extends Enum {
|
|
284
|
+
readonly isOwner: boolean;
|
|
285
|
+
readonly isAccount: boolean;
|
|
286
|
+
readonly asAccount: AccountId32;
|
|
287
|
+
readonly type: 'Owner' | 'Account';
|
|
288
|
+
}
|
|
289
|
+
/** @name ArgonPrimitivesBlockSealRewardSharing (45) */
|
|
290
|
+
interface ArgonPrimitivesBlockSealRewardSharing extends Struct {
|
|
291
|
+
readonly accountId: AccountId32;
|
|
292
|
+
readonly percentTake: Compact<u128>;
|
|
293
|
+
}
|
|
294
|
+
/** @name PalletBitcoinUtxosEvent (49) */
|
|
295
|
+
interface PalletBitcoinUtxosEvent extends Enum {
|
|
296
|
+
readonly isUtxoVerified: boolean;
|
|
297
|
+
readonly asUtxoVerified: {
|
|
298
|
+
readonly utxoId: u64;
|
|
299
|
+
} & Struct;
|
|
300
|
+
readonly isUtxoRejected: boolean;
|
|
301
|
+
readonly asUtxoRejected: {
|
|
302
|
+
readonly utxoId: u64;
|
|
303
|
+
readonly rejectedReason: ArgonPrimitivesBitcoinBitcoinRejectedReason;
|
|
304
|
+
} & Struct;
|
|
305
|
+
readonly isUtxoSpent: boolean;
|
|
306
|
+
readonly asUtxoSpent: {
|
|
307
|
+
readonly utxoId: u64;
|
|
308
|
+
readonly blockHeight: u64;
|
|
309
|
+
} & Struct;
|
|
310
|
+
readonly isUtxoUnwatched: boolean;
|
|
311
|
+
readonly asUtxoUnwatched: {
|
|
312
|
+
readonly utxoId: u64;
|
|
313
|
+
} & Struct;
|
|
314
|
+
readonly isUtxoSpentError: boolean;
|
|
315
|
+
readonly asUtxoSpentError: {
|
|
316
|
+
readonly utxoId: u64;
|
|
317
|
+
readonly error: SpRuntimeDispatchError;
|
|
318
|
+
} & Struct;
|
|
319
|
+
readonly isUtxoVerifiedError: boolean;
|
|
320
|
+
readonly asUtxoVerifiedError: {
|
|
321
|
+
readonly utxoId: u64;
|
|
322
|
+
readonly error: SpRuntimeDispatchError;
|
|
323
|
+
} & Struct;
|
|
324
|
+
readonly isUtxoRejectedError: boolean;
|
|
325
|
+
readonly asUtxoRejectedError: {
|
|
326
|
+
readonly utxoId: u64;
|
|
327
|
+
readonly error: SpRuntimeDispatchError;
|
|
328
|
+
} & Struct;
|
|
329
|
+
readonly isUtxoExpiredError: boolean;
|
|
330
|
+
readonly asUtxoExpiredError: {
|
|
331
|
+
readonly utxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
332
|
+
readonly error: SpRuntimeDispatchError;
|
|
333
|
+
} & Struct;
|
|
334
|
+
readonly type: 'UtxoVerified' | 'UtxoRejected' | 'UtxoSpent' | 'UtxoUnwatched' | 'UtxoSpentError' | 'UtxoVerifiedError' | 'UtxoRejectedError' | 'UtxoExpiredError';
|
|
335
|
+
}
|
|
336
|
+
/** @name ArgonPrimitivesBitcoinBitcoinRejectedReason (50) */
|
|
337
|
+
interface ArgonPrimitivesBitcoinBitcoinRejectedReason extends Enum {
|
|
338
|
+
readonly isSatoshisMismatch: boolean;
|
|
339
|
+
readonly isSpent: boolean;
|
|
340
|
+
readonly isLookupExpired: boolean;
|
|
341
|
+
readonly isDuplicateUtxo: boolean;
|
|
342
|
+
readonly type: 'SatoshisMismatch' | 'Spent' | 'LookupExpired' | 'DuplicateUtxo';
|
|
343
|
+
}
|
|
344
|
+
/** @name ArgonPrimitivesBitcoinUtxoRef (51) */
|
|
345
|
+
interface ArgonPrimitivesBitcoinUtxoRef extends Struct {
|
|
346
|
+
readonly txid: ArgonPrimitivesBitcoinH256Le;
|
|
347
|
+
readonly outputIndex: Compact<u32>;
|
|
348
|
+
}
|
|
349
|
+
/** @name ArgonPrimitivesBitcoinH256Le (52) */
|
|
350
|
+
interface ArgonPrimitivesBitcoinH256Le extends U8aFixed {
|
|
351
|
+
}
|
|
352
|
+
/** @name PalletVaultsEvent (54) */
|
|
353
|
+
interface PalletVaultsEvent extends Enum {
|
|
354
|
+
readonly isVaultCreated: boolean;
|
|
355
|
+
readonly asVaultCreated: {
|
|
356
|
+
readonly vaultId: u32;
|
|
357
|
+
readonly bitcoinArgons: u128;
|
|
358
|
+
readonly miningArgons: u128;
|
|
359
|
+
readonly securitizationPercent: u128;
|
|
360
|
+
readonly operatorAccountId: AccountId32;
|
|
361
|
+
} & Struct;
|
|
362
|
+
readonly isVaultModified: boolean;
|
|
363
|
+
readonly asVaultModified: {
|
|
364
|
+
readonly vaultId: u32;
|
|
365
|
+
readonly bitcoinArgons: u128;
|
|
366
|
+
readonly miningArgons: u128;
|
|
367
|
+
readonly securitizationPercent: u128;
|
|
368
|
+
} & Struct;
|
|
369
|
+
readonly isVaultTermsChangeScheduled: boolean;
|
|
370
|
+
readonly asVaultTermsChangeScheduled: {
|
|
371
|
+
readonly vaultId: u32;
|
|
372
|
+
readonly changeBlock: u32;
|
|
373
|
+
} & Struct;
|
|
374
|
+
readonly isVaultTermsChanged: boolean;
|
|
375
|
+
readonly asVaultTermsChanged: {
|
|
376
|
+
readonly vaultId: u32;
|
|
377
|
+
} & Struct;
|
|
378
|
+
readonly isVaultClosed: boolean;
|
|
379
|
+
readonly asVaultClosed: {
|
|
380
|
+
readonly vaultId: u32;
|
|
381
|
+
readonly bitcoinAmountStillBonded: u128;
|
|
382
|
+
readonly miningAmountStillBonded: u128;
|
|
383
|
+
readonly securitizationStillBonded: u128;
|
|
384
|
+
} & Struct;
|
|
385
|
+
readonly isVaultBitcoinXpubChange: boolean;
|
|
386
|
+
readonly asVaultBitcoinXpubChange: {
|
|
387
|
+
readonly vaultId: u32;
|
|
388
|
+
} & Struct;
|
|
389
|
+
readonly type: 'VaultCreated' | 'VaultModified' | 'VaultTermsChangeScheduled' | 'VaultTermsChanged' | 'VaultClosed' | 'VaultBitcoinXpubChange';
|
|
390
|
+
}
|
|
391
|
+
/** @name PalletBondEvent (55) */
|
|
392
|
+
interface PalletBondEvent extends Enum {
|
|
393
|
+
readonly isBondCreated: boolean;
|
|
394
|
+
readonly asBondCreated: {
|
|
395
|
+
readonly vaultId: u32;
|
|
396
|
+
readonly bondId: u64;
|
|
397
|
+
readonly bondType: ArgonPrimitivesBondBondType;
|
|
398
|
+
readonly bondedAccountId: AccountId32;
|
|
399
|
+
readonly utxoId: Option<u64>;
|
|
400
|
+
readonly amount: u128;
|
|
401
|
+
readonly expiration: ArgonPrimitivesBondBondExpiration;
|
|
402
|
+
} & Struct;
|
|
403
|
+
readonly isBondCompleted: boolean;
|
|
404
|
+
readonly asBondCompleted: {
|
|
405
|
+
readonly vaultId: u32;
|
|
406
|
+
readonly bondId: u64;
|
|
407
|
+
} & Struct;
|
|
408
|
+
readonly isBondCanceled: boolean;
|
|
409
|
+
readonly asBondCanceled: {
|
|
410
|
+
readonly vaultId: u32;
|
|
411
|
+
readonly bondId: u64;
|
|
412
|
+
readonly bondedAccountId: AccountId32;
|
|
413
|
+
readonly bondType: ArgonPrimitivesBondBondType;
|
|
414
|
+
readonly returnedFee: u128;
|
|
415
|
+
} & Struct;
|
|
416
|
+
readonly isBitcoinBondBurned: boolean;
|
|
417
|
+
readonly asBitcoinBondBurned: {
|
|
418
|
+
readonly vaultId: u32;
|
|
419
|
+
readonly bondId: u64;
|
|
420
|
+
readonly utxoId: u64;
|
|
421
|
+
readonly amountBurned: u128;
|
|
422
|
+
readonly amountHeld: u128;
|
|
423
|
+
readonly wasUtxoSpent: bool;
|
|
424
|
+
} & Struct;
|
|
425
|
+
readonly isBitcoinUtxoCosignRequested: boolean;
|
|
426
|
+
readonly asBitcoinUtxoCosignRequested: {
|
|
427
|
+
readonly bondId: u64;
|
|
428
|
+
readonly vaultId: u32;
|
|
429
|
+
readonly utxoId: u64;
|
|
430
|
+
} & Struct;
|
|
431
|
+
readonly isBitcoinUtxoCosigned: boolean;
|
|
432
|
+
readonly asBitcoinUtxoCosigned: {
|
|
433
|
+
readonly bondId: u64;
|
|
434
|
+
readonly vaultId: u32;
|
|
435
|
+
readonly utxoId: u64;
|
|
436
|
+
readonly signature: Bytes;
|
|
437
|
+
} & Struct;
|
|
438
|
+
readonly isBitcoinCosignPastDue: boolean;
|
|
439
|
+
readonly asBitcoinCosignPastDue: {
|
|
440
|
+
readonly bondId: u64;
|
|
441
|
+
readonly vaultId: u32;
|
|
442
|
+
readonly utxoId: u64;
|
|
443
|
+
readonly compensationAmount: u128;
|
|
444
|
+
readonly compensationStillOwed: u128;
|
|
445
|
+
readonly compensatedAccountId: AccountId32;
|
|
446
|
+
} & Struct;
|
|
447
|
+
readonly isBondCompletionError: boolean;
|
|
448
|
+
readonly asBondCompletionError: {
|
|
449
|
+
readonly bondId: u64;
|
|
450
|
+
readonly error: SpRuntimeDispatchError;
|
|
451
|
+
} & Struct;
|
|
452
|
+
readonly isCosignOverdueError: boolean;
|
|
453
|
+
readonly asCosignOverdueError: {
|
|
454
|
+
readonly utxoId: u64;
|
|
455
|
+
readonly error: SpRuntimeDispatchError;
|
|
456
|
+
} & Struct;
|
|
457
|
+
readonly type: 'BondCreated' | 'BondCompleted' | 'BondCanceled' | 'BitcoinBondBurned' | 'BitcoinUtxoCosignRequested' | 'BitcoinUtxoCosigned' | 'BitcoinCosignPastDue' | 'BondCompletionError' | 'CosignOverdueError';
|
|
458
|
+
}
|
|
459
|
+
/** @name ArgonPrimitivesBondBondType (56) */
|
|
460
|
+
interface ArgonPrimitivesBondBondType extends Enum {
|
|
461
|
+
readonly isMining: boolean;
|
|
462
|
+
readonly isBitcoin: boolean;
|
|
463
|
+
readonly type: 'Mining' | 'Bitcoin';
|
|
464
|
+
}
|
|
465
|
+
/** @name ArgonPrimitivesBondBondExpiration (57) */
|
|
466
|
+
interface ArgonPrimitivesBondBondExpiration extends Enum {
|
|
467
|
+
readonly isArgonBlock: boolean;
|
|
468
|
+
readonly asArgonBlock: Compact<u32>;
|
|
469
|
+
readonly isBitcoinBlock: boolean;
|
|
470
|
+
readonly asBitcoinBlock: Compact<u64>;
|
|
471
|
+
readonly type: 'ArgonBlock' | 'BitcoinBlock';
|
|
472
|
+
}
|
|
473
|
+
/** @name PalletNotariesEvent (60) */
|
|
474
|
+
interface PalletNotariesEvent extends Enum {
|
|
475
|
+
readonly isNotaryProposed: boolean;
|
|
476
|
+
readonly asNotaryProposed: {
|
|
477
|
+
readonly operatorAccount: AccountId32;
|
|
478
|
+
readonly meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
479
|
+
readonly expires: u32;
|
|
480
|
+
} & Struct;
|
|
481
|
+
readonly isNotaryActivated: boolean;
|
|
482
|
+
readonly asNotaryActivated: {
|
|
483
|
+
readonly notary: ArgonPrimitivesNotaryNotaryRecord;
|
|
484
|
+
} & Struct;
|
|
485
|
+
readonly isNotaryMetaUpdateQueued: boolean;
|
|
486
|
+
readonly asNotaryMetaUpdateQueued: {
|
|
487
|
+
readonly notaryId: u32;
|
|
488
|
+
readonly meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
489
|
+
readonly effectiveTick: u32;
|
|
490
|
+
} & Struct;
|
|
491
|
+
readonly isNotaryMetaUpdated: boolean;
|
|
492
|
+
readonly asNotaryMetaUpdated: {
|
|
493
|
+
readonly notaryId: u32;
|
|
494
|
+
readonly meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
495
|
+
} & Struct;
|
|
496
|
+
readonly isNotaryMetaUpdateError: boolean;
|
|
497
|
+
readonly asNotaryMetaUpdateError: {
|
|
498
|
+
readonly notaryId: u32;
|
|
499
|
+
readonly error: SpRuntimeDispatchError;
|
|
500
|
+
readonly meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
501
|
+
} & Struct;
|
|
502
|
+
readonly type: 'NotaryProposed' | 'NotaryActivated' | 'NotaryMetaUpdateQueued' | 'NotaryMetaUpdated' | 'NotaryMetaUpdateError';
|
|
503
|
+
}
|
|
504
|
+
/** @name ArgonPrimitivesNotaryNotaryMeta (61) */
|
|
505
|
+
interface ArgonPrimitivesNotaryNotaryMeta extends Struct {
|
|
506
|
+
readonly name: Bytes;
|
|
507
|
+
readonly public: U8aFixed;
|
|
508
|
+
readonly hosts: Vec<Bytes>;
|
|
509
|
+
}
|
|
510
|
+
/** @name ArgonPrimitivesNotaryNotaryRecord (68) */
|
|
511
|
+
interface ArgonPrimitivesNotaryNotaryRecord extends Struct {
|
|
512
|
+
readonly notaryId: Compact<u32>;
|
|
513
|
+
readonly operatorAccountId: AccountId32;
|
|
514
|
+
readonly activatedBlock: Compact<u32>;
|
|
515
|
+
readonly metaUpdatedBlock: Compact<u32>;
|
|
516
|
+
readonly metaUpdatedTick: Compact<u32>;
|
|
517
|
+
readonly meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
518
|
+
}
|
|
519
|
+
/** @name PalletNotebookEvent (69) */
|
|
520
|
+
interface PalletNotebookEvent extends Enum {
|
|
521
|
+
readonly isNotebookSubmitted: boolean;
|
|
522
|
+
readonly asNotebookSubmitted: {
|
|
523
|
+
readonly notaryId: u32;
|
|
524
|
+
readonly notebookNumber: u32;
|
|
525
|
+
} & Struct;
|
|
526
|
+
readonly isNotebookAuditFailure: boolean;
|
|
527
|
+
readonly asNotebookAuditFailure: {
|
|
528
|
+
readonly notaryId: u32;
|
|
529
|
+
readonly notebookNumber: u32;
|
|
530
|
+
readonly firstFailureReason: ArgonNotaryAuditErrorVerifyError;
|
|
531
|
+
} & Struct;
|
|
532
|
+
readonly type: 'NotebookSubmitted' | 'NotebookAuditFailure';
|
|
533
|
+
}
|
|
534
|
+
/** @name ArgonNotaryAuditErrorVerifyError (70) */
|
|
535
|
+
interface ArgonNotaryAuditErrorVerifyError extends Enum {
|
|
536
|
+
readonly isMissingAccountOrigin: boolean;
|
|
537
|
+
readonly asMissingAccountOrigin: {
|
|
538
|
+
readonly accountId: AccountId32;
|
|
539
|
+
readonly accountType: ArgonPrimitivesAccountAccountType;
|
|
540
|
+
} & Struct;
|
|
541
|
+
readonly isHistoryLookupError: boolean;
|
|
542
|
+
readonly asHistoryLookupError: {
|
|
543
|
+
readonly source: ArgonNotaryAuditAccountHistoryLookupError;
|
|
544
|
+
} & Struct;
|
|
545
|
+
readonly isInvalidAccountChangelist: boolean;
|
|
546
|
+
readonly isInvalidChainTransfersList: boolean;
|
|
547
|
+
readonly isInvalidBalanceChangeRoot: boolean;
|
|
548
|
+
readonly isInvalidHeaderTaxRecorded: boolean;
|
|
549
|
+
readonly isInvalidPreviousNonce: boolean;
|
|
550
|
+
readonly isInvalidPreviousBalance: boolean;
|
|
551
|
+
readonly isInvalidPreviousAccountOrigin: boolean;
|
|
552
|
+
readonly isInvalidPreviousBalanceChangeNotebook: boolean;
|
|
553
|
+
readonly isInvalidBalanceChange: boolean;
|
|
554
|
+
readonly isInvalidBalanceChangeSignature: boolean;
|
|
555
|
+
readonly asInvalidBalanceChangeSignature: {
|
|
556
|
+
readonly changeIndex: u16;
|
|
557
|
+
} & Struct;
|
|
558
|
+
readonly isInvalidNoteRecipients: boolean;
|
|
559
|
+
readonly isBalanceChangeError: boolean;
|
|
560
|
+
readonly asBalanceChangeError: {
|
|
561
|
+
readonly changeIndex: u16;
|
|
562
|
+
readonly noteIndex: u16;
|
|
563
|
+
readonly message: Text;
|
|
564
|
+
} & Struct;
|
|
565
|
+
readonly isInvalidNetBalanceChangeset: boolean;
|
|
566
|
+
readonly isInsufficientBalance: boolean;
|
|
567
|
+
readonly asInsufficientBalance: {
|
|
568
|
+
readonly balance: u128;
|
|
569
|
+
readonly amount: u128;
|
|
570
|
+
readonly noteIndex: u16;
|
|
571
|
+
readonly changeIndex: u16;
|
|
572
|
+
} & Struct;
|
|
573
|
+
readonly isExceededMaxBalance: boolean;
|
|
574
|
+
readonly asExceededMaxBalance: {
|
|
575
|
+
readonly balance: u128;
|
|
576
|
+
readonly amount: u128;
|
|
577
|
+
readonly noteIndex: u16;
|
|
578
|
+
readonly changeIndex: u16;
|
|
579
|
+
} & Struct;
|
|
580
|
+
readonly isBalanceChangeMismatch: boolean;
|
|
581
|
+
readonly asBalanceChangeMismatch: {
|
|
582
|
+
readonly changeIndex: u16;
|
|
583
|
+
readonly providedBalance: u128;
|
|
584
|
+
readonly calculatedBalance: i128;
|
|
585
|
+
} & Struct;
|
|
586
|
+
readonly isBalanceChangeNotNetZero: boolean;
|
|
587
|
+
readonly asBalanceChangeNotNetZero: {
|
|
588
|
+
readonly sent: u128;
|
|
589
|
+
readonly claimed: u128;
|
|
590
|
+
} & Struct;
|
|
591
|
+
readonly isInvalidDomainLeaseAllocation: boolean;
|
|
592
|
+
readonly isTaxBalanceChangeNotNetZero: boolean;
|
|
593
|
+
readonly asTaxBalanceChangeNotNetZero: {
|
|
594
|
+
readonly sent: u128;
|
|
595
|
+
readonly claimed: u128;
|
|
596
|
+
} & Struct;
|
|
597
|
+
readonly isMissingBalanceProof: boolean;
|
|
598
|
+
readonly isInvalidPreviousBalanceProof: boolean;
|
|
599
|
+
readonly isInvalidNotebookHash: boolean;
|
|
600
|
+
readonly isInvalidNotebookHeaderHash: boolean;
|
|
601
|
+
readonly isDuplicateChainTransfer: boolean;
|
|
602
|
+
readonly isDuplicatedAccountOriginUid: boolean;
|
|
603
|
+
readonly isInvalidNotarySignature: boolean;
|
|
604
|
+
readonly isInvalidSecretProvided: boolean;
|
|
605
|
+
readonly isNotebookTooOld: boolean;
|
|
606
|
+
readonly isCatchupNotebooksMissing: boolean;
|
|
607
|
+
readonly isDecodeError: boolean;
|
|
608
|
+
readonly isAccountEscrowHoldDoesntExist: boolean;
|
|
609
|
+
readonly isAccountAlreadyHasEscrowHold: boolean;
|
|
610
|
+
readonly isEscrowHoldNotReadyForClaim: boolean;
|
|
611
|
+
readonly asEscrowHoldNotReadyForClaim: {
|
|
612
|
+
readonly currentTick: u32;
|
|
613
|
+
readonly claimTick: u32;
|
|
614
|
+
} & Struct;
|
|
615
|
+
readonly isAccountLocked: boolean;
|
|
616
|
+
readonly isMissingEscrowHoldNote: boolean;
|
|
617
|
+
readonly isInvalidEscrowHoldNote: boolean;
|
|
618
|
+
readonly isInvalidEscrowClaimers: boolean;
|
|
619
|
+
readonly isEscrowNoteBelowMinimum: boolean;
|
|
620
|
+
readonly isInvalidTaxNoteAccount: boolean;
|
|
621
|
+
readonly isInvalidTaxOperation: boolean;
|
|
622
|
+
readonly isInsufficientTaxIncluded: boolean;
|
|
623
|
+
readonly asInsufficientTaxIncluded: {
|
|
624
|
+
readonly taxSent: u128;
|
|
625
|
+
readonly taxOwed: u128;
|
|
626
|
+
readonly accountId: AccountId32;
|
|
627
|
+
} & Struct;
|
|
628
|
+
readonly isInsufficientBlockVoteTax: boolean;
|
|
629
|
+
readonly isIneligibleTaxVoter: boolean;
|
|
630
|
+
readonly isBlockVoteInvalidSignature: boolean;
|
|
631
|
+
readonly isInvalidBlockVoteAllocation: boolean;
|
|
632
|
+
readonly isInvalidBlockVoteRoot: boolean;
|
|
633
|
+
readonly isInvalidBlockVotesCount: boolean;
|
|
634
|
+
readonly isInvalidBlockVotingPower: boolean;
|
|
635
|
+
readonly isInvalidBlockVoteList: boolean;
|
|
636
|
+
readonly isInvalidComputeProof: boolean;
|
|
637
|
+
readonly isInvalidBlockVoteSource: boolean;
|
|
638
|
+
readonly isInsufficientBlockVoteMinimum: boolean;
|
|
639
|
+
readonly isBlockVoteDataDomainMismatch: boolean;
|
|
640
|
+
readonly isBlockVoteEscrowReused: boolean;
|
|
641
|
+
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' | 'AccountEscrowHoldDoesntExist' | 'AccountAlreadyHasEscrowHold' | 'EscrowHoldNotReadyForClaim' | 'AccountLocked' | 'MissingEscrowHoldNote' | 'InvalidEscrowHoldNote' | 'InvalidEscrowClaimers' | 'EscrowNoteBelowMinimum' | 'InvalidTaxNoteAccount' | 'InvalidTaxOperation' | 'InsufficientTaxIncluded' | 'InsufficientBlockVoteTax' | 'IneligibleTaxVoter' | 'BlockVoteInvalidSignature' | 'InvalidBlockVoteAllocation' | 'InvalidBlockVoteRoot' | 'InvalidBlockVotesCount' | 'InvalidBlockVotingPower' | 'InvalidBlockVoteList' | 'InvalidComputeProof' | 'InvalidBlockVoteSource' | 'InsufficientBlockVoteMinimum' | 'BlockVoteDataDomainMismatch' | 'BlockVoteEscrowReused';
|
|
642
|
+
}
|
|
643
|
+
/** @name ArgonPrimitivesAccountAccountType (71) */
|
|
644
|
+
interface ArgonPrimitivesAccountAccountType extends Enum {
|
|
645
|
+
readonly isTax: boolean;
|
|
646
|
+
readonly isDeposit: boolean;
|
|
647
|
+
readonly type: 'Tax' | 'Deposit';
|
|
648
|
+
}
|
|
649
|
+
/** @name ArgonNotaryAuditAccountHistoryLookupError (72) */
|
|
650
|
+
interface ArgonNotaryAuditAccountHistoryLookupError extends Enum {
|
|
651
|
+
readonly isRootNotFound: boolean;
|
|
652
|
+
readonly isLastChangeNotFound: boolean;
|
|
653
|
+
readonly isInvalidTransferToLocalchain: boolean;
|
|
654
|
+
readonly isBlockSpecificationNotFound: boolean;
|
|
655
|
+
readonly type: 'RootNotFound' | 'LastChangeNotFound' | 'InvalidTransferToLocalchain' | 'BlockSpecificationNotFound';
|
|
656
|
+
}
|
|
657
|
+
/** @name PalletChainTransferEvent (75) */
|
|
658
|
+
interface PalletChainTransferEvent extends Enum {
|
|
659
|
+
readonly isTransferToLocalchain: boolean;
|
|
660
|
+
readonly asTransferToLocalchain: {
|
|
661
|
+
readonly accountId: AccountId32;
|
|
662
|
+
readonly amount: u128;
|
|
663
|
+
readonly transferId: u32;
|
|
664
|
+
readonly notaryId: u32;
|
|
665
|
+
readonly expirationTick: u32;
|
|
666
|
+
} & Struct;
|
|
667
|
+
readonly isTransferToLocalchainExpired: boolean;
|
|
668
|
+
readonly asTransferToLocalchainExpired: {
|
|
669
|
+
readonly accountId: AccountId32;
|
|
670
|
+
readonly transferId: u32;
|
|
671
|
+
readonly notaryId: u32;
|
|
672
|
+
} & Struct;
|
|
673
|
+
readonly isTransferIn: boolean;
|
|
674
|
+
readonly asTransferIn: {
|
|
675
|
+
readonly accountId: AccountId32;
|
|
676
|
+
readonly amount: u128;
|
|
677
|
+
readonly notaryId: u32;
|
|
678
|
+
} & Struct;
|
|
679
|
+
readonly isTransferInError: boolean;
|
|
680
|
+
readonly asTransferInError: {
|
|
681
|
+
readonly accountId: AccountId32;
|
|
682
|
+
readonly amount: u128;
|
|
683
|
+
readonly notaryId: u32;
|
|
684
|
+
readonly notebookNumber: u32;
|
|
685
|
+
readonly error: SpRuntimeDispatchError;
|
|
686
|
+
} & Struct;
|
|
687
|
+
readonly isTransferToLocalchainRefundError: boolean;
|
|
688
|
+
readonly asTransferToLocalchainRefundError: {
|
|
689
|
+
readonly accountId: AccountId32;
|
|
690
|
+
readonly transferId: u32;
|
|
691
|
+
readonly notaryId: u32;
|
|
692
|
+
readonly notebookNumber: u32;
|
|
693
|
+
readonly error: SpRuntimeDispatchError;
|
|
694
|
+
} & Struct;
|
|
695
|
+
readonly isPossibleInvalidTransferAllowed: boolean;
|
|
696
|
+
readonly asPossibleInvalidTransferAllowed: {
|
|
697
|
+
readonly transferId: u32;
|
|
698
|
+
readonly notaryId: u32;
|
|
699
|
+
readonly notebookNumber: u32;
|
|
700
|
+
} & Struct;
|
|
701
|
+
readonly isTaxationError: boolean;
|
|
702
|
+
readonly asTaxationError: {
|
|
703
|
+
readonly notaryId: u32;
|
|
704
|
+
readonly notebookNumber: u32;
|
|
705
|
+
readonly tax: u128;
|
|
706
|
+
readonly error: SpRuntimeDispatchError;
|
|
707
|
+
} & Struct;
|
|
708
|
+
readonly type: 'TransferToLocalchain' | 'TransferToLocalchainExpired' | 'TransferIn' | 'TransferInError' | 'TransferToLocalchainRefundError' | 'PossibleInvalidTransferAllowed' | 'TaxationError';
|
|
709
|
+
}
|
|
710
|
+
/** @name PalletBlockSealSpecEvent (76) */
|
|
711
|
+
interface PalletBlockSealSpecEvent extends Enum {
|
|
712
|
+
readonly isVoteMinimumAdjusted: boolean;
|
|
713
|
+
readonly asVoteMinimumAdjusted: {
|
|
714
|
+
readonly expectedBlockVotes: u128;
|
|
715
|
+
readonly actualBlockVotes: u128;
|
|
716
|
+
readonly startVoteMinimum: u128;
|
|
717
|
+
readonly newVoteMinimum: u128;
|
|
718
|
+
} & Struct;
|
|
719
|
+
readonly isComputeDifficultyAdjusted: boolean;
|
|
720
|
+
readonly asComputeDifficultyAdjusted: {
|
|
721
|
+
readonly expectedBlockTime: u64;
|
|
722
|
+
readonly actualBlockTime: u64;
|
|
723
|
+
readonly startDifficulty: u128;
|
|
724
|
+
readonly newDifficulty: u128;
|
|
725
|
+
} & Struct;
|
|
726
|
+
readonly type: 'VoteMinimumAdjusted' | 'ComputeDifficultyAdjusted';
|
|
727
|
+
}
|
|
728
|
+
/** @name PalletDataDomainEvent (77) */
|
|
729
|
+
interface PalletDataDomainEvent extends Enum {
|
|
730
|
+
readonly isZoneRecordUpdated: boolean;
|
|
731
|
+
readonly asZoneRecordUpdated: {
|
|
732
|
+
readonly domainHash: H256;
|
|
733
|
+
readonly zoneRecord: ArgonPrimitivesDataDomainZoneRecord;
|
|
734
|
+
} & Struct;
|
|
735
|
+
readonly isDataDomainRegistered: boolean;
|
|
736
|
+
readonly asDataDomainRegistered: {
|
|
737
|
+
readonly domainHash: H256;
|
|
738
|
+
readonly registration: PalletDataDomainDataDomainRegistration;
|
|
739
|
+
} & Struct;
|
|
740
|
+
readonly isDataDomainRenewed: boolean;
|
|
741
|
+
readonly asDataDomainRenewed: {
|
|
742
|
+
readonly domainHash: H256;
|
|
743
|
+
} & Struct;
|
|
744
|
+
readonly isDataDomainExpired: boolean;
|
|
745
|
+
readonly asDataDomainExpired: {
|
|
746
|
+
readonly domainHash: H256;
|
|
747
|
+
} & Struct;
|
|
748
|
+
readonly isDataDomainRegistrationCanceled: boolean;
|
|
749
|
+
readonly asDataDomainRegistrationCanceled: {
|
|
750
|
+
readonly domainHash: H256;
|
|
751
|
+
readonly registration: PalletDataDomainDataDomainRegistration;
|
|
752
|
+
} & Struct;
|
|
753
|
+
readonly isDataDomainRegistrationError: boolean;
|
|
754
|
+
readonly asDataDomainRegistrationError: {
|
|
755
|
+
readonly domainHash: H256;
|
|
756
|
+
readonly accountId: AccountId32;
|
|
757
|
+
readonly error: SpRuntimeDispatchError;
|
|
758
|
+
} & Struct;
|
|
759
|
+
readonly type: 'ZoneRecordUpdated' | 'DataDomainRegistered' | 'DataDomainRenewed' | 'DataDomainExpired' | 'DataDomainRegistrationCanceled' | 'DataDomainRegistrationError';
|
|
760
|
+
}
|
|
761
|
+
/** @name ArgonPrimitivesDataDomainZoneRecord (78) */
|
|
762
|
+
interface ArgonPrimitivesDataDomainZoneRecord extends Struct {
|
|
763
|
+
readonly paymentAccount: AccountId32;
|
|
764
|
+
readonly notaryId: u32;
|
|
765
|
+
readonly versions: BTreeMap<ArgonPrimitivesDataDomainSemver, ArgonPrimitivesDataDomainVersionHost>;
|
|
766
|
+
}
|
|
767
|
+
/** @name ArgonPrimitivesDataDomainSemver (80) */
|
|
768
|
+
interface ArgonPrimitivesDataDomainSemver extends Struct {
|
|
769
|
+
readonly major: u32;
|
|
770
|
+
readonly minor: u32;
|
|
771
|
+
readonly patch: u32;
|
|
772
|
+
}
|
|
773
|
+
/** @name ArgonPrimitivesDataDomainVersionHost (81) */
|
|
774
|
+
interface ArgonPrimitivesDataDomainVersionHost extends Struct {
|
|
775
|
+
readonly datastoreId: Bytes;
|
|
776
|
+
readonly host: Bytes;
|
|
777
|
+
}
|
|
778
|
+
/** @name PalletDataDomainDataDomainRegistration (85) */
|
|
779
|
+
interface PalletDataDomainDataDomainRegistration extends Struct {
|
|
780
|
+
readonly accountId: AccountId32;
|
|
781
|
+
readonly registeredAtTick: u32;
|
|
782
|
+
}
|
|
783
|
+
/** @name PalletPriceIndexEvent (86) */
|
|
784
|
+
interface PalletPriceIndexEvent extends Enum {
|
|
785
|
+
readonly isNewIndex: boolean;
|
|
786
|
+
readonly isOperatorChanged: boolean;
|
|
787
|
+
readonly asOperatorChanged: {
|
|
788
|
+
readonly operatorId: AccountId32;
|
|
789
|
+
} & Struct;
|
|
790
|
+
readonly type: 'NewIndex' | 'OperatorChanged';
|
|
791
|
+
}
|
|
792
|
+
/** @name PalletSessionEvent (87) */
|
|
793
|
+
interface PalletSessionEvent extends Enum {
|
|
794
|
+
readonly isNewSession: boolean;
|
|
795
|
+
readonly asNewSession: {
|
|
796
|
+
readonly sessionIndex: u32;
|
|
797
|
+
} & Struct;
|
|
798
|
+
readonly type: 'NewSession';
|
|
799
|
+
}
|
|
800
|
+
/** @name PalletBlockRewardsEvent (88) */
|
|
801
|
+
interface PalletBlockRewardsEvent extends Enum {
|
|
802
|
+
readonly isRewardCreated: boolean;
|
|
803
|
+
readonly asRewardCreated: {
|
|
804
|
+
readonly maturationBlock: u32;
|
|
805
|
+
readonly rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>;
|
|
806
|
+
} & Struct;
|
|
807
|
+
readonly isRewardUnlocked: boolean;
|
|
808
|
+
readonly asRewardUnlocked: {
|
|
809
|
+
readonly rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>;
|
|
810
|
+
} & Struct;
|
|
811
|
+
readonly isRewardUnlockError: boolean;
|
|
812
|
+
readonly asRewardUnlockError: {
|
|
813
|
+
readonly accountId: AccountId32;
|
|
814
|
+
readonly argons: Option<u128>;
|
|
815
|
+
readonly shares: Option<u128>;
|
|
816
|
+
readonly error: SpRuntimeDispatchError;
|
|
817
|
+
} & Struct;
|
|
818
|
+
readonly isRewardCreateError: boolean;
|
|
819
|
+
readonly asRewardCreateError: {
|
|
820
|
+
readonly accountId: AccountId32;
|
|
821
|
+
readonly argons: Option<u128>;
|
|
822
|
+
readonly shares: Option<u128>;
|
|
823
|
+
readonly error: SpRuntimeDispatchError;
|
|
824
|
+
} & Struct;
|
|
825
|
+
readonly type: 'RewardCreated' | 'RewardUnlocked' | 'RewardUnlockError' | 'RewardCreateError';
|
|
826
|
+
}
|
|
827
|
+
/** @name ArgonPrimitivesBlockSealBlockPayout (90) */
|
|
828
|
+
interface ArgonPrimitivesBlockSealBlockPayout extends Struct {
|
|
829
|
+
readonly accountId: AccountId32;
|
|
830
|
+
readonly shares: Compact<u128>;
|
|
831
|
+
readonly argons: Compact<u128>;
|
|
832
|
+
}
|
|
833
|
+
/** @name PalletGrandpaEvent (92) */
|
|
834
|
+
interface PalletGrandpaEvent extends Enum {
|
|
835
|
+
readonly isNewAuthorities: boolean;
|
|
836
|
+
readonly asNewAuthorities: {
|
|
837
|
+
readonly authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
838
|
+
} & Struct;
|
|
839
|
+
readonly isPaused: boolean;
|
|
840
|
+
readonly isResumed: boolean;
|
|
841
|
+
readonly type: 'NewAuthorities' | 'Paused' | 'Resumed';
|
|
842
|
+
}
|
|
843
|
+
/** @name SpConsensusGrandpaAppPublic (95) */
|
|
844
|
+
interface SpConsensusGrandpaAppPublic extends U8aFixed {
|
|
845
|
+
}
|
|
846
|
+
/** @name PalletOffencesEvent (96) */
|
|
847
|
+
interface PalletOffencesEvent extends Enum {
|
|
848
|
+
readonly isOffence: boolean;
|
|
849
|
+
readonly asOffence: {
|
|
850
|
+
readonly kind: U8aFixed;
|
|
851
|
+
readonly timeslot: Bytes;
|
|
852
|
+
} & Struct;
|
|
853
|
+
readonly type: 'Offence';
|
|
854
|
+
}
|
|
855
|
+
/** @name PalletMintEvent (98) */
|
|
856
|
+
interface PalletMintEvent extends Enum {
|
|
857
|
+
readonly isArgonsMinted: boolean;
|
|
858
|
+
readonly asArgonsMinted: {
|
|
859
|
+
readonly mintType: PalletMintMintType;
|
|
860
|
+
readonly accountId: AccountId32;
|
|
861
|
+
readonly utxoId: Option<u64>;
|
|
862
|
+
readonly amount: u128;
|
|
863
|
+
} & Struct;
|
|
864
|
+
readonly isMintError: boolean;
|
|
865
|
+
readonly asMintError: {
|
|
866
|
+
readonly mintType: PalletMintMintType;
|
|
867
|
+
readonly accountId: AccountId32;
|
|
868
|
+
readonly utxoId: Option<u64>;
|
|
869
|
+
readonly amount: u128;
|
|
870
|
+
readonly error: SpRuntimeDispatchError;
|
|
871
|
+
} & Struct;
|
|
872
|
+
readonly type: 'ArgonsMinted' | 'MintError';
|
|
873
|
+
}
|
|
874
|
+
/** @name PalletMintMintType (99) */
|
|
875
|
+
interface PalletMintMintType extends Enum {
|
|
876
|
+
readonly isBitcoin: boolean;
|
|
877
|
+
readonly isMining: boolean;
|
|
878
|
+
readonly type: 'Bitcoin' | 'Mining';
|
|
879
|
+
}
|
|
880
|
+
/** @name PalletBalancesEvent (100) */
|
|
881
|
+
interface PalletBalancesEvent extends Enum {
|
|
882
|
+
readonly isEndowed: boolean;
|
|
883
|
+
readonly asEndowed: {
|
|
884
|
+
readonly account: AccountId32;
|
|
885
|
+
readonly freeBalance: u128;
|
|
886
|
+
} & Struct;
|
|
887
|
+
readonly isDustLost: boolean;
|
|
888
|
+
readonly asDustLost: {
|
|
889
|
+
readonly account: AccountId32;
|
|
890
|
+
readonly amount: u128;
|
|
891
|
+
} & Struct;
|
|
892
|
+
readonly isTransfer: boolean;
|
|
893
|
+
readonly asTransfer: {
|
|
894
|
+
readonly from: AccountId32;
|
|
895
|
+
readonly to: AccountId32;
|
|
896
|
+
readonly amount: u128;
|
|
897
|
+
} & Struct;
|
|
898
|
+
readonly isBalanceSet: boolean;
|
|
899
|
+
readonly asBalanceSet: {
|
|
900
|
+
readonly who: AccountId32;
|
|
901
|
+
readonly free: u128;
|
|
902
|
+
} & Struct;
|
|
903
|
+
readonly isReserved: boolean;
|
|
904
|
+
readonly asReserved: {
|
|
905
|
+
readonly who: AccountId32;
|
|
906
|
+
readonly amount: u128;
|
|
907
|
+
} & Struct;
|
|
908
|
+
readonly isUnreserved: boolean;
|
|
909
|
+
readonly asUnreserved: {
|
|
910
|
+
readonly who: AccountId32;
|
|
911
|
+
readonly amount: u128;
|
|
912
|
+
} & Struct;
|
|
913
|
+
readonly isReserveRepatriated: boolean;
|
|
914
|
+
readonly asReserveRepatriated: {
|
|
915
|
+
readonly from: AccountId32;
|
|
916
|
+
readonly to: AccountId32;
|
|
917
|
+
readonly amount: u128;
|
|
918
|
+
readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;
|
|
919
|
+
} & Struct;
|
|
920
|
+
readonly isDeposit: boolean;
|
|
921
|
+
readonly asDeposit: {
|
|
922
|
+
readonly who: AccountId32;
|
|
923
|
+
readonly amount: u128;
|
|
924
|
+
} & Struct;
|
|
925
|
+
readonly isWithdraw: boolean;
|
|
926
|
+
readonly asWithdraw: {
|
|
927
|
+
readonly who: AccountId32;
|
|
928
|
+
readonly amount: u128;
|
|
929
|
+
} & Struct;
|
|
930
|
+
readonly isSlashed: boolean;
|
|
931
|
+
readonly asSlashed: {
|
|
932
|
+
readonly who: AccountId32;
|
|
933
|
+
readonly amount: u128;
|
|
934
|
+
} & Struct;
|
|
935
|
+
readonly isMinted: boolean;
|
|
936
|
+
readonly asMinted: {
|
|
937
|
+
readonly who: AccountId32;
|
|
938
|
+
readonly amount: u128;
|
|
939
|
+
} & Struct;
|
|
940
|
+
readonly isBurned: boolean;
|
|
941
|
+
readonly asBurned: {
|
|
942
|
+
readonly who: AccountId32;
|
|
943
|
+
readonly amount: u128;
|
|
944
|
+
} & Struct;
|
|
945
|
+
readonly isSuspended: boolean;
|
|
946
|
+
readonly asSuspended: {
|
|
947
|
+
readonly who: AccountId32;
|
|
948
|
+
readonly amount: u128;
|
|
949
|
+
} & Struct;
|
|
950
|
+
readonly isRestored: boolean;
|
|
951
|
+
readonly asRestored: {
|
|
952
|
+
readonly who: AccountId32;
|
|
953
|
+
readonly amount: u128;
|
|
954
|
+
} & Struct;
|
|
955
|
+
readonly isUpgraded: boolean;
|
|
956
|
+
readonly asUpgraded: {
|
|
957
|
+
readonly who: AccountId32;
|
|
958
|
+
} & Struct;
|
|
959
|
+
readonly isIssued: boolean;
|
|
960
|
+
readonly asIssued: {
|
|
961
|
+
readonly amount: u128;
|
|
962
|
+
} & Struct;
|
|
963
|
+
readonly isRescinded: boolean;
|
|
964
|
+
readonly asRescinded: {
|
|
965
|
+
readonly amount: u128;
|
|
966
|
+
} & Struct;
|
|
967
|
+
readonly isLocked: boolean;
|
|
968
|
+
readonly asLocked: {
|
|
969
|
+
readonly who: AccountId32;
|
|
970
|
+
readonly amount: u128;
|
|
971
|
+
} & Struct;
|
|
972
|
+
readonly isUnlocked: boolean;
|
|
973
|
+
readonly asUnlocked: {
|
|
974
|
+
readonly who: AccountId32;
|
|
975
|
+
readonly amount: u128;
|
|
976
|
+
} & Struct;
|
|
977
|
+
readonly isFrozen: boolean;
|
|
978
|
+
readonly asFrozen: {
|
|
979
|
+
readonly who: AccountId32;
|
|
980
|
+
readonly amount: u128;
|
|
981
|
+
} & Struct;
|
|
982
|
+
readonly isThawed: boolean;
|
|
983
|
+
readonly asThawed: {
|
|
984
|
+
readonly who: AccountId32;
|
|
985
|
+
readonly amount: u128;
|
|
986
|
+
} & Struct;
|
|
987
|
+
readonly isTotalIssuanceForced: boolean;
|
|
988
|
+
readonly asTotalIssuanceForced: {
|
|
989
|
+
readonly old: u128;
|
|
990
|
+
readonly new_: u128;
|
|
991
|
+
} & Struct;
|
|
992
|
+
readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed' | 'Minted' | 'Burned' | 'Suspended' | 'Restored' | 'Upgraded' | 'Issued' | 'Rescinded' | 'Locked' | 'Unlocked' | 'Frozen' | 'Thawed' | 'TotalIssuanceForced';
|
|
993
|
+
}
|
|
994
|
+
/** @name FrameSupportTokensMiscBalanceStatus (101) */
|
|
995
|
+
interface FrameSupportTokensMiscBalanceStatus extends Enum {
|
|
996
|
+
readonly isFree: boolean;
|
|
997
|
+
readonly isReserved: boolean;
|
|
998
|
+
readonly type: 'Free' | 'Reserved';
|
|
999
|
+
}
|
|
1000
|
+
/** @name PalletTxPauseEvent (103) */
|
|
1001
|
+
interface PalletTxPauseEvent extends Enum {
|
|
1002
|
+
readonly isCallPaused: boolean;
|
|
1003
|
+
readonly asCallPaused: {
|
|
1004
|
+
readonly fullName: ITuple<[Bytes, Bytes]>;
|
|
1005
|
+
} & Struct;
|
|
1006
|
+
readonly isCallUnpaused: boolean;
|
|
1007
|
+
readonly asCallUnpaused: {
|
|
1008
|
+
readonly fullName: ITuple<[Bytes, Bytes]>;
|
|
1009
|
+
} & Struct;
|
|
1010
|
+
readonly type: 'CallPaused' | 'CallUnpaused';
|
|
1011
|
+
}
|
|
1012
|
+
/** @name PalletTransactionPaymentEvent (106) */
|
|
1013
|
+
interface PalletTransactionPaymentEvent extends Enum {
|
|
1014
|
+
readonly isTransactionFeePaid: boolean;
|
|
1015
|
+
readonly asTransactionFeePaid: {
|
|
1016
|
+
readonly who: AccountId32;
|
|
1017
|
+
readonly actualFee: u128;
|
|
1018
|
+
readonly tip: u128;
|
|
1019
|
+
} & Struct;
|
|
1020
|
+
readonly type: 'TransactionFeePaid';
|
|
1021
|
+
}
|
|
1022
|
+
/** @name PalletSudoEvent (107) */
|
|
1023
|
+
interface PalletSudoEvent extends Enum {
|
|
1024
|
+
readonly isSudid: boolean;
|
|
1025
|
+
readonly asSudid: {
|
|
1026
|
+
readonly sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
1027
|
+
} & Struct;
|
|
1028
|
+
readonly isKeyChanged: boolean;
|
|
1029
|
+
readonly asKeyChanged: {
|
|
1030
|
+
readonly old: Option<AccountId32>;
|
|
1031
|
+
readonly new_: AccountId32;
|
|
1032
|
+
} & Struct;
|
|
1033
|
+
readonly isKeyRemoved: boolean;
|
|
1034
|
+
readonly isSudoAsDone: boolean;
|
|
1035
|
+
readonly asSudoAsDone: {
|
|
1036
|
+
readonly sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
1037
|
+
} & Struct;
|
|
1038
|
+
readonly type: 'Sudid' | 'KeyChanged' | 'KeyRemoved' | 'SudoAsDone';
|
|
1039
|
+
}
|
|
1040
|
+
/** @name FrameSystemPhase (109) */
|
|
1041
|
+
interface FrameSystemPhase extends Enum {
|
|
1042
|
+
readonly isApplyExtrinsic: boolean;
|
|
1043
|
+
readonly asApplyExtrinsic: u32;
|
|
1044
|
+
readonly isFinalization: boolean;
|
|
1045
|
+
readonly isInitialization: boolean;
|
|
1046
|
+
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
1047
|
+
}
|
|
1048
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (113) */
|
|
1049
|
+
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
1050
|
+
readonly specVersion: Compact<u32>;
|
|
1051
|
+
readonly specName: Text;
|
|
1052
|
+
}
|
|
1053
|
+
/** @name FrameSystemCodeUpgradeAuthorization (114) */
|
|
1054
|
+
interface FrameSystemCodeUpgradeAuthorization extends Struct {
|
|
1055
|
+
readonly codeHash: H256;
|
|
1056
|
+
readonly checkVersion: bool;
|
|
1057
|
+
}
|
|
1058
|
+
/** @name FrameSystemCall (115) */
|
|
1059
|
+
interface FrameSystemCall extends Enum {
|
|
1060
|
+
readonly isRemark: boolean;
|
|
1061
|
+
readonly asRemark: {
|
|
1062
|
+
readonly remark: Bytes;
|
|
1063
|
+
} & Struct;
|
|
1064
|
+
readonly isSetHeapPages: boolean;
|
|
1065
|
+
readonly asSetHeapPages: {
|
|
1066
|
+
readonly pages: u64;
|
|
1067
|
+
} & Struct;
|
|
1068
|
+
readonly isSetCode: boolean;
|
|
1069
|
+
readonly asSetCode: {
|
|
1070
|
+
readonly code: Bytes;
|
|
1071
|
+
} & Struct;
|
|
1072
|
+
readonly isSetCodeWithoutChecks: boolean;
|
|
1073
|
+
readonly asSetCodeWithoutChecks: {
|
|
1074
|
+
readonly code: Bytes;
|
|
1075
|
+
} & Struct;
|
|
1076
|
+
readonly isSetStorage: boolean;
|
|
1077
|
+
readonly asSetStorage: {
|
|
1078
|
+
readonly items: Vec<ITuple<[Bytes, Bytes]>>;
|
|
1079
|
+
} & Struct;
|
|
1080
|
+
readonly isKillStorage: boolean;
|
|
1081
|
+
readonly asKillStorage: {
|
|
1082
|
+
readonly keys_: Vec<Bytes>;
|
|
1083
|
+
} & Struct;
|
|
1084
|
+
readonly isKillPrefix: boolean;
|
|
1085
|
+
readonly asKillPrefix: {
|
|
1086
|
+
readonly prefix: Bytes;
|
|
1087
|
+
readonly subkeys: u32;
|
|
1088
|
+
} & Struct;
|
|
1089
|
+
readonly isRemarkWithEvent: boolean;
|
|
1090
|
+
readonly asRemarkWithEvent: {
|
|
1091
|
+
readonly remark: Bytes;
|
|
1092
|
+
} & Struct;
|
|
1093
|
+
readonly isAuthorizeUpgrade: boolean;
|
|
1094
|
+
readonly asAuthorizeUpgrade: {
|
|
1095
|
+
readonly codeHash: H256;
|
|
1096
|
+
} & Struct;
|
|
1097
|
+
readonly isAuthorizeUpgradeWithoutChecks: boolean;
|
|
1098
|
+
readonly asAuthorizeUpgradeWithoutChecks: {
|
|
1099
|
+
readonly codeHash: H256;
|
|
1100
|
+
} & Struct;
|
|
1101
|
+
readonly isApplyAuthorizedUpgrade: boolean;
|
|
1102
|
+
readonly asApplyAuthorizedUpgrade: {
|
|
1103
|
+
readonly code: Bytes;
|
|
1104
|
+
} & Struct;
|
|
1105
|
+
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
|
|
1106
|
+
}
|
|
1107
|
+
/** @name FrameSystemLimitsBlockWeights (119) */
|
|
1108
|
+
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
1109
|
+
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
1110
|
+
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
1111
|
+
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
1112
|
+
}
|
|
1113
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (120) */
|
|
1114
|
+
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
1115
|
+
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
1116
|
+
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
1117
|
+
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
1118
|
+
}
|
|
1119
|
+
/** @name FrameSystemLimitsWeightsPerClass (121) */
|
|
1120
|
+
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
1121
|
+
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
1122
|
+
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
1123
|
+
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
1124
|
+
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
1125
|
+
}
|
|
1126
|
+
/** @name FrameSystemLimitsBlockLength (123) */
|
|
1127
|
+
interface FrameSystemLimitsBlockLength extends Struct {
|
|
1128
|
+
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
1129
|
+
}
|
|
1130
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (124) */
|
|
1131
|
+
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
1132
|
+
readonly normal: u32;
|
|
1133
|
+
readonly operational: u32;
|
|
1134
|
+
readonly mandatory: u32;
|
|
1135
|
+
}
|
|
1136
|
+
/** @name SpWeightsRuntimeDbWeight (125) */
|
|
1137
|
+
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
1138
|
+
readonly read: u64;
|
|
1139
|
+
readonly write: u64;
|
|
1140
|
+
}
|
|
1141
|
+
/** @name SpVersionRuntimeVersion (126) */
|
|
1142
|
+
interface SpVersionRuntimeVersion extends Struct {
|
|
1143
|
+
readonly specName: Text;
|
|
1144
|
+
readonly implName: Text;
|
|
1145
|
+
readonly authoringVersion: u32;
|
|
1146
|
+
readonly specVersion: u32;
|
|
1147
|
+
readonly implVersion: u32;
|
|
1148
|
+
readonly apis: Vec<ITuple<[U8aFixed, u32]>>;
|
|
1149
|
+
readonly transactionVersion: u32;
|
|
1150
|
+
readonly stateVersion: u8;
|
|
1151
|
+
}
|
|
1152
|
+
/** @name FrameSystemError (131) */
|
|
1153
|
+
interface FrameSystemError extends Enum {
|
|
1154
|
+
readonly isInvalidSpecName: boolean;
|
|
1155
|
+
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
1156
|
+
readonly isFailedToExtractRuntimeVersion: boolean;
|
|
1157
|
+
readonly isNonDefaultComposite: boolean;
|
|
1158
|
+
readonly isNonZeroRefCount: boolean;
|
|
1159
|
+
readonly isCallFiltered: boolean;
|
|
1160
|
+
readonly isMultiBlockMigrationsOngoing: boolean;
|
|
1161
|
+
readonly isNothingAuthorized: boolean;
|
|
1162
|
+
readonly isUnauthorized: boolean;
|
|
1163
|
+
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'MultiBlockMigrationsOngoing' | 'NothingAuthorized' | 'Unauthorized';
|
|
1164
|
+
}
|
|
1165
|
+
/** @name PalletTimestampCall (132) */
|
|
1166
|
+
interface PalletTimestampCall extends Enum {
|
|
1167
|
+
readonly isSet: boolean;
|
|
1168
|
+
readonly asSet: {
|
|
1169
|
+
readonly now: Compact<u64>;
|
|
1170
|
+
} & Struct;
|
|
1171
|
+
readonly type: 'Set';
|
|
1172
|
+
}
|
|
1173
|
+
/** @name PalletMultisigMultisig (134) */
|
|
1174
|
+
interface PalletMultisigMultisig extends Struct {
|
|
1175
|
+
readonly when: PalletMultisigTimepoint;
|
|
1176
|
+
readonly deposit: u128;
|
|
1177
|
+
readonly depositor: AccountId32;
|
|
1178
|
+
readonly approvals: Vec<AccountId32>;
|
|
1179
|
+
}
|
|
1180
|
+
/** @name PalletMultisigCall (137) */
|
|
1181
|
+
interface PalletMultisigCall extends Enum {
|
|
1182
|
+
readonly isAsMultiThreshold1: boolean;
|
|
1183
|
+
readonly asAsMultiThreshold1: {
|
|
1184
|
+
readonly otherSignatories: Vec<AccountId32>;
|
|
1185
|
+
readonly call: Call;
|
|
1186
|
+
} & Struct;
|
|
1187
|
+
readonly isAsMulti: boolean;
|
|
1188
|
+
readonly asAsMulti: {
|
|
1189
|
+
readonly threshold: u16;
|
|
1190
|
+
readonly otherSignatories: Vec<AccountId32>;
|
|
1191
|
+
readonly maybeTimepoint: Option<PalletMultisigTimepoint>;
|
|
1192
|
+
readonly call: Call;
|
|
1193
|
+
readonly maxWeight: SpWeightsWeightV2Weight;
|
|
1194
|
+
} & Struct;
|
|
1195
|
+
readonly isApproveAsMulti: boolean;
|
|
1196
|
+
readonly asApproveAsMulti: {
|
|
1197
|
+
readonly threshold: u16;
|
|
1198
|
+
readonly otherSignatories: Vec<AccountId32>;
|
|
1199
|
+
readonly maybeTimepoint: Option<PalletMultisigTimepoint>;
|
|
1200
|
+
readonly callHash: U8aFixed;
|
|
1201
|
+
readonly maxWeight: SpWeightsWeightV2Weight;
|
|
1202
|
+
} & Struct;
|
|
1203
|
+
readonly isCancelAsMulti: boolean;
|
|
1204
|
+
readonly asCancelAsMulti: {
|
|
1205
|
+
readonly threshold: u16;
|
|
1206
|
+
readonly otherSignatories: Vec<AccountId32>;
|
|
1207
|
+
readonly timepoint: PalletMultisigTimepoint;
|
|
1208
|
+
readonly callHash: U8aFixed;
|
|
1209
|
+
} & Struct;
|
|
1210
|
+
readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti';
|
|
1211
|
+
}
|
|
1212
|
+
/** @name PalletProxyCall (139) */
|
|
1213
|
+
interface PalletProxyCall extends Enum {
|
|
1214
|
+
readonly isProxy: boolean;
|
|
1215
|
+
readonly asProxy: {
|
|
1216
|
+
readonly real: MultiAddress;
|
|
1217
|
+
readonly forceProxyType: Option<ArgonNodeRuntimeProxyType>;
|
|
1218
|
+
readonly call: Call;
|
|
1219
|
+
} & Struct;
|
|
1220
|
+
readonly isAddProxy: boolean;
|
|
1221
|
+
readonly asAddProxy: {
|
|
1222
|
+
readonly delegate: MultiAddress;
|
|
1223
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
1224
|
+
readonly delay: u32;
|
|
1225
|
+
} & Struct;
|
|
1226
|
+
readonly isRemoveProxy: boolean;
|
|
1227
|
+
readonly asRemoveProxy: {
|
|
1228
|
+
readonly delegate: MultiAddress;
|
|
1229
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
1230
|
+
readonly delay: u32;
|
|
1231
|
+
} & Struct;
|
|
1232
|
+
readonly isRemoveProxies: boolean;
|
|
1233
|
+
readonly isCreatePure: boolean;
|
|
1234
|
+
readonly asCreatePure: {
|
|
1235
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
1236
|
+
readonly delay: u32;
|
|
1237
|
+
readonly index: u16;
|
|
1238
|
+
} & Struct;
|
|
1239
|
+
readonly isKillPure: boolean;
|
|
1240
|
+
readonly asKillPure: {
|
|
1241
|
+
readonly spawner: MultiAddress;
|
|
1242
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
1243
|
+
readonly index: u16;
|
|
1244
|
+
readonly height: Compact<u32>;
|
|
1245
|
+
readonly extIndex: Compact<u32>;
|
|
1246
|
+
} & Struct;
|
|
1247
|
+
readonly isAnnounce: boolean;
|
|
1248
|
+
readonly asAnnounce: {
|
|
1249
|
+
readonly real: MultiAddress;
|
|
1250
|
+
readonly callHash: H256;
|
|
1251
|
+
} & Struct;
|
|
1252
|
+
readonly isRemoveAnnouncement: boolean;
|
|
1253
|
+
readonly asRemoveAnnouncement: {
|
|
1254
|
+
readonly real: MultiAddress;
|
|
1255
|
+
readonly callHash: H256;
|
|
1256
|
+
} & Struct;
|
|
1257
|
+
readonly isRejectAnnouncement: boolean;
|
|
1258
|
+
readonly asRejectAnnouncement: {
|
|
1259
|
+
readonly delegate: MultiAddress;
|
|
1260
|
+
readonly callHash: H256;
|
|
1261
|
+
} & Struct;
|
|
1262
|
+
readonly isProxyAnnounced: boolean;
|
|
1263
|
+
readonly asProxyAnnounced: {
|
|
1264
|
+
readonly delegate: MultiAddress;
|
|
1265
|
+
readonly real: MultiAddress;
|
|
1266
|
+
readonly forceProxyType: Option<ArgonNodeRuntimeProxyType>;
|
|
1267
|
+
readonly call: Call;
|
|
1268
|
+
} & Struct;
|
|
1269
|
+
readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced';
|
|
1270
|
+
}
|
|
1271
|
+
/** @name PalletTicksCall (144) */
|
|
1272
|
+
type PalletTicksCall = Null;
|
|
1273
|
+
/** @name PalletMiningSlotCall (145) */
|
|
1274
|
+
interface PalletMiningSlotCall extends Enum {
|
|
1275
|
+
readonly isBid: boolean;
|
|
1276
|
+
readonly asBid: {
|
|
1277
|
+
readonly bondInfo: Option<PalletMiningSlotMiningSlotBid>;
|
|
1278
|
+
readonly rewardDestination: ArgonPrimitivesBlockSealRewardDestination;
|
|
1279
|
+
} & Struct;
|
|
1280
|
+
readonly type: 'Bid';
|
|
1281
|
+
}
|
|
1282
|
+
/** @name PalletMiningSlotMiningSlotBid (147) */
|
|
1283
|
+
interface PalletMiningSlotMiningSlotBid extends Struct {
|
|
1284
|
+
readonly vaultId: u32;
|
|
1285
|
+
readonly amount: u128;
|
|
1286
|
+
}
|
|
1287
|
+
/** @name PalletBitcoinUtxosCall (148) */
|
|
1288
|
+
interface PalletBitcoinUtxosCall extends Enum {
|
|
1289
|
+
readonly isSync: boolean;
|
|
1290
|
+
readonly asSync: {
|
|
1291
|
+
readonly utxoSync: ArgonPrimitivesInherentsBitcoinUtxoSync;
|
|
1292
|
+
} & Struct;
|
|
1293
|
+
readonly isSetConfirmedBlock: boolean;
|
|
1294
|
+
readonly asSetConfirmedBlock: {
|
|
1295
|
+
readonly bitcoinHeight: u64;
|
|
1296
|
+
readonly bitcoinBlockHash: ArgonPrimitivesBitcoinH256Le;
|
|
1297
|
+
} & Struct;
|
|
1298
|
+
readonly isSetOperator: boolean;
|
|
1299
|
+
readonly asSetOperator: {
|
|
1300
|
+
readonly accountId: AccountId32;
|
|
1301
|
+
} & Struct;
|
|
1302
|
+
readonly type: 'Sync' | 'SetConfirmedBlock' | 'SetOperator';
|
|
1303
|
+
}
|
|
1304
|
+
/** @name ArgonPrimitivesInherentsBitcoinUtxoSync (149) */
|
|
1305
|
+
interface ArgonPrimitivesInherentsBitcoinUtxoSync extends Struct {
|
|
1306
|
+
readonly spent: BTreeMap<u64, u64>;
|
|
1307
|
+
readonly verified: BTreeMap<u64, ArgonPrimitivesBitcoinUtxoRef>;
|
|
1308
|
+
readonly invalid: BTreeMap<u64, ArgonPrimitivesBitcoinBitcoinRejectedReason>;
|
|
1309
|
+
readonly syncToBlock: ArgonPrimitivesBitcoinBitcoinBlock;
|
|
1310
|
+
}
|
|
1311
|
+
/** @name ArgonPrimitivesBitcoinBitcoinBlock (159) */
|
|
1312
|
+
interface ArgonPrimitivesBitcoinBitcoinBlock extends Struct {
|
|
1313
|
+
readonly blockHeight: Compact<u64>;
|
|
1314
|
+
readonly blockHash: ArgonPrimitivesBitcoinH256Le;
|
|
1315
|
+
}
|
|
1316
|
+
/** @name PalletVaultsCall (160) */
|
|
1317
|
+
interface PalletVaultsCall extends Enum {
|
|
1318
|
+
readonly isCreate: boolean;
|
|
1319
|
+
readonly asCreate: {
|
|
1320
|
+
readonly vaultConfig: PalletVaultsVaultConfig;
|
|
1321
|
+
} & Struct;
|
|
1322
|
+
readonly isModifyFunding: boolean;
|
|
1323
|
+
readonly asModifyFunding: {
|
|
1324
|
+
readonly vaultId: u32;
|
|
1325
|
+
readonly totalMiningAmountOffered: u128;
|
|
1326
|
+
readonly totalBitcoinAmountOffered: u128;
|
|
1327
|
+
readonly securitizationPercent: u128;
|
|
1328
|
+
} & Struct;
|
|
1329
|
+
readonly isModifyTerms: boolean;
|
|
1330
|
+
readonly asModifyTerms: {
|
|
1331
|
+
readonly vaultId: u32;
|
|
1332
|
+
readonly terms: ArgonPrimitivesBondVaultTerms;
|
|
1333
|
+
} & Struct;
|
|
1334
|
+
readonly isClose: boolean;
|
|
1335
|
+
readonly asClose: {
|
|
1336
|
+
readonly vaultId: u32;
|
|
1337
|
+
} & Struct;
|
|
1338
|
+
readonly isReplaceBitcoinXpub: boolean;
|
|
1339
|
+
readonly asReplaceBitcoinXpub: {
|
|
1340
|
+
readonly vaultId: u32;
|
|
1341
|
+
readonly bitcoinXpub: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
1342
|
+
} & Struct;
|
|
1343
|
+
readonly type: 'Create' | 'ModifyFunding' | 'ModifyTerms' | 'Close' | 'ReplaceBitcoinXpub';
|
|
1344
|
+
}
|
|
1345
|
+
/** @name PalletVaultsVaultConfig (161) */
|
|
1346
|
+
interface PalletVaultsVaultConfig extends Struct {
|
|
1347
|
+
readonly terms: ArgonPrimitivesBondVaultTerms;
|
|
1348
|
+
readonly bitcoinAmountAllocated: Compact<u128>;
|
|
1349
|
+
readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
|
|
1350
|
+
readonly miningAmountAllocated: Compact<u128>;
|
|
1351
|
+
readonly securitizationPercent: Compact<u128>;
|
|
1352
|
+
}
|
|
1353
|
+
/** @name ArgonPrimitivesBondVaultTerms (162) */
|
|
1354
|
+
interface ArgonPrimitivesBondVaultTerms extends Struct {
|
|
1355
|
+
readonly bitcoinAnnualPercentRate: Compact<u128>;
|
|
1356
|
+
readonly bitcoinBaseFee: Compact<u128>;
|
|
1357
|
+
readonly miningAnnualPercentRate: Compact<u128>;
|
|
1358
|
+
readonly miningBaseFee: Compact<u128>;
|
|
1359
|
+
readonly miningRewardSharingPercentTake: Compact<u128>;
|
|
1360
|
+
}
|
|
1361
|
+
/** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (163) */
|
|
1362
|
+
interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {
|
|
1363
|
+
}
|
|
1364
|
+
/** @name PalletBondCall (165) */
|
|
1365
|
+
interface PalletBondCall extends Enum {
|
|
1366
|
+
readonly isBondBitcoin: boolean;
|
|
1367
|
+
readonly asBondBitcoin: {
|
|
1368
|
+
readonly vaultId: u32;
|
|
1369
|
+
readonly satoshis: Compact<u64>;
|
|
1370
|
+
readonly bitcoinPubkey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
1371
|
+
} & Struct;
|
|
1372
|
+
readonly isUnlockBitcoinBond: boolean;
|
|
1373
|
+
readonly asUnlockBitcoinBond: {
|
|
1374
|
+
readonly bondId: u64;
|
|
1375
|
+
readonly toScriptPubkey: Bytes;
|
|
1376
|
+
readonly bitcoinNetworkFee: u64;
|
|
1377
|
+
} & Struct;
|
|
1378
|
+
readonly isCosignBitcoinUnlock: boolean;
|
|
1379
|
+
readonly asCosignBitcoinUnlock: {
|
|
1380
|
+
readonly bondId: u64;
|
|
1381
|
+
readonly signature: Bytes;
|
|
1382
|
+
} & Struct;
|
|
1383
|
+
readonly type: 'BondBitcoin' | 'UnlockBitcoinBond' | 'CosignBitcoinUnlock';
|
|
1384
|
+
}
|
|
1385
|
+
/** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (166) */
|
|
1386
|
+
interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {
|
|
1387
|
+
}
|
|
1388
|
+
/** @name PalletNotariesCall (170) */
|
|
1389
|
+
interface PalletNotariesCall extends Enum {
|
|
1390
|
+
readonly isPropose: boolean;
|
|
1391
|
+
readonly asPropose: {
|
|
1392
|
+
readonly meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
1393
|
+
} & Struct;
|
|
1394
|
+
readonly isActivate: boolean;
|
|
1395
|
+
readonly asActivate: {
|
|
1396
|
+
readonly operatorAccount: AccountId32;
|
|
1397
|
+
} & Struct;
|
|
1398
|
+
readonly isUpdate: boolean;
|
|
1399
|
+
readonly asUpdate: {
|
|
1400
|
+
readonly notaryId: Compact<u32>;
|
|
1401
|
+
readonly meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
1402
|
+
readonly effectiveTick: Compact<u32>;
|
|
1403
|
+
} & Struct;
|
|
1404
|
+
readonly type: 'Propose' | 'Activate' | 'Update';
|
|
1405
|
+
}
|
|
1406
|
+
/** @name PalletNotebookCall (171) */
|
|
1407
|
+
interface PalletNotebookCall extends Enum {
|
|
1408
|
+
readonly isSubmit: boolean;
|
|
1409
|
+
readonly asSubmit: {
|
|
1410
|
+
readonly notebooks: Vec<ArgonPrimitivesNotebookSignedNotebookHeader>;
|
|
1411
|
+
} & Struct;
|
|
1412
|
+
readonly type: 'Submit';
|
|
1413
|
+
}
|
|
1414
|
+
/** @name ArgonPrimitivesNotebookSignedNotebookHeader (173) */
|
|
1415
|
+
interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
|
|
1416
|
+
readonly header: ArgonPrimitivesNotebookNotebookHeader;
|
|
1417
|
+
readonly signature: U8aFixed;
|
|
1418
|
+
}
|
|
1419
|
+
/** @name ArgonPrimitivesNotebookNotebookHeader (174) */
|
|
1420
|
+
interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
|
|
1421
|
+
readonly version: Compact<u16>;
|
|
1422
|
+
readonly notebookNumber: Compact<u32>;
|
|
1423
|
+
readonly tick: Compact<u32>;
|
|
1424
|
+
readonly tax: Compact<u128>;
|
|
1425
|
+
readonly notaryId: Compact<u32>;
|
|
1426
|
+
readonly chainTransfers: Vec<ArgonPrimitivesNotebookChainTransfer>;
|
|
1427
|
+
readonly changedAccountsRoot: H256;
|
|
1428
|
+
readonly changedAccountOrigins: Vec<ArgonPrimitivesBalanceChangeAccountOrigin>;
|
|
1429
|
+
readonly blockVotesRoot: H256;
|
|
1430
|
+
readonly blockVotesCount: Compact<u32>;
|
|
1431
|
+
readonly blocksWithVotes: Vec<H256>;
|
|
1432
|
+
readonly blockVotingPower: Compact<u128>;
|
|
1433
|
+
readonly secretHash: H256;
|
|
1434
|
+
readonly parentSecret: Option<H256>;
|
|
1435
|
+
readonly dataDomains: Vec<ITuple<[H256, AccountId32]>>;
|
|
1436
|
+
}
|
|
1437
|
+
/** @name ArgonPrimitivesNotebookChainTransfer (177) */
|
|
1438
|
+
interface ArgonPrimitivesNotebookChainTransfer extends Enum {
|
|
1439
|
+
readonly isToMainchain: boolean;
|
|
1440
|
+
readonly asToMainchain: {
|
|
1441
|
+
readonly accountId: AccountId32;
|
|
1442
|
+
readonly amount: Compact<u128>;
|
|
1443
|
+
} & Struct;
|
|
1444
|
+
readonly isToLocalchain: boolean;
|
|
1445
|
+
readonly asToLocalchain: {
|
|
1446
|
+
readonly transferId: Compact<u32>;
|
|
1447
|
+
} & Struct;
|
|
1448
|
+
readonly type: 'ToMainchain' | 'ToLocalchain';
|
|
1449
|
+
}
|
|
1450
|
+
/** @name ArgonPrimitivesBalanceChangeAccountOrigin (180) */
|
|
1451
|
+
interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
|
|
1452
|
+
readonly notebookNumber: Compact<u32>;
|
|
1453
|
+
readonly accountUid: Compact<u32>;
|
|
1454
|
+
}
|
|
1455
|
+
/** @name PalletChainTransferCall (188) */
|
|
1456
|
+
interface PalletChainTransferCall extends Enum {
|
|
1457
|
+
readonly isSendToLocalchain: boolean;
|
|
1458
|
+
readonly asSendToLocalchain: {
|
|
1459
|
+
readonly amount: Compact<u128>;
|
|
1460
|
+
readonly notaryId: u32;
|
|
1461
|
+
} & Struct;
|
|
1462
|
+
readonly type: 'SendToLocalchain';
|
|
1463
|
+
}
|
|
1464
|
+
/** @name PalletBlockSealSpecCall (189) */
|
|
1465
|
+
interface PalletBlockSealSpecCall extends Enum {
|
|
1466
|
+
readonly isConfigure: boolean;
|
|
1467
|
+
readonly asConfigure: {
|
|
1468
|
+
readonly voteMinimum: Option<u128>;
|
|
1469
|
+
readonly computeDifficulty: Option<u128>;
|
|
1470
|
+
} & Struct;
|
|
1471
|
+
readonly type: 'Configure';
|
|
1472
|
+
}
|
|
1473
|
+
/** @name PalletDataDomainCall (190) */
|
|
1474
|
+
interface PalletDataDomainCall extends Enum {
|
|
1475
|
+
readonly isSetZoneRecord: boolean;
|
|
1476
|
+
readonly asSetZoneRecord: {
|
|
1477
|
+
readonly domainHash: H256;
|
|
1478
|
+
readonly zoneRecord: ArgonPrimitivesDataDomainZoneRecord;
|
|
1479
|
+
} & Struct;
|
|
1480
|
+
readonly type: 'SetZoneRecord';
|
|
1481
|
+
}
|
|
1482
|
+
/** @name PalletPriceIndexCall (191) */
|
|
1483
|
+
interface PalletPriceIndexCall extends Enum {
|
|
1484
|
+
readonly isSubmit: boolean;
|
|
1485
|
+
readonly asSubmit: {
|
|
1486
|
+
readonly index: PalletPriceIndexPriceIndex;
|
|
1487
|
+
} & Struct;
|
|
1488
|
+
readonly isSetOperator: boolean;
|
|
1489
|
+
readonly asSetOperator: {
|
|
1490
|
+
readonly accountId: AccountId32;
|
|
1491
|
+
} & Struct;
|
|
1492
|
+
readonly type: 'Submit' | 'SetOperator';
|
|
1493
|
+
}
|
|
1494
|
+
/** @name PalletPriceIndexPriceIndex (192) */
|
|
1495
|
+
interface PalletPriceIndexPriceIndex extends Struct {
|
|
1496
|
+
readonly btcUsdPrice: Compact<u128>;
|
|
1497
|
+
readonly argonUsdPrice: Compact<u128>;
|
|
1498
|
+
readonly argonUsdTargetPrice: u128;
|
|
1499
|
+
readonly tick: Compact<u32>;
|
|
1500
|
+
}
|
|
1501
|
+
/** @name PalletSessionCall (193) */
|
|
1502
|
+
interface PalletSessionCall extends Enum {
|
|
1503
|
+
readonly isSetKeys: boolean;
|
|
1504
|
+
readonly asSetKeys: {
|
|
1505
|
+
readonly keys_: ArgonNodeRuntimeOpaqueSessionKeys;
|
|
1506
|
+
readonly proof: Bytes;
|
|
1507
|
+
} & Struct;
|
|
1508
|
+
readonly isPurgeKeys: boolean;
|
|
1509
|
+
readonly type: 'SetKeys' | 'PurgeKeys';
|
|
1510
|
+
}
|
|
1511
|
+
/** @name ArgonNodeRuntimeOpaqueSessionKeys (194) */
|
|
1512
|
+
interface ArgonNodeRuntimeOpaqueSessionKeys extends Struct {
|
|
1513
|
+
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
1514
|
+
readonly blockSealAuthority: ArgonPrimitivesBlockSealAppPublic;
|
|
1515
|
+
}
|
|
1516
|
+
/** @name ArgonPrimitivesBlockSealAppPublic (195) */
|
|
1517
|
+
interface ArgonPrimitivesBlockSealAppPublic extends U8aFixed {
|
|
1518
|
+
}
|
|
1519
|
+
/** @name PalletBlockSealCall (196) */
|
|
1520
|
+
interface PalletBlockSealCall extends Enum {
|
|
1521
|
+
readonly isApply: boolean;
|
|
1522
|
+
readonly asApply: {
|
|
1523
|
+
readonly seal: ArgonPrimitivesInherentsBlockSealInherent;
|
|
1524
|
+
} & Struct;
|
|
1525
|
+
readonly type: 'Apply';
|
|
1526
|
+
}
|
|
1527
|
+
/** @name ArgonPrimitivesInherentsBlockSealInherent (197) */
|
|
1528
|
+
interface ArgonPrimitivesInherentsBlockSealInherent extends Enum {
|
|
1529
|
+
readonly isVote: boolean;
|
|
1530
|
+
readonly asVote: {
|
|
1531
|
+
readonly sealStrength: U256;
|
|
1532
|
+
readonly notaryId: Compact<u32>;
|
|
1533
|
+
readonly sourceNotebookNumber: Compact<u32>;
|
|
1534
|
+
readonly sourceNotebookProof: ArgonPrimitivesBalanceChangeMerkleProof;
|
|
1535
|
+
readonly blockVote: ArgonPrimitivesBlockVoteBlockVoteT;
|
|
1536
|
+
readonly minerSignature: ArgonPrimitivesBlockSealAppSignature;
|
|
1537
|
+
} & Struct;
|
|
1538
|
+
readonly isCompute: boolean;
|
|
1539
|
+
readonly type: 'Vote' | 'Compute';
|
|
1540
|
+
}
|
|
1541
|
+
/** @name ArgonPrimitivesBalanceChangeMerkleProof (200) */
|
|
1542
|
+
interface ArgonPrimitivesBalanceChangeMerkleProof extends Struct {
|
|
1543
|
+
readonly proof: Vec<H256>;
|
|
1544
|
+
readonly numberOfLeaves: Compact<u32>;
|
|
1545
|
+
readonly leafIndex: Compact<u32>;
|
|
1546
|
+
}
|
|
1547
|
+
/** @name ArgonPrimitivesBlockVoteBlockVoteT (202) */
|
|
1548
|
+
interface ArgonPrimitivesBlockVoteBlockVoteT extends Struct {
|
|
1549
|
+
readonly accountId: AccountId32;
|
|
1550
|
+
readonly blockHash: H256;
|
|
1551
|
+
readonly index: Compact<u32>;
|
|
1552
|
+
readonly power: Compact<u128>;
|
|
1553
|
+
readonly dataDomainHash: H256;
|
|
1554
|
+
readonly dataDomainAccount: AccountId32;
|
|
1555
|
+
readonly signature: SpRuntimeMultiSignature;
|
|
1556
|
+
readonly blockRewardsAccountId: AccountId32;
|
|
1557
|
+
}
|
|
1558
|
+
/** @name SpRuntimeMultiSignature (203) */
|
|
1559
|
+
interface SpRuntimeMultiSignature extends Enum {
|
|
1560
|
+
readonly isEd25519: boolean;
|
|
1561
|
+
readonly asEd25519: U8aFixed;
|
|
1562
|
+
readonly isSr25519: boolean;
|
|
1563
|
+
readonly asSr25519: U8aFixed;
|
|
1564
|
+
readonly isEcdsa: boolean;
|
|
1565
|
+
readonly asEcdsa: U8aFixed;
|
|
1566
|
+
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
1567
|
+
}
|
|
1568
|
+
/** @name ArgonPrimitivesBlockSealAppSignature (205) */
|
|
1569
|
+
interface ArgonPrimitivesBlockSealAppSignature extends U8aFixed {
|
|
1570
|
+
}
|
|
1571
|
+
/** @name PalletBlockRewardsCall (206) */
|
|
1572
|
+
type PalletBlockRewardsCall = Null;
|
|
1573
|
+
/** @name PalletGrandpaCall (207) */
|
|
1574
|
+
interface PalletGrandpaCall extends Enum {
|
|
1575
|
+
readonly isReportEquivocation: boolean;
|
|
1576
|
+
readonly asReportEquivocation: {
|
|
1577
|
+
readonly equivocationProof: SpConsensusGrandpaEquivocationProof;
|
|
1578
|
+
readonly keyOwnerProof: SpSessionMembershipProof;
|
|
1579
|
+
} & Struct;
|
|
1580
|
+
readonly isReportEquivocationUnsigned: boolean;
|
|
1581
|
+
readonly asReportEquivocationUnsigned: {
|
|
1582
|
+
readonly equivocationProof: SpConsensusGrandpaEquivocationProof;
|
|
1583
|
+
readonly keyOwnerProof: SpSessionMembershipProof;
|
|
1584
|
+
} & Struct;
|
|
1585
|
+
readonly isNoteStalled: boolean;
|
|
1586
|
+
readonly asNoteStalled: {
|
|
1587
|
+
readonly delay: u32;
|
|
1588
|
+
readonly bestFinalizedBlockNumber: u32;
|
|
1589
|
+
} & Struct;
|
|
1590
|
+
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
1591
|
+
}
|
|
1592
|
+
/** @name SpConsensusGrandpaEquivocationProof (208) */
|
|
1593
|
+
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
1594
|
+
readonly setId: u64;
|
|
1595
|
+
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
1596
|
+
}
|
|
1597
|
+
/** @name SpConsensusGrandpaEquivocation (209) */
|
|
1598
|
+
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
1599
|
+
readonly isPrevote: boolean;
|
|
1600
|
+
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
1601
|
+
readonly isPrecommit: boolean;
|
|
1602
|
+
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
1603
|
+
readonly type: 'Prevote' | 'Precommit';
|
|
1604
|
+
}
|
|
1605
|
+
/** @name FinalityGrandpaEquivocationPrevote (210) */
|
|
1606
|
+
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
1607
|
+
readonly roundNumber: u64;
|
|
1608
|
+
readonly identity: SpConsensusGrandpaAppPublic;
|
|
1609
|
+
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
1610
|
+
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
1611
|
+
}
|
|
1612
|
+
/** @name FinalityGrandpaPrevote (211) */
|
|
1613
|
+
interface FinalityGrandpaPrevote extends Struct {
|
|
1614
|
+
readonly targetHash: H256;
|
|
1615
|
+
readonly targetNumber: u32;
|
|
1616
|
+
}
|
|
1617
|
+
/** @name SpConsensusGrandpaAppSignature (212) */
|
|
1618
|
+
interface SpConsensusGrandpaAppSignature extends U8aFixed {
|
|
1619
|
+
}
|
|
1620
|
+
/** @name FinalityGrandpaEquivocationPrecommit (214) */
|
|
1621
|
+
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
1622
|
+
readonly roundNumber: u64;
|
|
1623
|
+
readonly identity: SpConsensusGrandpaAppPublic;
|
|
1624
|
+
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
1625
|
+
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
1626
|
+
}
|
|
1627
|
+
/** @name FinalityGrandpaPrecommit (215) */
|
|
1628
|
+
interface FinalityGrandpaPrecommit extends Struct {
|
|
1629
|
+
readonly targetHash: H256;
|
|
1630
|
+
readonly targetNumber: u32;
|
|
1631
|
+
}
|
|
1632
|
+
/** @name SpSessionMembershipProof (217) */
|
|
1633
|
+
interface SpSessionMembershipProof extends Struct {
|
|
1634
|
+
readonly session: u32;
|
|
1635
|
+
readonly trieNodes: Vec<Bytes>;
|
|
1636
|
+
readonly validatorCount: u32;
|
|
1637
|
+
}
|
|
1638
|
+
/** @name PalletMintCall (218) */
|
|
1639
|
+
type PalletMintCall = Null;
|
|
1640
|
+
/** @name PalletBalancesCall (219) */
|
|
1641
|
+
interface PalletBalancesCall extends Enum {
|
|
1642
|
+
readonly isTransferAllowDeath: boolean;
|
|
1643
|
+
readonly asTransferAllowDeath: {
|
|
1644
|
+
readonly dest: MultiAddress;
|
|
1645
|
+
readonly value: Compact<u128>;
|
|
1646
|
+
} & Struct;
|
|
1647
|
+
readonly isForceTransfer: boolean;
|
|
1648
|
+
readonly asForceTransfer: {
|
|
1649
|
+
readonly source: MultiAddress;
|
|
1650
|
+
readonly dest: MultiAddress;
|
|
1651
|
+
readonly value: Compact<u128>;
|
|
1652
|
+
} & Struct;
|
|
1653
|
+
readonly isTransferKeepAlive: boolean;
|
|
1654
|
+
readonly asTransferKeepAlive: {
|
|
1655
|
+
readonly dest: MultiAddress;
|
|
1656
|
+
readonly value: Compact<u128>;
|
|
1657
|
+
} & Struct;
|
|
1658
|
+
readonly isTransferAll: boolean;
|
|
1659
|
+
readonly asTransferAll: {
|
|
1660
|
+
readonly dest: MultiAddress;
|
|
1661
|
+
readonly keepAlive: bool;
|
|
1662
|
+
} & Struct;
|
|
1663
|
+
readonly isForceUnreserve: boolean;
|
|
1664
|
+
readonly asForceUnreserve: {
|
|
1665
|
+
readonly who: MultiAddress;
|
|
1666
|
+
readonly amount: u128;
|
|
1667
|
+
} & Struct;
|
|
1668
|
+
readonly isUpgradeAccounts: boolean;
|
|
1669
|
+
readonly asUpgradeAccounts: {
|
|
1670
|
+
readonly who: Vec<AccountId32>;
|
|
1671
|
+
} & Struct;
|
|
1672
|
+
readonly isForceSetBalance: boolean;
|
|
1673
|
+
readonly asForceSetBalance: {
|
|
1674
|
+
readonly who: MultiAddress;
|
|
1675
|
+
readonly newFree: Compact<u128>;
|
|
1676
|
+
} & Struct;
|
|
1677
|
+
readonly isForceAdjustTotalIssuance: boolean;
|
|
1678
|
+
readonly asForceAdjustTotalIssuance: {
|
|
1679
|
+
readonly direction: PalletBalancesAdjustmentDirection;
|
|
1680
|
+
readonly delta: Compact<u128>;
|
|
1681
|
+
} & Struct;
|
|
1682
|
+
readonly isBurn: boolean;
|
|
1683
|
+
readonly asBurn: {
|
|
1684
|
+
readonly value: Compact<u128>;
|
|
1685
|
+
readonly keepAlive: bool;
|
|
1686
|
+
} & Struct;
|
|
1687
|
+
readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance' | 'Burn';
|
|
1688
|
+
}
|
|
1689
|
+
/** @name PalletBalancesAdjustmentDirection (220) */
|
|
1690
|
+
interface PalletBalancesAdjustmentDirection extends Enum {
|
|
1691
|
+
readonly isIncrease: boolean;
|
|
1692
|
+
readonly isDecrease: boolean;
|
|
1693
|
+
readonly type: 'Increase' | 'Decrease';
|
|
1694
|
+
}
|
|
1695
|
+
/** @name PalletTxPauseCall (222) */
|
|
1696
|
+
interface PalletTxPauseCall extends Enum {
|
|
1697
|
+
readonly isPause: boolean;
|
|
1698
|
+
readonly asPause: {
|
|
1699
|
+
readonly fullName: ITuple<[Bytes, Bytes]>;
|
|
1700
|
+
} & Struct;
|
|
1701
|
+
readonly isUnpause: boolean;
|
|
1702
|
+
readonly asUnpause: {
|
|
1703
|
+
readonly ident: ITuple<[Bytes, Bytes]>;
|
|
1704
|
+
} & Struct;
|
|
1705
|
+
readonly type: 'Pause' | 'Unpause';
|
|
1706
|
+
}
|
|
1707
|
+
/** @name PalletSudoCall (223) */
|
|
1708
|
+
interface PalletSudoCall extends Enum {
|
|
1709
|
+
readonly isSudo: boolean;
|
|
1710
|
+
readonly asSudo: {
|
|
1711
|
+
readonly call: Call;
|
|
1712
|
+
} & Struct;
|
|
1713
|
+
readonly isSudoUncheckedWeight: boolean;
|
|
1714
|
+
readonly asSudoUncheckedWeight: {
|
|
1715
|
+
readonly call: Call;
|
|
1716
|
+
readonly weight: SpWeightsWeightV2Weight;
|
|
1717
|
+
} & Struct;
|
|
1718
|
+
readonly isSetKey: boolean;
|
|
1719
|
+
readonly asSetKey: {
|
|
1720
|
+
readonly new_: MultiAddress;
|
|
1721
|
+
} & Struct;
|
|
1722
|
+
readonly isSudoAs: boolean;
|
|
1723
|
+
readonly asSudoAs: {
|
|
1724
|
+
readonly who: MultiAddress;
|
|
1725
|
+
readonly call: Call;
|
|
1726
|
+
} & Struct;
|
|
1727
|
+
readonly isRemoveKey: boolean;
|
|
1728
|
+
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
|
|
1729
|
+
}
|
|
1730
|
+
/** @name PalletMultisigError (225) */
|
|
1731
|
+
interface PalletMultisigError extends Enum {
|
|
1732
|
+
readonly isMinimumThreshold: boolean;
|
|
1733
|
+
readonly isAlreadyApproved: boolean;
|
|
1734
|
+
readonly isNoApprovalsNeeded: boolean;
|
|
1735
|
+
readonly isTooFewSignatories: boolean;
|
|
1736
|
+
readonly isTooManySignatories: boolean;
|
|
1737
|
+
readonly isSignatoriesOutOfOrder: boolean;
|
|
1738
|
+
readonly isSenderInSignatories: boolean;
|
|
1739
|
+
readonly isNotFound: boolean;
|
|
1740
|
+
readonly isNotOwner: boolean;
|
|
1741
|
+
readonly isNoTimepoint: boolean;
|
|
1742
|
+
readonly isWrongTimepoint: boolean;
|
|
1743
|
+
readonly isUnexpectedTimepoint: boolean;
|
|
1744
|
+
readonly isMaxWeightTooLow: boolean;
|
|
1745
|
+
readonly isAlreadyStored: boolean;
|
|
1746
|
+
readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
|
|
1747
|
+
}
|
|
1748
|
+
/** @name PalletProxyProxyDefinition (228) */
|
|
1749
|
+
interface PalletProxyProxyDefinition extends Struct {
|
|
1750
|
+
readonly delegate: AccountId32;
|
|
1751
|
+
readonly proxyType: ArgonNodeRuntimeProxyType;
|
|
1752
|
+
readonly delay: u32;
|
|
1753
|
+
}
|
|
1754
|
+
/** @name PalletProxyAnnouncement (232) */
|
|
1755
|
+
interface PalletProxyAnnouncement extends Struct {
|
|
1756
|
+
readonly real: AccountId32;
|
|
1757
|
+
readonly callHash: H256;
|
|
1758
|
+
readonly height: u32;
|
|
1759
|
+
}
|
|
1760
|
+
/** @name PalletProxyError (234) */
|
|
1761
|
+
interface PalletProxyError extends Enum {
|
|
1762
|
+
readonly isTooMany: boolean;
|
|
1763
|
+
readonly isNotFound: boolean;
|
|
1764
|
+
readonly isNotProxy: boolean;
|
|
1765
|
+
readonly isUnproxyable: boolean;
|
|
1766
|
+
readonly isDuplicate: boolean;
|
|
1767
|
+
readonly isNoPermission: boolean;
|
|
1768
|
+
readonly isUnannounced: boolean;
|
|
1769
|
+
readonly isNoSelfProxy: boolean;
|
|
1770
|
+
readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
|
|
1771
|
+
}
|
|
1772
|
+
/** @name ArgonPrimitivesTickTicker (235) */
|
|
1773
|
+
interface ArgonPrimitivesTickTicker extends Struct {
|
|
1774
|
+
readonly tickDurationMillis: Compact<u64>;
|
|
1775
|
+
readonly genesisUtcTime: Compact<u64>;
|
|
1776
|
+
readonly escrowExpirationTicks: Compact<u32>;
|
|
1777
|
+
}
|
|
1778
|
+
/** @name PalletTicksError (237) */
|
|
1779
|
+
type PalletTicksError = Null;
|
|
1780
|
+
/** @name ArgonPrimitivesBlockSealMiningSlotConfig (245) */
|
|
1781
|
+
interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
|
|
1782
|
+
readonly blocksBeforeBidEndForVrfClose: Compact<u32>;
|
|
1783
|
+
readonly blocksBetweenSlots: Compact<u32>;
|
|
1784
|
+
readonly slotBiddingStartBlock: Compact<u32>;
|
|
1785
|
+
}
|
|
1786
|
+
/** @name PalletMiningSlotError (246) */
|
|
1787
|
+
interface PalletMiningSlotError extends Enum {
|
|
1788
|
+
readonly isSlotNotTakingBids: boolean;
|
|
1789
|
+
readonly isTooManyBlockRegistrants: boolean;
|
|
1790
|
+
readonly isInsufficientOwnershipTokens: boolean;
|
|
1791
|
+
readonly isBidTooLow: boolean;
|
|
1792
|
+
readonly isCannotRegisterOverlappingSessions: boolean;
|
|
1793
|
+
readonly isBondNotFound: boolean;
|
|
1794
|
+
readonly isNoMoreBondIds: boolean;
|
|
1795
|
+
readonly isVaultClosed: boolean;
|
|
1796
|
+
readonly isMinimumBondAmountNotMet: boolean;
|
|
1797
|
+
readonly isExpirationAtBlockOverflow: boolean;
|
|
1798
|
+
readonly isInsufficientFunds: boolean;
|
|
1799
|
+
readonly isInsufficientVaultFunds: boolean;
|
|
1800
|
+
readonly isExpirationTooSoon: boolean;
|
|
1801
|
+
readonly isNoPermissions: boolean;
|
|
1802
|
+
readonly isHoldUnexpectedlyModified: boolean;
|
|
1803
|
+
readonly isUnrecoverableHold: boolean;
|
|
1804
|
+
readonly isVaultNotFound: boolean;
|
|
1805
|
+
readonly isBondAlreadyClosed: boolean;
|
|
1806
|
+
readonly isFeeExceedsBondAmount: boolean;
|
|
1807
|
+
readonly isAccountWouldBeBelowMinimum: boolean;
|
|
1808
|
+
readonly isGenericBondError: boolean;
|
|
1809
|
+
readonly asGenericBondError: ArgonPrimitivesBondBondError;
|
|
1810
|
+
readonly type: 'SlotNotTakingBids' | 'TooManyBlockRegistrants' | 'InsufficientOwnershipTokens' | 'BidTooLow' | 'CannotRegisterOverlappingSessions' | 'BondNotFound' | 'NoMoreBondIds' | 'VaultClosed' | 'MinimumBondAmountNotMet' | 'ExpirationAtBlockOverflow' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'ExpirationTooSoon' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'BondAlreadyClosed' | 'FeeExceedsBondAmount' | 'AccountWouldBeBelowMinimum' | 'GenericBondError';
|
|
1811
|
+
}
|
|
1812
|
+
/** @name ArgonPrimitivesBondBondError (247) */
|
|
1813
|
+
interface ArgonPrimitivesBondBondError extends Enum {
|
|
1814
|
+
readonly isBondNotFound: boolean;
|
|
1815
|
+
readonly isNoMoreBondIds: boolean;
|
|
1816
|
+
readonly isMinimumBondAmountNotMet: boolean;
|
|
1817
|
+
readonly isVaultClosed: boolean;
|
|
1818
|
+
readonly isExpirationAtBlockOverflow: boolean;
|
|
1819
|
+
readonly isAccountWouldBeBelowMinimum: boolean;
|
|
1820
|
+
readonly isInsufficientFunds: boolean;
|
|
1821
|
+
readonly isInsufficientVaultFunds: boolean;
|
|
1822
|
+
readonly isInsufficientBitcoinsForMining: boolean;
|
|
1823
|
+
readonly isExpirationTooSoon: boolean;
|
|
1824
|
+
readonly isNoPermissions: boolean;
|
|
1825
|
+
readonly isHoldUnexpectedlyModified: boolean;
|
|
1826
|
+
readonly isUnrecoverableHold: boolean;
|
|
1827
|
+
readonly isVaultNotFound: boolean;
|
|
1828
|
+
readonly isNoVaultBitcoinPubkeysAvailable: boolean;
|
|
1829
|
+
readonly isUnableToGenerateVaultBitcoinPubkey: boolean;
|
|
1830
|
+
readonly isUnableToDecodeVaultBitcoinPubkey: boolean;
|
|
1831
|
+
readonly isFeeExceedsBondAmount: boolean;
|
|
1832
|
+
readonly isInvalidBitcoinScript: boolean;
|
|
1833
|
+
readonly isInternalError: boolean;
|
|
1834
|
+
readonly type: 'BondNotFound' | 'NoMoreBondIds' | 'MinimumBondAmountNotMet' | 'VaultClosed' | 'ExpirationAtBlockOverflow' | 'AccountWouldBeBelowMinimum' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'InsufficientBitcoinsForMining' | 'ExpirationTooSoon' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'NoVaultBitcoinPubkeysAvailable' | 'UnableToGenerateVaultBitcoinPubkey' | 'UnableToDecodeVaultBitcoinPubkey' | 'FeeExceedsBondAmount' | 'InvalidBitcoinScript' | 'InternalError';
|
|
1835
|
+
}
|
|
1836
|
+
/** @name ArgonPrimitivesBitcoinUtxoValue (248) */
|
|
1837
|
+
interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
|
|
1838
|
+
readonly utxoId: u64;
|
|
1839
|
+
readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
1840
|
+
readonly satoshis: Compact<u64>;
|
|
1841
|
+
readonly submittedAtHeight: Compact<u64>;
|
|
1842
|
+
readonly watchForSpentUntilHeight: Compact<u64>;
|
|
1843
|
+
}
|
|
1844
|
+
/** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (249) */
|
|
1845
|
+
interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
|
|
1846
|
+
readonly isP2wsh: boolean;
|
|
1847
|
+
readonly asP2wsh: {
|
|
1848
|
+
readonly wscriptHash: H256;
|
|
1849
|
+
} & Struct;
|
|
1850
|
+
readonly type: 'P2wsh';
|
|
1851
|
+
}
|
|
1852
|
+
/** @name ArgonPrimitivesBitcoinBitcoinNetwork (254) */
|
|
1853
|
+
interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
|
|
1854
|
+
readonly isBitcoin: boolean;
|
|
1855
|
+
readonly isTestnet: boolean;
|
|
1856
|
+
readonly isSignet: boolean;
|
|
1857
|
+
readonly isRegtest: boolean;
|
|
1858
|
+
readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
|
|
1859
|
+
}
|
|
1860
|
+
/** @name PalletBitcoinUtxosError (257) */
|
|
1861
|
+
interface PalletBitcoinUtxosError extends Enum {
|
|
1862
|
+
readonly isNoPermissions: boolean;
|
|
1863
|
+
readonly isNoBitcoinConfirmedBlock: boolean;
|
|
1864
|
+
readonly isInsufficientBitcoinAmount: boolean;
|
|
1865
|
+
readonly isNoBitcoinPricesAvailable: boolean;
|
|
1866
|
+
readonly isScriptPubkeyConflict: boolean;
|
|
1867
|
+
readonly isUtxoNotLocked: boolean;
|
|
1868
|
+
readonly isRedemptionsUnavailable: boolean;
|
|
1869
|
+
readonly isInvalidBitcoinSyncHeight: boolean;
|
|
1870
|
+
readonly isBitcoinHeightNotConfirmed: boolean;
|
|
1871
|
+
readonly isMaxUtxosExceeded: boolean;
|
|
1872
|
+
readonly isInvalidBitcoinScript: boolean;
|
|
1873
|
+
readonly type: 'NoPermissions' | 'NoBitcoinConfirmedBlock' | 'InsufficientBitcoinAmount' | 'NoBitcoinPricesAvailable' | 'ScriptPubkeyConflict' | 'UtxoNotLocked' | 'RedemptionsUnavailable' | 'InvalidBitcoinSyncHeight' | 'BitcoinHeightNotConfirmed' | 'MaxUtxosExceeded' | 'InvalidBitcoinScript';
|
|
1874
|
+
}
|
|
1875
|
+
/** @name ArgonPrimitivesBondVault (258) */
|
|
1876
|
+
interface ArgonPrimitivesBondVault extends Struct {
|
|
1877
|
+
readonly operatorAccountId: AccountId32;
|
|
1878
|
+
readonly bitcoinArgons: ArgonPrimitivesBondVaultArgons;
|
|
1879
|
+
readonly securitizationPercent: Compact<u128>;
|
|
1880
|
+
readonly securitizedArgons: Compact<u128>;
|
|
1881
|
+
readonly miningArgons: ArgonPrimitivesBondVaultArgons;
|
|
1882
|
+
readonly miningRewardSharingPercentTake: Compact<u128>;
|
|
1883
|
+
readonly isClosed: bool;
|
|
1884
|
+
readonly pendingTerms: Option<ITuple<[u32, ArgonPrimitivesBondVaultTerms]>>;
|
|
1885
|
+
}
|
|
1886
|
+
/** @name ArgonPrimitivesBondVaultArgons (259) */
|
|
1887
|
+
interface ArgonPrimitivesBondVaultArgons extends Struct {
|
|
1888
|
+
readonly annualPercentRate: Compact<u128>;
|
|
1889
|
+
readonly allocated: Compact<u128>;
|
|
1890
|
+
readonly bonded: Compact<u128>;
|
|
1891
|
+
readonly baseFee: Compact<u128>;
|
|
1892
|
+
}
|
|
1893
|
+
/** @name ArgonPrimitivesBitcoinBitcoinXPub (263) */
|
|
1894
|
+
interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
|
|
1895
|
+
readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
1896
|
+
readonly depth: Compact<u8>;
|
|
1897
|
+
readonly parentFingerprint: U8aFixed;
|
|
1898
|
+
readonly childNumber: Compact<u32>;
|
|
1899
|
+
readonly chainCode: U8aFixed;
|
|
1900
|
+
readonly network: ArgonPrimitivesBitcoinNetworkKind;
|
|
1901
|
+
}
|
|
1902
|
+
/** @name ArgonPrimitivesBitcoinNetworkKind (265) */
|
|
1903
|
+
interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
|
|
1904
|
+
readonly isMain: boolean;
|
|
1905
|
+
readonly isTest: boolean;
|
|
1906
|
+
readonly type: 'Main' | 'Test';
|
|
1907
|
+
}
|
|
1908
|
+
/** @name PalletVaultsError (267) */
|
|
1909
|
+
interface PalletVaultsError extends Enum {
|
|
1910
|
+
readonly isBondNotFound: boolean;
|
|
1911
|
+
readonly isNoMoreVaultIds: boolean;
|
|
1912
|
+
readonly isNoMoreBondIds: boolean;
|
|
1913
|
+
readonly isMinimumBondAmountNotMet: boolean;
|
|
1914
|
+
readonly isExpirationAtBlockOverflow: boolean;
|
|
1915
|
+
readonly isInsufficientFunds: boolean;
|
|
1916
|
+
readonly isInsufficientVaultFunds: boolean;
|
|
1917
|
+
readonly isInsufficientBitcoinsForMining: boolean;
|
|
1918
|
+
readonly isAccountBelowMinimumBalance: boolean;
|
|
1919
|
+
readonly isVaultClosed: boolean;
|
|
1920
|
+
readonly isInvalidVaultAmount: boolean;
|
|
1921
|
+
readonly isVaultReductionBelowAllocatedFunds: boolean;
|
|
1922
|
+
readonly isInvalidSecuritization: boolean;
|
|
1923
|
+
readonly isReusedVaultBitcoinXpub: boolean;
|
|
1924
|
+
readonly isMaxSecuritizationPercentExceeded: boolean;
|
|
1925
|
+
readonly isInvalidBondType: boolean;
|
|
1926
|
+
readonly isBitcoinUtxoNotFound: boolean;
|
|
1927
|
+
readonly isInsufficientSatoshisBonded: boolean;
|
|
1928
|
+
readonly isNoBitcoinPricesAvailable: boolean;
|
|
1929
|
+
readonly isInvalidBitcoinScript: boolean;
|
|
1930
|
+
readonly isInvalidXpubkey: boolean;
|
|
1931
|
+
readonly isWrongXpubNetwork: boolean;
|
|
1932
|
+
readonly isUnsafeXpubkey: boolean;
|
|
1933
|
+
readonly isUnableToDeriveVaultXpubChild: boolean;
|
|
1934
|
+
readonly isBitcoinConversionFailed: boolean;
|
|
1935
|
+
readonly isExpirationTooSoon: boolean;
|
|
1936
|
+
readonly isNoPermissions: boolean;
|
|
1937
|
+
readonly isHoldUnexpectedlyModified: boolean;
|
|
1938
|
+
readonly isUnrecoverableHold: boolean;
|
|
1939
|
+
readonly isVaultNotFound: boolean;
|
|
1940
|
+
readonly isFeeExceedsBondAmount: boolean;
|
|
1941
|
+
readonly isNoVaultBitcoinPubkeysAvailable: boolean;
|
|
1942
|
+
readonly isTermsModificationOverflow: boolean;
|
|
1943
|
+
readonly isTermsChangeAlreadyScheduled: boolean;
|
|
1944
|
+
readonly isInternalError: boolean;
|
|
1945
|
+
readonly isUnableToGenerateVaultBitcoinPubkey: boolean;
|
|
1946
|
+
readonly isUnableToDecodeVaultBitcoinPubkey: boolean;
|
|
1947
|
+
readonly type: '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';
|
|
1948
|
+
}
|
|
1949
|
+
/** @name ArgonPrimitivesBond (268) */
|
|
1950
|
+
interface ArgonPrimitivesBond extends Struct {
|
|
1951
|
+
readonly bondType: ArgonPrimitivesBondBondType;
|
|
1952
|
+
readonly vaultId: Compact<u32>;
|
|
1953
|
+
readonly utxoId: Option<u64>;
|
|
1954
|
+
readonly bondedAccountId: AccountId32;
|
|
1955
|
+
readonly totalFee: Compact<u128>;
|
|
1956
|
+
readonly prepaidFee: Compact<u128>;
|
|
1957
|
+
readonly amount: Compact<u128>;
|
|
1958
|
+
readonly startBlock: Compact<u32>;
|
|
1959
|
+
readonly expiration: ArgonPrimitivesBondBondExpiration;
|
|
1960
|
+
}
|
|
1961
|
+
/** @name PalletBondUtxoState (271) */
|
|
1962
|
+
interface PalletBondUtxoState extends Struct {
|
|
1963
|
+
readonly bondId: Compact<u64>;
|
|
1964
|
+
readonly satoshis: Compact<u64>;
|
|
1965
|
+
readonly vaultPubkey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
1966
|
+
readonly vaultClaimPubkey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
1967
|
+
readonly vaultXpubSources: ITuple<[U8aFixed, u32, u32]>;
|
|
1968
|
+
readonly ownerPubkey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
|
|
1969
|
+
readonly vaultClaimHeight: Compact<u64>;
|
|
1970
|
+
readonly openClaimHeight: Compact<u64>;
|
|
1971
|
+
readonly createdAtHeight: Compact<u64>;
|
|
1972
|
+
readonly utxoScriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
|
|
1973
|
+
readonly isVerified: bool;
|
|
1974
|
+
}
|
|
1975
|
+
/** @name PalletBondUtxoCosignRequest (275) */
|
|
1976
|
+
interface PalletBondUtxoCosignRequest extends Struct {
|
|
1977
|
+
readonly bondId: Compact<u64>;
|
|
1978
|
+
readonly vaultId: Compact<u32>;
|
|
1979
|
+
readonly bitcoinNetworkFee: Compact<u64>;
|
|
1980
|
+
readonly cosignDueBlock: Compact<u64>;
|
|
1981
|
+
readonly toScriptPubkey: Bytes;
|
|
1982
|
+
readonly redemptionPrice: Compact<u128>;
|
|
1983
|
+
}
|
|
1984
|
+
/** @name PalletBondError (279) */
|
|
1985
|
+
interface PalletBondError extends Enum {
|
|
1986
|
+
readonly isBondNotFound: boolean;
|
|
1987
|
+
readonly isNoMoreBondIds: boolean;
|
|
1988
|
+
readonly isMinimumBondAmountNotMet: boolean;
|
|
1989
|
+
readonly isExpirationAtBlockOverflow: boolean;
|
|
1990
|
+
readonly isInsufficientFunds: boolean;
|
|
1991
|
+
readonly isInsufficientVaultFunds: boolean;
|
|
1992
|
+
readonly isInsufficientBitcoinsForMining: boolean;
|
|
1993
|
+
readonly isAccountWouldGoBelowMinimumBalance: boolean;
|
|
1994
|
+
readonly isVaultClosed: boolean;
|
|
1995
|
+
readonly isInvalidVaultAmount: boolean;
|
|
1996
|
+
readonly isBondRedemptionNotLocked: boolean;
|
|
1997
|
+
readonly isBitcoinUnlockInitiationDeadlinePassed: boolean;
|
|
1998
|
+
readonly isBitcoinFeeTooHigh: boolean;
|
|
1999
|
+
readonly isInvalidBondType: boolean;
|
|
2000
|
+
readonly isBitcoinUtxoNotFound: boolean;
|
|
2001
|
+
readonly isBitcoinUnableToBeDecodedForUnlock: boolean;
|
|
2002
|
+
readonly isBitcoinSignatureUnableToBeDecoded: boolean;
|
|
2003
|
+
readonly isBitcoinPubkeyUnableToBeDecoded: boolean;
|
|
2004
|
+
readonly isBitcoinInvalidCosignature: boolean;
|
|
2005
|
+
readonly isInsufficientSatoshisBonded: boolean;
|
|
2006
|
+
readonly isNoBitcoinPricesAvailable: boolean;
|
|
2007
|
+
readonly isInvalidBitcoinScript: boolean;
|
|
2008
|
+
readonly isExpirationTooSoon: boolean;
|
|
2009
|
+
readonly isNoPermissions: boolean;
|
|
2010
|
+
readonly isHoldUnexpectedlyModified: boolean;
|
|
2011
|
+
readonly isUnrecoverableHold: boolean;
|
|
2012
|
+
readonly isVaultNotFound: boolean;
|
|
2013
|
+
readonly isFeeExceedsBondAmount: boolean;
|
|
2014
|
+
readonly isGenericBondError: boolean;
|
|
2015
|
+
readonly asGenericBondError: ArgonPrimitivesBondBondError;
|
|
2016
|
+
readonly type: 'BondNotFound' | 'NoMoreBondIds' | 'MinimumBondAmountNotMet' | 'ExpirationAtBlockOverflow' | 'InsufficientFunds' | 'InsufficientVaultFunds' | 'InsufficientBitcoinsForMining' | 'AccountWouldGoBelowMinimumBalance' | 'VaultClosed' | 'InvalidVaultAmount' | 'BondRedemptionNotLocked' | 'BitcoinUnlockInitiationDeadlinePassed' | 'BitcoinFeeTooHigh' | 'InvalidBondType' | 'BitcoinUtxoNotFound' | 'BitcoinUnableToBeDecodedForUnlock' | 'BitcoinSignatureUnableToBeDecoded' | 'BitcoinPubkeyUnableToBeDecoded' | 'BitcoinInvalidCosignature' | 'InsufficientSatoshisBonded' | 'NoBitcoinPricesAvailable' | 'InvalidBitcoinScript' | 'ExpirationTooSoon' | 'NoPermissions' | 'HoldUnexpectedlyModified' | 'UnrecoverableHold' | 'VaultNotFound' | 'FeeExceedsBondAmount' | 'GenericBondError';
|
|
2017
|
+
}
|
|
2018
|
+
/** @name PalletNotariesError (291) */
|
|
2019
|
+
interface PalletNotariesError extends Enum {
|
|
2020
|
+
readonly isProposalNotFound: boolean;
|
|
2021
|
+
readonly isMaxNotariesExceeded: boolean;
|
|
2022
|
+
readonly isMaxProposalsPerBlockExceeded: boolean;
|
|
2023
|
+
readonly isNotAnActiveNotary: boolean;
|
|
2024
|
+
readonly isInvalidNotaryOperator: boolean;
|
|
2025
|
+
readonly isNoMoreNotaryIds: boolean;
|
|
2026
|
+
readonly isEffectiveTickTooSoon: boolean;
|
|
2027
|
+
readonly isTooManyKeys: boolean;
|
|
2028
|
+
readonly isInvalidNotary: boolean;
|
|
2029
|
+
readonly type: 'ProposalNotFound' | 'MaxNotariesExceeded' | 'MaxProposalsPerBlockExceeded' | 'NotAnActiveNotary' | 'InvalidNotaryOperator' | 'NoMoreNotaryIds' | 'EffectiveTickTooSoon' | 'TooManyKeys' | 'InvalidNotary';
|
|
2030
|
+
}
|
|
2031
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (295) */
|
|
2032
|
+
interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
|
|
2033
|
+
readonly notebookNumber: Compact<u32>;
|
|
2034
|
+
readonly tick: Compact<u32>;
|
|
2035
|
+
readonly blockVotesRoot: H256;
|
|
2036
|
+
readonly secretHash: H256;
|
|
2037
|
+
readonly parentSecret: Option<H256>;
|
|
2038
|
+
}
|
|
2039
|
+
/** @name ArgonPrimitivesDigestsNotebookDigest (297) */
|
|
2040
|
+
interface ArgonPrimitivesDigestsNotebookDigest extends Struct {
|
|
2041
|
+
readonly notebooks: Vec<ArgonPrimitivesDigestsNotebookDigestRecord>;
|
|
2042
|
+
}
|
|
2043
|
+
/** @name ArgonPrimitivesDigestsNotebookDigestRecord (299) */
|
|
2044
|
+
interface ArgonPrimitivesDigestsNotebookDigestRecord extends Struct {
|
|
2045
|
+
readonly notaryId: Compact<u32>;
|
|
2046
|
+
readonly notebookNumber: Compact<u32>;
|
|
2047
|
+
readonly tick: Compact<u32>;
|
|
2048
|
+
readonly auditFirstFailure: Option<ArgonNotaryAuditErrorVerifyError>;
|
|
2049
|
+
}
|
|
2050
|
+
/** @name PalletNotebookError (302) */
|
|
2051
|
+
interface PalletNotebookError extends Enum {
|
|
2052
|
+
readonly isDuplicateNotebookNumber: boolean;
|
|
2053
|
+
readonly isMissingNotebookNumber: boolean;
|
|
2054
|
+
readonly isNotebookTickAlreadyUsed: boolean;
|
|
2055
|
+
readonly isInvalidNotebookSignature: boolean;
|
|
2056
|
+
readonly isInvalidSecretProvided: boolean;
|
|
2057
|
+
readonly isCouldNotDecodeNotebook: boolean;
|
|
2058
|
+
readonly isDuplicateNotebookDigest: boolean;
|
|
2059
|
+
readonly isMissingNotebookDigest: boolean;
|
|
2060
|
+
readonly isInvalidNotebookDigest: boolean;
|
|
2061
|
+
readonly isMultipleNotebookInherentsProvided: boolean;
|
|
2062
|
+
readonly isInternalError: boolean;
|
|
2063
|
+
readonly type: 'DuplicateNotebookNumber' | 'MissingNotebookNumber' | 'NotebookTickAlreadyUsed' | 'InvalidNotebookSignature' | 'InvalidSecretProvided' | 'CouldNotDecodeNotebook' | 'DuplicateNotebookDigest' | 'MissingNotebookDigest' | 'InvalidNotebookDigest' | 'MultipleNotebookInherentsProvided' | 'InternalError';
|
|
2064
|
+
}
|
|
2065
|
+
/** @name PalletChainTransferQueuedTransferOut (303) */
|
|
2066
|
+
interface PalletChainTransferQueuedTransferOut extends Struct {
|
|
2067
|
+
readonly accountId: AccountId32;
|
|
2068
|
+
readonly amount: u128;
|
|
2069
|
+
readonly expirationTick: u32;
|
|
2070
|
+
readonly notaryId: u32;
|
|
2071
|
+
}
|
|
2072
|
+
/** @name FrameSupportPalletId (308) */
|
|
2073
|
+
interface FrameSupportPalletId extends U8aFixed {
|
|
2074
|
+
}
|
|
2075
|
+
/** @name PalletChainTransferError (309) */
|
|
2076
|
+
interface PalletChainTransferError extends Enum {
|
|
2077
|
+
readonly isMaxBlockTransfersExceeded: boolean;
|
|
2078
|
+
readonly isInsufficientFunds: boolean;
|
|
2079
|
+
readonly isInsufficientNotarizedFunds: boolean;
|
|
2080
|
+
readonly isInvalidOrDuplicatedLocalchainTransfer: boolean;
|
|
2081
|
+
readonly isNotebookIncludesExpiredLocalchainTransfer: boolean;
|
|
2082
|
+
readonly isInvalidNotaryUsedForTransfer: boolean;
|
|
2083
|
+
readonly isNotaryLocked: boolean;
|
|
2084
|
+
readonly type: 'MaxBlockTransfersExceeded' | 'InsufficientFunds' | 'InsufficientNotarizedFunds' | 'InvalidOrDuplicatedLocalchainTransfer' | 'NotebookIncludesExpiredLocalchainTransfer' | 'InvalidNotaryUsedForTransfer' | 'NotaryLocked';
|
|
2085
|
+
}
|
|
2086
|
+
/** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (314) */
|
|
2087
|
+
interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
|
|
2088
|
+
readonly notaryId: Compact<u32>;
|
|
2089
|
+
readonly notebookNumber: Compact<u32>;
|
|
2090
|
+
readonly tick: Compact<u32>;
|
|
2091
|
+
readonly blockVotesCount: Compact<u32>;
|
|
2092
|
+
readonly blockVotingPower: Compact<u128>;
|
|
2093
|
+
}
|
|
2094
|
+
/** @name ArgonPrimitivesDigestsBlockVoteDigest (316) */
|
|
2095
|
+
interface ArgonPrimitivesDigestsBlockVoteDigest extends Struct {
|
|
2096
|
+
readonly votingPower: Compact<u128>;
|
|
2097
|
+
readonly votesCount: Compact<u32>;
|
|
2098
|
+
}
|
|
2099
|
+
/** @name PalletBlockSealSpecError (320) */
|
|
2100
|
+
interface PalletBlockSealSpecError extends Enum {
|
|
2101
|
+
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
2102
|
+
readonly type: 'MaxNotebooksAtTickExceeded';
|
|
2103
|
+
}
|
|
2104
|
+
/** @name PalletDataDomainError (323) */
|
|
2105
|
+
interface PalletDataDomainError extends Enum {
|
|
2106
|
+
readonly isDomainNotRegistered: boolean;
|
|
2107
|
+
readonly isNotDomainOwner: boolean;
|
|
2108
|
+
readonly isFailedToAddToAddressHistory: boolean;
|
|
2109
|
+
readonly isFailedToAddExpiringDomain: boolean;
|
|
2110
|
+
readonly isAccountDecodingError: boolean;
|
|
2111
|
+
readonly type: 'DomainNotRegistered' | 'NotDomainOwner' | 'FailedToAddToAddressHistory' | 'FailedToAddExpiringDomain' | 'AccountDecodingError';
|
|
2112
|
+
}
|
|
2113
|
+
/** @name PalletPriceIndexError (324) */
|
|
2114
|
+
interface PalletPriceIndexError extends Enum {
|
|
2115
|
+
readonly isNotAuthorizedOperator: boolean;
|
|
2116
|
+
readonly isMissingValue: boolean;
|
|
2117
|
+
readonly isPricesTooOld: boolean;
|
|
2118
|
+
readonly isMaxPriceChangePerTickExceeded: boolean;
|
|
2119
|
+
readonly type: 'NotAuthorizedOperator' | 'MissingValue' | 'PricesTooOld' | 'MaxPriceChangePerTickExceeded';
|
|
2120
|
+
}
|
|
2121
|
+
/** @name SpCoreCryptoKeyTypeId (329) */
|
|
2122
|
+
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
2123
|
+
}
|
|
2124
|
+
/** @name PalletSessionError (330) */
|
|
2125
|
+
interface PalletSessionError extends Enum {
|
|
2126
|
+
readonly isInvalidProof: boolean;
|
|
2127
|
+
readonly isNoAssociatedValidatorId: boolean;
|
|
2128
|
+
readonly isDuplicatedKey: boolean;
|
|
2129
|
+
readonly isNoKeys: boolean;
|
|
2130
|
+
readonly isNoAccount: boolean;
|
|
2131
|
+
readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
|
|
2132
|
+
}
|
|
2133
|
+
/** @name ArgonPrimitivesProvidersBlockSealerInfo (331) */
|
|
2134
|
+
interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
|
|
2135
|
+
readonly blockAuthorAccountId: AccountId32;
|
|
2136
|
+
readonly blockVoteRewardsAccount: Option<AccountId32>;
|
|
2137
|
+
}
|
|
2138
|
+
/** @name ArgonPrimitivesDigestsParentVotingKeyDigest (332) */
|
|
2139
|
+
interface ArgonPrimitivesDigestsParentVotingKeyDigest extends Struct {
|
|
2140
|
+
readonly parentVotingKey: Option<H256>;
|
|
2141
|
+
}
|
|
2142
|
+
/** @name PalletBlockSealError (333) */
|
|
2143
|
+
interface PalletBlockSealError extends Enum {
|
|
2144
|
+
readonly isInvalidVoteSealStrength: boolean;
|
|
2145
|
+
readonly isInvalidSubmitter: boolean;
|
|
2146
|
+
readonly isUnableToDecodeVoteAccount: boolean;
|
|
2147
|
+
readonly isUnregisteredBlockAuthor: boolean;
|
|
2148
|
+
readonly isInvalidBlockVoteProof: boolean;
|
|
2149
|
+
readonly isNoGrandparentVoteMinimum: boolean;
|
|
2150
|
+
readonly isDuplicateBlockSealProvided: boolean;
|
|
2151
|
+
readonly isInsufficientVotingPower: boolean;
|
|
2152
|
+
readonly isParentVotingKeyNotFound: boolean;
|
|
2153
|
+
readonly isInvalidVoteGrandparentHash: boolean;
|
|
2154
|
+
readonly isIneligibleNotebookUsed: boolean;
|
|
2155
|
+
readonly isNoEligibleVotingRoot: boolean;
|
|
2156
|
+
readonly isUnregisteredDataDomain: boolean;
|
|
2157
|
+
readonly isInvalidDataDomainAccount: boolean;
|
|
2158
|
+
readonly isInvalidAuthoritySignature: boolean;
|
|
2159
|
+
readonly isCouldNotDecodeVote: boolean;
|
|
2160
|
+
readonly isMaxNotebooksAtTickExceeded: boolean;
|
|
2161
|
+
readonly isNoClosestMinerFoundForVote: boolean;
|
|
2162
|
+
readonly isBlockVoteInvalidSignature: boolean;
|
|
2163
|
+
readonly type: 'InvalidVoteSealStrength' | 'InvalidSubmitter' | 'UnableToDecodeVoteAccount' | 'UnregisteredBlockAuthor' | 'InvalidBlockVoteProof' | 'NoGrandparentVoteMinimum' | 'DuplicateBlockSealProvided' | 'InsufficientVotingPower' | 'ParentVotingKeyNotFound' | 'InvalidVoteGrandparentHash' | 'IneligibleNotebookUsed' | 'NoEligibleVotingRoot' | 'UnregisteredDataDomain' | 'InvalidDataDomainAccount' | 'InvalidAuthoritySignature' | 'CouldNotDecodeVote' | 'MaxNotebooksAtTickExceeded' | 'NoClosestMinerFoundForVote' | 'BlockVoteInvalidSignature';
|
|
2164
|
+
}
|
|
2165
|
+
/** @name PalletBlockRewardsError (335) */
|
|
2166
|
+
type PalletBlockRewardsError = Null;
|
|
2167
|
+
/** @name PalletGrandpaStoredState (336) */
|
|
2168
|
+
interface PalletGrandpaStoredState extends Enum {
|
|
2169
|
+
readonly isLive: boolean;
|
|
2170
|
+
readonly isPendingPause: boolean;
|
|
2171
|
+
readonly asPendingPause: {
|
|
2172
|
+
readonly scheduledAt: u32;
|
|
2173
|
+
readonly delay: u32;
|
|
2174
|
+
} & Struct;
|
|
2175
|
+
readonly isPaused: boolean;
|
|
2176
|
+
readonly isPendingResume: boolean;
|
|
2177
|
+
readonly asPendingResume: {
|
|
2178
|
+
readonly scheduledAt: u32;
|
|
2179
|
+
readonly delay: u32;
|
|
2180
|
+
} & Struct;
|
|
2181
|
+
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
2182
|
+
}
|
|
2183
|
+
/** @name PalletGrandpaStoredPendingChange (337) */
|
|
2184
|
+
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
2185
|
+
readonly scheduledAt: u32;
|
|
2186
|
+
readonly delay: u32;
|
|
2187
|
+
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
2188
|
+
readonly forced: Option<u32>;
|
|
2189
|
+
}
|
|
2190
|
+
/** @name PalletGrandpaError (340) */
|
|
2191
|
+
interface PalletGrandpaError extends Enum {
|
|
2192
|
+
readonly isPauseFailed: boolean;
|
|
2193
|
+
readonly isResumeFailed: boolean;
|
|
2194
|
+
readonly isChangePending: boolean;
|
|
2195
|
+
readonly isTooSoon: boolean;
|
|
2196
|
+
readonly isInvalidKeyOwnershipProof: boolean;
|
|
2197
|
+
readonly isInvalidEquivocationProof: boolean;
|
|
2198
|
+
readonly isDuplicateOffenceReport: boolean;
|
|
2199
|
+
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
2200
|
+
}
|
|
2201
|
+
/** @name SpStakingOffenceOffenceDetails (341) */
|
|
2202
|
+
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
2203
|
+
readonly offender: ITuple<[AccountId32, PalletMiningSlotMinerHistory]>;
|
|
2204
|
+
readonly reporters: Vec<AccountId32>;
|
|
2205
|
+
}
|
|
2206
|
+
/** @name PalletMiningSlotMinerHistory (343) */
|
|
2207
|
+
interface PalletMiningSlotMinerHistory extends Struct {
|
|
2208
|
+
readonly authorityIndex: u32;
|
|
2209
|
+
}
|
|
2210
|
+
/** @name PalletMintError (348) */
|
|
2211
|
+
interface PalletMintError extends Enum {
|
|
2212
|
+
readonly isTooManyPendingMints: boolean;
|
|
2213
|
+
readonly type: 'TooManyPendingMints';
|
|
2214
|
+
}
|
|
2215
|
+
/** @name PalletBalancesBalanceLock (350) */
|
|
2216
|
+
interface PalletBalancesBalanceLock extends Struct {
|
|
2217
|
+
readonly id: U8aFixed;
|
|
2218
|
+
readonly amount: u128;
|
|
2219
|
+
readonly reasons: PalletBalancesReasons;
|
|
2220
|
+
}
|
|
2221
|
+
/** @name PalletBalancesReasons (351) */
|
|
2222
|
+
interface PalletBalancesReasons extends Enum {
|
|
2223
|
+
readonly isFee: boolean;
|
|
2224
|
+
readonly isMisc: boolean;
|
|
2225
|
+
readonly isAll: boolean;
|
|
2226
|
+
readonly type: 'Fee' | 'Misc' | 'All';
|
|
2227
|
+
}
|
|
2228
|
+
/** @name PalletBalancesReserveData (354) */
|
|
2229
|
+
interface PalletBalancesReserveData extends Struct {
|
|
2230
|
+
readonly id: U8aFixed;
|
|
2231
|
+
readonly amount: u128;
|
|
2232
|
+
}
|
|
2233
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (357) */
|
|
2234
|
+
interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
|
|
2235
|
+
readonly id: ArgonNodeRuntimeRuntimeHoldReason;
|
|
2236
|
+
readonly amount: u128;
|
|
2237
|
+
}
|
|
2238
|
+
/** @name ArgonNodeRuntimeRuntimeHoldReason (358) */
|
|
2239
|
+
interface ArgonNodeRuntimeRuntimeHoldReason extends Enum {
|
|
2240
|
+
readonly isMiningSlot: boolean;
|
|
2241
|
+
readonly asMiningSlot: PalletMiningSlotHoldReason;
|
|
2242
|
+
readonly isVaults: boolean;
|
|
2243
|
+
readonly asVaults: PalletVaultsHoldReason;
|
|
2244
|
+
readonly isBonds: boolean;
|
|
2245
|
+
readonly asBonds: PalletBondHoldReason;
|
|
2246
|
+
readonly isBlockRewards: boolean;
|
|
2247
|
+
readonly asBlockRewards: PalletBlockRewardsHoldReason;
|
|
2248
|
+
readonly type: 'MiningSlot' | 'Vaults' | 'Bonds' | 'BlockRewards';
|
|
2249
|
+
}
|
|
2250
|
+
/** @name PalletMiningSlotHoldReason (359) */
|
|
2251
|
+
interface PalletMiningSlotHoldReason extends Enum {
|
|
2252
|
+
readonly isRegisterAsMiner: boolean;
|
|
2253
|
+
readonly type: 'RegisterAsMiner';
|
|
2254
|
+
}
|
|
2255
|
+
/** @name PalletVaultsHoldReason (360) */
|
|
2256
|
+
interface PalletVaultsHoldReason extends Enum {
|
|
2257
|
+
readonly isEnterVault: boolean;
|
|
2258
|
+
readonly isBondFee: boolean;
|
|
2259
|
+
readonly type: 'EnterVault' | 'BondFee';
|
|
2260
|
+
}
|
|
2261
|
+
/** @name PalletBondHoldReason (361) */
|
|
2262
|
+
interface PalletBondHoldReason extends Enum {
|
|
2263
|
+
readonly isUnlockingBitcoin: boolean;
|
|
2264
|
+
readonly type: 'UnlockingBitcoin';
|
|
2265
|
+
}
|
|
2266
|
+
/** @name PalletBlockRewardsHoldReason (362) */
|
|
2267
|
+
interface PalletBlockRewardsHoldReason extends Enum {
|
|
2268
|
+
readonly isMaturationPeriod: boolean;
|
|
2269
|
+
readonly type: 'MaturationPeriod';
|
|
2270
|
+
}
|
|
2271
|
+
/** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (365) */
|
|
2272
|
+
interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
|
|
2273
|
+
readonly id: ArgonNodeRuntimeRuntimeFreezeReason;
|
|
2274
|
+
readonly amount: u128;
|
|
2275
|
+
}
|
|
2276
|
+
/** @name ArgonNodeRuntimeRuntimeFreezeReason (366) */
|
|
2277
|
+
interface ArgonNodeRuntimeRuntimeFreezeReason extends Enum {
|
|
2278
|
+
readonly isBlockRewards: boolean;
|
|
2279
|
+
readonly asBlockRewards: PalletBlockRewardsFreezeReason;
|
|
2280
|
+
readonly type: 'BlockRewards';
|
|
2281
|
+
}
|
|
2282
|
+
/** @name PalletBlockRewardsFreezeReason (367) */
|
|
2283
|
+
interface PalletBlockRewardsFreezeReason extends Enum {
|
|
2284
|
+
readonly isMaturationPeriod: boolean;
|
|
2285
|
+
readonly type: 'MaturationPeriod';
|
|
2286
|
+
}
|
|
2287
|
+
/** @name PalletBalancesError (369) */
|
|
2288
|
+
interface PalletBalancesError extends Enum {
|
|
2289
|
+
readonly isVestingBalance: boolean;
|
|
2290
|
+
readonly isLiquidityRestrictions: boolean;
|
|
2291
|
+
readonly isInsufficientBalance: boolean;
|
|
2292
|
+
readonly isExistentialDeposit: boolean;
|
|
2293
|
+
readonly isExpendability: boolean;
|
|
2294
|
+
readonly isExistingVestingSchedule: boolean;
|
|
2295
|
+
readonly isDeadAccount: boolean;
|
|
2296
|
+
readonly isTooManyReserves: boolean;
|
|
2297
|
+
readonly isTooManyHolds: boolean;
|
|
2298
|
+
readonly isTooManyFreezes: boolean;
|
|
2299
|
+
readonly isIssuanceDeactivated: boolean;
|
|
2300
|
+
readonly isDeltaZero: boolean;
|
|
2301
|
+
readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
|
|
2302
|
+
}
|
|
2303
|
+
/** @name PalletTxPauseError (371) */
|
|
2304
|
+
interface PalletTxPauseError extends Enum {
|
|
2305
|
+
readonly isIsPaused: boolean;
|
|
2306
|
+
readonly isIsUnpaused: boolean;
|
|
2307
|
+
readonly isUnpausable: boolean;
|
|
2308
|
+
readonly isNotFound: boolean;
|
|
2309
|
+
readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
|
|
2310
|
+
}
|
|
2311
|
+
/** @name PalletTransactionPaymentReleases (372) */
|
|
2312
|
+
interface PalletTransactionPaymentReleases extends Enum {
|
|
2313
|
+
readonly isV1Ancient: boolean;
|
|
2314
|
+
readonly isV2: boolean;
|
|
2315
|
+
readonly type: 'V1Ancient' | 'V2';
|
|
2316
|
+
}
|
|
2317
|
+
/** @name PalletSudoError (373) */
|
|
2318
|
+
interface PalletSudoError extends Enum {
|
|
2319
|
+
readonly isRequireSudo: boolean;
|
|
2320
|
+
readonly type: 'RequireSudo';
|
|
2321
|
+
}
|
|
2322
|
+
/** @name FrameSystemExtensionsCheckNonZeroSender (376) */
|
|
2323
|
+
type FrameSystemExtensionsCheckNonZeroSender = Null;
|
|
2324
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (377) */
|
|
2325
|
+
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
2326
|
+
/** @name FrameSystemExtensionsCheckTxVersion (378) */
|
|
2327
|
+
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
2328
|
+
/** @name FrameSystemExtensionsCheckGenesis (379) */
|
|
2329
|
+
type FrameSystemExtensionsCheckGenesis = Null;
|
|
2330
|
+
/** @name FrameSystemExtensionsCheckNonce (382) */
|
|
2331
|
+
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
2332
|
+
}
|
|
2333
|
+
/** @name FrameSystemExtensionsCheckWeight (383) */
|
|
2334
|
+
type FrameSystemExtensionsCheckWeight = Null;
|
|
2335
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (384) */
|
|
2336
|
+
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
2337
|
+
}
|
|
2338
|
+
/** @name FrameMetadataHashExtensionCheckMetadataHash (385) */
|
|
2339
|
+
interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
|
|
2340
|
+
readonly mode: FrameMetadataHashExtensionMode;
|
|
2341
|
+
}
|
|
2342
|
+
/** @name FrameMetadataHashExtensionMode (386) */
|
|
2343
|
+
interface FrameMetadataHashExtensionMode extends Enum {
|
|
2344
|
+
readonly isDisabled: boolean;
|
|
2345
|
+
readonly isEnabled: boolean;
|
|
2346
|
+
readonly type: 'Disabled' | 'Enabled';
|
|
2347
|
+
}
|
|
2348
|
+
/** @name ArgonNodeRuntimeRuntime (388) */
|
|
2349
|
+
type ArgonNodeRuntimeRuntime = Null;
|
|
2350
|
+
}
|