@argonprotocol/mainchain 1.0.18 → 1.1.0-rc.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/README.md +110 -3
- package/lib/cli.cjs +3078 -0
- package/lib/cli.cjs.map +1 -0
- package/lib/cli.d.cts +1 -0
- package/lib/cli.d.ts +1 -0
- package/lib/cli.js +3073 -0
- package/lib/cli.js.map +1 -0
- package/lib/clis/index.cjs +3097 -0
- package/lib/clis/index.cjs.map +1 -0
- package/lib/clis/index.d.cts +26 -0
- package/lib/clis/index.d.ts +26 -0
- package/lib/clis/index.js +3077 -0
- package/lib/clis/index.js.map +1 -0
- package/lib/index.cjs +2402 -0
- package/lib/index.cjs.map +1 -0
- package/lib/index.d.cts +11542 -0
- package/lib/index.d.ts +11542 -0
- package/lib/index.js +2333 -0
- package/lib/index.js.map +1 -0
- package/lib/test-utils/index.cjs +2933 -0
- package/lib/test-utils/index.cjs.map +1 -0
- package/lib/test-utils/index.d.cts +180 -0
- package/lib/test-utils/index.d.ts +180 -0
- package/lib/test-utils/index.js +2915 -0
- package/lib/test-utils/index.js.map +1 -0
- package/package.json +50 -45
- package/lib/cjs/WageProtector.d.ts +0 -37
- package/lib/cjs/WageProtector.js +0 -64
- package/lib/cjs/WageProtector.js.map +0 -1
- package/lib/cjs/__test__/WageProtector.test.d.ts +0 -1
- package/lib/cjs/__test__/WageProtector.test.js +0 -28
- package/lib/cjs/__test__/WageProtector.test.js.map +0 -1
- package/lib/cjs/examples/decodePkcs.d.ts +0 -1
- package/lib/cjs/examples/decodePkcs.js +0 -48
- package/lib/cjs/examples/decodePkcs.js.map +0 -1
- package/lib/cjs/examples/findSs58Formats.d.ts +0 -1
- package/lib/cjs/examples/findSs58Formats.js +0 -42
- package/lib/cjs/examples/findSs58Formats.js.map +0 -1
- package/lib/cjs/index.d.ts +0 -32
- package/lib/cjs/index.js +0 -60
- package/lib/cjs/index.js.map +0 -1
- package/lib/cjs/interfaces/augment-api-consts.d.ts +0 -442
- package/lib/cjs/interfaces/augment-api-consts.js +0 -8
- package/lib/cjs/interfaces/augment-api-consts.js.map +0 -1
- package/lib/cjs/interfaces/augment-api-errors.d.ts +0 -919
- package/lib/cjs/interfaces/augment-api-errors.js +0 -8
- package/lib/cjs/interfaces/augment-api-errors.js.map +0 -1
- package/lib/cjs/interfaces/augment-api-events.d.ts +0 -1675
- package/lib/cjs/interfaces/augment-api-events.js +0 -8
- package/lib/cjs/interfaces/augment-api-events.js.map +0 -1
- package/lib/cjs/interfaces/augment-api-query.d.ts +0 -988
- package/lib/cjs/interfaces/augment-api-query.js +0 -8
- package/lib/cjs/interfaces/augment-api-query.js.map +0 -1
- package/lib/cjs/interfaces/augment-api-rpc.d.ts +0 -683
- package/lib/cjs/interfaces/augment-api-rpc.js +0 -8
- package/lib/cjs/interfaces/augment-api-rpc.js.map +0 -1
- package/lib/cjs/interfaces/augment-api-runtime.d.ts +0 -204
- package/lib/cjs/interfaces/augment-api-runtime.js +0 -8
- package/lib/cjs/interfaces/augment-api-runtime.js.map +0 -1
- package/lib/cjs/interfaces/augment-api-tx.d.ts +0 -1605
- package/lib/cjs/interfaces/augment-api-tx.js +0 -8
- package/lib/cjs/interfaces/augment-api-tx.js.map +0 -1
- package/lib/cjs/interfaces/augment-api.d.ts +0 -7
- package/lib/cjs/interfaces/augment-api.js +0 -12
- package/lib/cjs/interfaces/augment-api.js.map +0 -1
- package/lib/cjs/interfaces/augment-types.d.ts +0 -1316
- package/lib/cjs/interfaces/augment-types.js +0 -8
- package/lib/cjs/interfaces/augment-types.js.map +0 -1
- package/lib/cjs/interfaces/definitions.d.ts +0 -0
- package/lib/cjs/interfaces/definitions.js +0 -2
- package/lib/cjs/interfaces/definitions.js.map +0 -1
- package/lib/cjs/interfaces/lookup.d.ts +0 -2999
- package/lib/cjs/interfaces/lookup.js +0 -3262
- package/lib/cjs/interfaces/lookup.js.map +0 -1
- package/lib/cjs/interfaces/registry.d.ts +0 -250
- package/lib/cjs/interfaces/registry.js +0 -8
- package/lib/cjs/interfaces/registry.js.map +0 -1
- package/lib/cjs/interfaces/types-lookup.d.ts +0 -2974
- package/lib/cjs/interfaces/types-lookup.js +0 -8
- package/lib/cjs/interfaces/types-lookup.js.map +0 -1
- package/lib/cjs/package.json +0 -3
- package/lib/esm/WageProtector.d.ts +0 -37
- package/lib/esm/WageProtector.js +0 -60
- package/lib/esm/WageProtector.js.map +0 -1
- package/lib/esm/__test__/WageProtector.test.d.ts +0 -1
- package/lib/esm/__test__/WageProtector.test.js +0 -26
- package/lib/esm/__test__/WageProtector.test.js.map +0 -1
- package/lib/esm/examples/decodePkcs.d.ts +0 -1
- package/lib/esm/examples/decodePkcs.js +0 -45
- package/lib/esm/examples/decodePkcs.js.map +0 -1
- package/lib/esm/examples/findSs58Formats.d.ts +0 -1
- package/lib/esm/examples/findSs58Formats.js +0 -39
- package/lib/esm/examples/findSs58Formats.js.map +0 -1
- package/lib/esm/index.d.ts +0 -32
- package/lib/esm/index.js +0 -50
- package/lib/esm/index.js.map +0 -1
- package/lib/esm/interfaces/augment-api-consts.d.ts +0 -442
- package/lib/esm/interfaces/augment-api-consts.js +0 -6
- package/lib/esm/interfaces/augment-api-consts.js.map +0 -1
- package/lib/esm/interfaces/augment-api-errors.d.ts +0 -919
- package/lib/esm/interfaces/augment-api-errors.js +0 -6
- package/lib/esm/interfaces/augment-api-errors.js.map +0 -1
- package/lib/esm/interfaces/augment-api-events.d.ts +0 -1675
- package/lib/esm/interfaces/augment-api-events.js +0 -6
- package/lib/esm/interfaces/augment-api-events.js.map +0 -1
- package/lib/esm/interfaces/augment-api-query.d.ts +0 -988
- package/lib/esm/interfaces/augment-api-query.js +0 -6
- package/lib/esm/interfaces/augment-api-query.js.map +0 -1
- package/lib/esm/interfaces/augment-api-rpc.d.ts +0 -683
- package/lib/esm/interfaces/augment-api-rpc.js +0 -6
- package/lib/esm/interfaces/augment-api-rpc.js.map +0 -1
- package/lib/esm/interfaces/augment-api-runtime.d.ts +0 -204
- package/lib/esm/interfaces/augment-api-runtime.js +0 -6
- package/lib/esm/interfaces/augment-api-runtime.js.map +0 -1
- package/lib/esm/interfaces/augment-api-tx.d.ts +0 -1605
- package/lib/esm/interfaces/augment-api-tx.js +0 -6
- package/lib/esm/interfaces/augment-api-tx.js.map +0 -1
- package/lib/esm/interfaces/augment-api.d.ts +0 -7
- package/lib/esm/interfaces/augment-api.js +0 -10
- package/lib/esm/interfaces/augment-api.js.map +0 -1
- package/lib/esm/interfaces/augment-types.d.ts +0 -1316
- package/lib/esm/interfaces/augment-types.js +0 -6
- package/lib/esm/interfaces/augment-types.js.map +0 -1
- package/lib/esm/interfaces/definitions.d.ts +0 -0
- package/lib/esm/interfaces/definitions.js +0 -2
- package/lib/esm/interfaces/definitions.js.map +0 -1
- package/lib/esm/interfaces/lookup.d.ts +0 -2999
- package/lib/esm/interfaces/lookup.js +0 -3260
- package/lib/esm/interfaces/lookup.js.map +0 -1
- package/lib/esm/interfaces/registry.d.ts +0 -250
- package/lib/esm/interfaces/registry.js +0 -6
- package/lib/esm/interfaces/registry.js.map +0 -1
- package/lib/esm/interfaces/types-lookup.d.ts +0 -2974
- package/lib/esm/interfaces/types-lookup.js +0 -6
- package/lib/esm/interfaces/types-lookup.js.map +0 -1
- package/lib/tsconfig-cjs.tsbuildinfo +0 -1
- package/lib/tsconfig-types.tsbuildinfo +0 -1
- package/lib/tsconfig.tsbuildinfo +0 -1
- package/lib/types/WageProtector.d.ts +0 -37
- package/lib/types/__test__/WageProtector.test.d.ts +0 -1
- package/lib/types/examples/decodePkcs.d.ts +0 -1
- package/lib/types/examples/findSs58Formats.d.ts +0 -1
- package/lib/types/index.d.ts +0 -32
- package/lib/types/interfaces/augment-api-consts.d.ts +0 -442
- package/lib/types/interfaces/augment-api-errors.d.ts +0 -919
- package/lib/types/interfaces/augment-api-events.d.ts +0 -1675
- package/lib/types/interfaces/augment-api-query.d.ts +0 -988
- package/lib/types/interfaces/augment-api-rpc.d.ts +0 -683
- package/lib/types/interfaces/augment-api-runtime.d.ts +0 -204
- package/lib/types/interfaces/augment-api-tx.d.ts +0 -1605
- package/lib/types/interfaces/augment-api.d.ts +0 -7
- package/lib/types/interfaces/augment-types.d.ts +0 -1316
- package/lib/types/interfaces/definitions.d.ts +0 -0
- package/lib/types/interfaces/lookup.d.ts +0 -2999
- package/lib/types/interfaces/registry.d.ts +0 -250
- package/lib/types/interfaces/types-lookup.d.ts +0 -2974
|
@@ -1,2999 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
/**
|
|
3
|
-
* Lookup3: frame_system::AccountInfo<Nonce, pallet_balances::types::AccountData<Balance>>
|
|
4
|
-
**/
|
|
5
|
-
FrameSystemAccountInfo: {
|
|
6
|
-
nonce: string;
|
|
7
|
-
consumers: string;
|
|
8
|
-
providers: string;
|
|
9
|
-
sufficients: string;
|
|
10
|
-
data: string;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Lookup5: pallet_balances::types::AccountData<Balance>
|
|
14
|
-
**/
|
|
15
|
-
PalletBalancesAccountData: {
|
|
16
|
-
free: string;
|
|
17
|
-
reserved: string;
|
|
18
|
-
frozen: string;
|
|
19
|
-
flags: string;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
|
|
23
|
-
**/
|
|
24
|
-
FrameSupportDispatchPerDispatchClassWeight: {
|
|
25
|
-
normal: string;
|
|
26
|
-
operational: string;
|
|
27
|
-
mandatory: string;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Lookup10: sp_weights::weight_v2::Weight
|
|
31
|
-
**/
|
|
32
|
-
SpWeightsWeightV2Weight: {
|
|
33
|
-
refTime: string;
|
|
34
|
-
proofSize: string;
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* Lookup15: sp_runtime::generic::digest::Digest
|
|
38
|
-
**/
|
|
39
|
-
SpRuntimeDigest: {
|
|
40
|
-
logs: string;
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
* Lookup17: sp_runtime::generic::digest::DigestItem
|
|
44
|
-
**/
|
|
45
|
-
SpRuntimeDigestDigestItem: {
|
|
46
|
-
_enum: {
|
|
47
|
-
Other: string;
|
|
48
|
-
__Unused1: string;
|
|
49
|
-
__Unused2: string;
|
|
50
|
-
__Unused3: string;
|
|
51
|
-
Consensus: string;
|
|
52
|
-
Seal: string;
|
|
53
|
-
PreRuntime: string;
|
|
54
|
-
__Unused7: string;
|
|
55
|
-
RuntimeEnvironmentUpdated: string;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
/**
|
|
59
|
-
* Lookup20: frame_system::EventRecord<argon_runtime::RuntimeEvent, primitive_types::H256>
|
|
60
|
-
**/
|
|
61
|
-
FrameSystemEventRecord: {
|
|
62
|
-
phase: string;
|
|
63
|
-
event: string;
|
|
64
|
-
topics: string;
|
|
65
|
-
};
|
|
66
|
-
/**
|
|
67
|
-
* Lookup22: frame_system::pallet::Event<T>
|
|
68
|
-
**/
|
|
69
|
-
FrameSystemEvent: {
|
|
70
|
-
_enum: {
|
|
71
|
-
ExtrinsicSuccess: {
|
|
72
|
-
dispatchInfo: string;
|
|
73
|
-
};
|
|
74
|
-
ExtrinsicFailed: {
|
|
75
|
-
dispatchError: string;
|
|
76
|
-
dispatchInfo: string;
|
|
77
|
-
};
|
|
78
|
-
CodeUpdated: string;
|
|
79
|
-
NewAccount: {
|
|
80
|
-
account: string;
|
|
81
|
-
};
|
|
82
|
-
KilledAccount: {
|
|
83
|
-
account: string;
|
|
84
|
-
};
|
|
85
|
-
Remarked: {
|
|
86
|
-
_alias: {
|
|
87
|
-
hash_: string;
|
|
88
|
-
};
|
|
89
|
-
sender: string;
|
|
90
|
-
hash_: string;
|
|
91
|
-
};
|
|
92
|
-
UpgradeAuthorized: {
|
|
93
|
-
codeHash: string;
|
|
94
|
-
checkVersion: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
/**
|
|
99
|
-
* Lookup23: frame_support::dispatch::DispatchInfo
|
|
100
|
-
**/
|
|
101
|
-
FrameSupportDispatchDispatchInfo: {
|
|
102
|
-
weight: string;
|
|
103
|
-
class: string;
|
|
104
|
-
paysFee: string;
|
|
105
|
-
};
|
|
106
|
-
/**
|
|
107
|
-
* Lookup24: frame_support::dispatch::DispatchClass
|
|
108
|
-
**/
|
|
109
|
-
FrameSupportDispatchDispatchClass: {
|
|
110
|
-
_enum: string[];
|
|
111
|
-
};
|
|
112
|
-
/**
|
|
113
|
-
* Lookup25: frame_support::dispatch::Pays
|
|
114
|
-
**/
|
|
115
|
-
FrameSupportDispatchPays: {
|
|
116
|
-
_enum: string[];
|
|
117
|
-
};
|
|
118
|
-
/**
|
|
119
|
-
* Lookup26: sp_runtime::DispatchError
|
|
120
|
-
**/
|
|
121
|
-
SpRuntimeDispatchError: {
|
|
122
|
-
_enum: {
|
|
123
|
-
Other: string;
|
|
124
|
-
CannotLookup: string;
|
|
125
|
-
BadOrigin: string;
|
|
126
|
-
Module: string;
|
|
127
|
-
ConsumerRemaining: string;
|
|
128
|
-
NoProviders: string;
|
|
129
|
-
TooManyConsumers: string;
|
|
130
|
-
Token: string;
|
|
131
|
-
Arithmetic: string;
|
|
132
|
-
Transactional: string;
|
|
133
|
-
Exhausted: string;
|
|
134
|
-
Corruption: string;
|
|
135
|
-
Unavailable: string;
|
|
136
|
-
RootNotAllowed: string;
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
/**
|
|
140
|
-
* Lookup27: sp_runtime::ModuleError
|
|
141
|
-
**/
|
|
142
|
-
SpRuntimeModuleError: {
|
|
143
|
-
index: string;
|
|
144
|
-
error: string;
|
|
145
|
-
};
|
|
146
|
-
/**
|
|
147
|
-
* Lookup28: sp_runtime::TokenError
|
|
148
|
-
**/
|
|
149
|
-
SpRuntimeTokenError: {
|
|
150
|
-
_enum: string[];
|
|
151
|
-
};
|
|
152
|
-
/**
|
|
153
|
-
* Lookup29: sp_arithmetic::ArithmeticError
|
|
154
|
-
**/
|
|
155
|
-
SpArithmeticArithmeticError: {
|
|
156
|
-
_enum: string[];
|
|
157
|
-
};
|
|
158
|
-
/**
|
|
159
|
-
* Lookup30: sp_runtime::TransactionalError
|
|
160
|
-
**/
|
|
161
|
-
SpRuntimeTransactionalError: {
|
|
162
|
-
_enum: string[];
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* Lookup31: pallet_digests::pallet::Event<T>
|
|
166
|
-
**/
|
|
167
|
-
PalletDigestsEvent: string;
|
|
168
|
-
/**
|
|
169
|
-
* Lookup32: pallet_multisig::pallet::Event<T>
|
|
170
|
-
**/
|
|
171
|
-
PalletMultisigEvent: {
|
|
172
|
-
_enum: {
|
|
173
|
-
NewMultisig: {
|
|
174
|
-
approving: string;
|
|
175
|
-
multisig: string;
|
|
176
|
-
callHash: string;
|
|
177
|
-
};
|
|
178
|
-
MultisigApproval: {
|
|
179
|
-
approving: string;
|
|
180
|
-
timepoint: string;
|
|
181
|
-
multisig: string;
|
|
182
|
-
callHash: string;
|
|
183
|
-
};
|
|
184
|
-
MultisigExecuted: {
|
|
185
|
-
approving: string;
|
|
186
|
-
timepoint: string;
|
|
187
|
-
multisig: string;
|
|
188
|
-
callHash: string;
|
|
189
|
-
result: string;
|
|
190
|
-
};
|
|
191
|
-
MultisigCancelled: {
|
|
192
|
-
cancelling: string;
|
|
193
|
-
timepoint: string;
|
|
194
|
-
multisig: string;
|
|
195
|
-
callHash: string;
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
/**
|
|
200
|
-
* Lookup33: pallet_multisig::Timepoint<BlockNumber>
|
|
201
|
-
**/
|
|
202
|
-
PalletMultisigTimepoint: {
|
|
203
|
-
height: string;
|
|
204
|
-
index: string;
|
|
205
|
-
};
|
|
206
|
-
/**
|
|
207
|
-
* Lookup36: pallet_proxy::pallet::Event<T>
|
|
208
|
-
**/
|
|
209
|
-
PalletProxyEvent: {
|
|
210
|
-
_enum: {
|
|
211
|
-
ProxyExecuted: {
|
|
212
|
-
result: string;
|
|
213
|
-
};
|
|
214
|
-
PureCreated: {
|
|
215
|
-
pure: string;
|
|
216
|
-
who: string;
|
|
217
|
-
proxyType: string;
|
|
218
|
-
disambiguationIndex: string;
|
|
219
|
-
};
|
|
220
|
-
Announced: {
|
|
221
|
-
real: string;
|
|
222
|
-
proxy: string;
|
|
223
|
-
callHash: string;
|
|
224
|
-
};
|
|
225
|
-
ProxyAdded: {
|
|
226
|
-
delegator: string;
|
|
227
|
-
delegatee: string;
|
|
228
|
-
proxyType: string;
|
|
229
|
-
delay: string;
|
|
230
|
-
};
|
|
231
|
-
ProxyRemoved: {
|
|
232
|
-
delegator: string;
|
|
233
|
-
delegatee: string;
|
|
234
|
-
proxyType: string;
|
|
235
|
-
delay: string;
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
/**
|
|
240
|
-
* Lookup37: argon_runtime::ProxyType
|
|
241
|
-
**/
|
|
242
|
-
ArgonRuntimeProxyType: {
|
|
243
|
-
_enum: string[];
|
|
244
|
-
};
|
|
245
|
-
/**
|
|
246
|
-
* Lookup39: pallet_mining_slot::pallet::Event<T>
|
|
247
|
-
**/
|
|
248
|
-
PalletMiningSlotEvent: {
|
|
249
|
-
_enum: {
|
|
250
|
-
NewMiners: {
|
|
251
|
-
startIndex: string;
|
|
252
|
-
newMiners: string;
|
|
253
|
-
releasedMiners: string;
|
|
254
|
-
cohortId: string;
|
|
255
|
-
};
|
|
256
|
-
SlotBidderAdded: {
|
|
257
|
-
accountId: string;
|
|
258
|
-
bidAmount: string;
|
|
259
|
-
index: string;
|
|
260
|
-
};
|
|
261
|
-
SlotBidderDropped: {
|
|
262
|
-
accountId: string;
|
|
263
|
-
preservedArgonotHold: string;
|
|
264
|
-
};
|
|
265
|
-
ReleaseMinerSeatError: {
|
|
266
|
-
accountId: string;
|
|
267
|
-
error: string;
|
|
268
|
-
};
|
|
269
|
-
MiningConfigurationUpdated: {
|
|
270
|
-
ticksBeforeBidEndForVrfClose: string;
|
|
271
|
-
ticksBetweenSlots: string;
|
|
272
|
-
slotBiddingStartAfterTicks: string;
|
|
273
|
-
};
|
|
274
|
-
MiningBidsClosed: {
|
|
275
|
-
cohortId: string;
|
|
276
|
-
};
|
|
277
|
-
ReleaseBidError: {
|
|
278
|
-
accountId: string;
|
|
279
|
-
error: string;
|
|
280
|
-
};
|
|
281
|
-
};
|
|
282
|
-
};
|
|
283
|
-
/**
|
|
284
|
-
* Lookup41: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_runtime::SessionKeys>
|
|
285
|
-
**/
|
|
286
|
-
ArgonPrimitivesBlockSealMiningRegistration: {
|
|
287
|
-
accountId: string;
|
|
288
|
-
externalFundingAccount: string;
|
|
289
|
-
rewardDestination: string;
|
|
290
|
-
bid: string;
|
|
291
|
-
argonots: string;
|
|
292
|
-
authorityKeys: string;
|
|
293
|
-
cohortId: string;
|
|
294
|
-
};
|
|
295
|
-
/**
|
|
296
|
-
* Lookup42: argon_runtime::SessionKeys
|
|
297
|
-
**/
|
|
298
|
-
ArgonRuntimeSessionKeys: {
|
|
299
|
-
grandpa: string;
|
|
300
|
-
blockSealAuthority: string;
|
|
301
|
-
};
|
|
302
|
-
/**
|
|
303
|
-
* Lookup43: sp_consensus_grandpa::app::Public
|
|
304
|
-
**/
|
|
305
|
-
SpConsensusGrandpaAppPublic: string;
|
|
306
|
-
/**
|
|
307
|
-
* Lookup44: argon_primitives::block_seal::app::Public
|
|
308
|
-
**/
|
|
309
|
-
ArgonPrimitivesBlockSealAppPublic: string;
|
|
310
|
-
/**
|
|
311
|
-
* Lookup46: argon_primitives::block_seal::RewardDestination<sp_core::crypto::AccountId32>
|
|
312
|
-
**/
|
|
313
|
-
ArgonPrimitivesBlockSealRewardDestination: {
|
|
314
|
-
_enum: {
|
|
315
|
-
Owner: string;
|
|
316
|
-
Account: string;
|
|
317
|
-
};
|
|
318
|
-
};
|
|
319
|
-
/**
|
|
320
|
-
* Lookup49: pallet_bitcoin_utxos::pallet::Event<T>
|
|
321
|
-
**/
|
|
322
|
-
PalletBitcoinUtxosEvent: {
|
|
323
|
-
_enum: {
|
|
324
|
-
UtxoVerified: {
|
|
325
|
-
utxoId: string;
|
|
326
|
-
};
|
|
327
|
-
UtxoRejected: {
|
|
328
|
-
utxoId: string;
|
|
329
|
-
rejectedReason: string;
|
|
330
|
-
};
|
|
331
|
-
UtxoSpent: {
|
|
332
|
-
utxoId: string;
|
|
333
|
-
blockHeight: string;
|
|
334
|
-
};
|
|
335
|
-
UtxoUnwatched: {
|
|
336
|
-
utxoId: string;
|
|
337
|
-
};
|
|
338
|
-
UtxoSpentError: {
|
|
339
|
-
utxoId: string;
|
|
340
|
-
error: string;
|
|
341
|
-
};
|
|
342
|
-
UtxoVerifiedError: {
|
|
343
|
-
utxoId: string;
|
|
344
|
-
error: string;
|
|
345
|
-
};
|
|
346
|
-
UtxoRejectedError: {
|
|
347
|
-
utxoId: string;
|
|
348
|
-
error: string;
|
|
349
|
-
};
|
|
350
|
-
UtxoExpiredError: {
|
|
351
|
-
utxoRef: string;
|
|
352
|
-
error: string;
|
|
353
|
-
};
|
|
354
|
-
};
|
|
355
|
-
};
|
|
356
|
-
/**
|
|
357
|
-
* Lookup50: argon_primitives::bitcoin::BitcoinRejectedReason
|
|
358
|
-
**/
|
|
359
|
-
ArgonPrimitivesBitcoinBitcoinRejectedReason: {
|
|
360
|
-
_enum: string[];
|
|
361
|
-
};
|
|
362
|
-
/**
|
|
363
|
-
* Lookup51: argon_primitives::bitcoin::UtxoRef
|
|
364
|
-
**/
|
|
365
|
-
ArgonPrimitivesBitcoinUtxoRef: {
|
|
366
|
-
txid: string;
|
|
367
|
-
outputIndex: string;
|
|
368
|
-
};
|
|
369
|
-
/**
|
|
370
|
-
* Lookup52: argon_primitives::bitcoin::H256Le
|
|
371
|
-
**/
|
|
372
|
-
ArgonPrimitivesBitcoinH256Le: string;
|
|
373
|
-
/**
|
|
374
|
-
* Lookup54: pallet_vaults::pallet::Event<T>
|
|
375
|
-
**/
|
|
376
|
-
PalletVaultsEvent: {
|
|
377
|
-
_enum: {
|
|
378
|
-
VaultCreated: {
|
|
379
|
-
vaultId: string;
|
|
380
|
-
lockedBitcoinArgons: string;
|
|
381
|
-
bondedBitcoinArgons: string;
|
|
382
|
-
addedSecuritizationPercent: string;
|
|
383
|
-
operatorAccountId: string;
|
|
384
|
-
activationTick: string;
|
|
385
|
-
};
|
|
386
|
-
VaultModified: {
|
|
387
|
-
vaultId: string;
|
|
388
|
-
lockedBitcoinArgons: string;
|
|
389
|
-
bondedBitcoinArgons: string;
|
|
390
|
-
addedSecuritizationPercent: string;
|
|
391
|
-
};
|
|
392
|
-
VaultTermsChangeScheduled: {
|
|
393
|
-
vaultId: string;
|
|
394
|
-
changeTick: string;
|
|
395
|
-
};
|
|
396
|
-
VaultTermsChanged: {
|
|
397
|
-
vaultId: string;
|
|
398
|
-
};
|
|
399
|
-
VaultClosed: {
|
|
400
|
-
vaultId: string;
|
|
401
|
-
lockedBitcoinAmountStillReserved: string;
|
|
402
|
-
bondedBitcoinAmountStillReserved: string;
|
|
403
|
-
securitizationStillReserved: string;
|
|
404
|
-
};
|
|
405
|
-
VaultBitcoinXpubChange: {
|
|
406
|
-
vaultId: string;
|
|
407
|
-
};
|
|
408
|
-
ObligationCreated: {
|
|
409
|
-
vaultId: string;
|
|
410
|
-
obligationId: string;
|
|
411
|
-
fundType: string;
|
|
412
|
-
beneficiary: string;
|
|
413
|
-
amount: string;
|
|
414
|
-
expiration: string;
|
|
415
|
-
};
|
|
416
|
-
ObligationCompleted: {
|
|
417
|
-
vaultId: string;
|
|
418
|
-
obligationId: string;
|
|
419
|
-
returnedFee: string;
|
|
420
|
-
releasedFee: string;
|
|
421
|
-
};
|
|
422
|
-
ObligationModified: {
|
|
423
|
-
vaultId: string;
|
|
424
|
-
obligationId: string;
|
|
425
|
-
amount: string;
|
|
426
|
-
};
|
|
427
|
-
ObligationCanceled: {
|
|
428
|
-
vaultId: string;
|
|
429
|
-
obligationId: string;
|
|
430
|
-
beneficiary: string;
|
|
431
|
-
fundType: string;
|
|
432
|
-
returnedFee: string;
|
|
433
|
-
};
|
|
434
|
-
ObligationCompletionError: {
|
|
435
|
-
obligationId: string;
|
|
436
|
-
error: string;
|
|
437
|
-
};
|
|
438
|
-
ObligationBaseFeeMaturationError: {
|
|
439
|
-
obligationId: string;
|
|
440
|
-
baseFee: string;
|
|
441
|
-
vaultId: string;
|
|
442
|
-
error: string;
|
|
443
|
-
};
|
|
444
|
-
CouldNotDistributeBidPool: {
|
|
445
|
-
cohortId: string;
|
|
446
|
-
vaultId: string;
|
|
447
|
-
amount: string;
|
|
448
|
-
dispatchError: string;
|
|
449
|
-
};
|
|
450
|
-
CouldNotBurnBidPool: {
|
|
451
|
-
cohortId: string;
|
|
452
|
-
amount: string;
|
|
453
|
-
dispatchError: string;
|
|
454
|
-
};
|
|
455
|
-
CouldNotAllocateNextBidPool: {
|
|
456
|
-
cohortId: string;
|
|
457
|
-
dispatchError: string;
|
|
458
|
-
};
|
|
459
|
-
BidPoolDistributed: {
|
|
460
|
-
cohortId: string;
|
|
461
|
-
bidPoolDistributed: string;
|
|
462
|
-
bidPoolBurned: string;
|
|
463
|
-
bidPoolEntrants: string;
|
|
464
|
-
};
|
|
465
|
-
NextBidPoolAllocated: {
|
|
466
|
-
bondedBitcoinPool: string;
|
|
467
|
-
bidPoolEntrants: string;
|
|
468
|
-
};
|
|
469
|
-
};
|
|
470
|
-
};
|
|
471
|
-
/**
|
|
472
|
-
* Lookup56: argon_primitives::vault::FundType
|
|
473
|
-
**/
|
|
474
|
-
ArgonPrimitivesVaultFundType: {
|
|
475
|
-
_enum: string[];
|
|
476
|
-
};
|
|
477
|
-
/**
|
|
478
|
-
* Lookup57: argon_primitives::vault::ObligationExpiration
|
|
479
|
-
**/
|
|
480
|
-
ArgonPrimitivesVaultObligationExpiration: {
|
|
481
|
-
_enum: {
|
|
482
|
-
AtTick: string;
|
|
483
|
-
BitcoinBlock: string;
|
|
484
|
-
};
|
|
485
|
-
};
|
|
486
|
-
/**
|
|
487
|
-
* Lookup58: pallet_bitcoin_locks::pallet::Event<T>
|
|
488
|
-
**/
|
|
489
|
-
PalletBitcoinLocksEvent: {
|
|
490
|
-
_enum: {
|
|
491
|
-
BitcoinLockCreated: {
|
|
492
|
-
utxoId: string;
|
|
493
|
-
vaultId: string;
|
|
494
|
-
obligationId: string;
|
|
495
|
-
lockPrice: string;
|
|
496
|
-
accountId: string;
|
|
497
|
-
};
|
|
498
|
-
BitcoinLockBurned: {
|
|
499
|
-
utxoId: string;
|
|
500
|
-
vaultId: string;
|
|
501
|
-
obligationId: string;
|
|
502
|
-
amountBurned: string;
|
|
503
|
-
amountHeld: string;
|
|
504
|
-
wasUtxoSpent: string;
|
|
505
|
-
};
|
|
506
|
-
BitcoinUtxoCosignRequested: {
|
|
507
|
-
utxoId: string;
|
|
508
|
-
obligationId: string;
|
|
509
|
-
vaultId: string;
|
|
510
|
-
};
|
|
511
|
-
BitcoinUtxoCosigned: {
|
|
512
|
-
utxoId: string;
|
|
513
|
-
obligationId: string;
|
|
514
|
-
vaultId: string;
|
|
515
|
-
signature: string;
|
|
516
|
-
};
|
|
517
|
-
BitcoinCosignPastDue: {
|
|
518
|
-
utxoId: string;
|
|
519
|
-
obligationId: string;
|
|
520
|
-
vaultId: string;
|
|
521
|
-
compensationAmount: string;
|
|
522
|
-
compensationStillOwed: string;
|
|
523
|
-
compensatedAccountId: string;
|
|
524
|
-
};
|
|
525
|
-
CosignOverdueError: {
|
|
526
|
-
utxoId: string;
|
|
527
|
-
error: string;
|
|
528
|
-
};
|
|
529
|
-
};
|
|
530
|
-
};
|
|
531
|
-
/**
|
|
532
|
-
* Lookup61: pallet_notaries::pallet::Event<T>
|
|
533
|
-
**/
|
|
534
|
-
PalletNotariesEvent: {
|
|
535
|
-
_enum: {
|
|
536
|
-
NotaryProposed: {
|
|
537
|
-
operatorAccount: string;
|
|
538
|
-
meta: string;
|
|
539
|
-
expires: string;
|
|
540
|
-
};
|
|
541
|
-
NotaryActivated: {
|
|
542
|
-
notary: string;
|
|
543
|
-
};
|
|
544
|
-
NotaryMetaUpdateQueued: {
|
|
545
|
-
notaryId: string;
|
|
546
|
-
meta: string;
|
|
547
|
-
effectiveTick: string;
|
|
548
|
-
};
|
|
549
|
-
NotaryMetaUpdated: {
|
|
550
|
-
notaryId: string;
|
|
551
|
-
meta: string;
|
|
552
|
-
};
|
|
553
|
-
NotaryMetaUpdateError: {
|
|
554
|
-
notaryId: string;
|
|
555
|
-
error: string;
|
|
556
|
-
meta: string;
|
|
557
|
-
};
|
|
558
|
-
};
|
|
559
|
-
};
|
|
560
|
-
/**
|
|
561
|
-
* Lookup62: argon_primitives::notary::NotaryMeta<MaxHosts>
|
|
562
|
-
**/
|
|
563
|
-
ArgonPrimitivesNotaryNotaryMeta: {
|
|
564
|
-
name: string;
|
|
565
|
-
public: string;
|
|
566
|
-
hosts: string;
|
|
567
|
-
};
|
|
568
|
-
/**
|
|
569
|
-
* Lookup69: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
|
|
570
|
-
**/
|
|
571
|
-
ArgonPrimitivesNotaryNotaryRecord: {
|
|
572
|
-
notaryId: string;
|
|
573
|
-
operatorAccountId: string;
|
|
574
|
-
activatedBlock: string;
|
|
575
|
-
metaUpdatedBlock: string;
|
|
576
|
-
metaUpdatedTick: string;
|
|
577
|
-
meta: string;
|
|
578
|
-
};
|
|
579
|
-
/**
|
|
580
|
-
* Lookup70: pallet_notebook::pallet::Event<T>
|
|
581
|
-
**/
|
|
582
|
-
PalletNotebookEvent: {
|
|
583
|
-
_enum: {
|
|
584
|
-
NotebookSubmitted: {
|
|
585
|
-
notaryId: string;
|
|
586
|
-
notebookNumber: string;
|
|
587
|
-
};
|
|
588
|
-
NotebookAuditFailure: {
|
|
589
|
-
notaryId: string;
|
|
590
|
-
notebookNumber: string;
|
|
591
|
-
notebookHash: string;
|
|
592
|
-
firstFailureReason: string;
|
|
593
|
-
};
|
|
594
|
-
NotebookReadyForReprocess: {
|
|
595
|
-
notaryId: string;
|
|
596
|
-
notebookNumber: string;
|
|
597
|
-
};
|
|
598
|
-
};
|
|
599
|
-
};
|
|
600
|
-
/**
|
|
601
|
-
* Lookup71: argon_notary_audit::error::VerifyError
|
|
602
|
-
**/
|
|
603
|
-
ArgonNotaryAuditErrorVerifyError: {
|
|
604
|
-
_enum: {
|
|
605
|
-
MissingAccountOrigin: {
|
|
606
|
-
accountId: string;
|
|
607
|
-
accountType: string;
|
|
608
|
-
};
|
|
609
|
-
HistoryLookupError: {
|
|
610
|
-
source: string;
|
|
611
|
-
};
|
|
612
|
-
InvalidAccountChangelist: string;
|
|
613
|
-
InvalidChainTransfersList: string;
|
|
614
|
-
InvalidBalanceChangeRoot: string;
|
|
615
|
-
InvalidHeaderTaxRecorded: string;
|
|
616
|
-
InvalidPreviousNonce: string;
|
|
617
|
-
InvalidPreviousBalance: string;
|
|
618
|
-
InvalidPreviousAccountOrigin: string;
|
|
619
|
-
InvalidPreviousBalanceChangeNotebook: string;
|
|
620
|
-
InvalidBalanceChange: string;
|
|
621
|
-
InvalidBalanceChangeSignature: {
|
|
622
|
-
changeIndex: string;
|
|
623
|
-
};
|
|
624
|
-
InvalidNoteRecipients: string;
|
|
625
|
-
BalanceChangeError: {
|
|
626
|
-
changeIndex: string;
|
|
627
|
-
noteIndex: string;
|
|
628
|
-
message: string;
|
|
629
|
-
};
|
|
630
|
-
InvalidNetBalanceChangeset: string;
|
|
631
|
-
InsufficientBalance: {
|
|
632
|
-
balance: string;
|
|
633
|
-
amount: string;
|
|
634
|
-
noteIndex: string;
|
|
635
|
-
changeIndex: string;
|
|
636
|
-
};
|
|
637
|
-
ExceededMaxBalance: {
|
|
638
|
-
balance: string;
|
|
639
|
-
amount: string;
|
|
640
|
-
noteIndex: string;
|
|
641
|
-
changeIndex: string;
|
|
642
|
-
};
|
|
643
|
-
BalanceChangeMismatch: {
|
|
644
|
-
changeIndex: string;
|
|
645
|
-
providedBalance: string;
|
|
646
|
-
calculatedBalance: string;
|
|
647
|
-
};
|
|
648
|
-
BalanceChangeNotNetZero: {
|
|
649
|
-
sent: string;
|
|
650
|
-
claimed: string;
|
|
651
|
-
};
|
|
652
|
-
InvalidDomainLeaseAllocation: string;
|
|
653
|
-
TaxBalanceChangeNotNetZero: {
|
|
654
|
-
sent: string;
|
|
655
|
-
claimed: string;
|
|
656
|
-
};
|
|
657
|
-
MissingBalanceProof: string;
|
|
658
|
-
InvalidPreviousBalanceProof: string;
|
|
659
|
-
InvalidNotebookHash: string;
|
|
660
|
-
InvalidNotebookHeaderHash: string;
|
|
661
|
-
DuplicateChainTransfer: string;
|
|
662
|
-
DuplicatedAccountOriginUid: string;
|
|
663
|
-
InvalidNotarySignature: string;
|
|
664
|
-
InvalidSecretProvided: string;
|
|
665
|
-
NotebookTooOld: string;
|
|
666
|
-
CatchupNotebooksMissing: string;
|
|
667
|
-
DecodeError: string;
|
|
668
|
-
AccountChannelHoldDoesntExist: string;
|
|
669
|
-
AccountAlreadyHasChannelHold: string;
|
|
670
|
-
ChannelHoldNotReadyForClaim: {
|
|
671
|
-
currentTick: string;
|
|
672
|
-
claimTick: string;
|
|
673
|
-
};
|
|
674
|
-
AccountLocked: string;
|
|
675
|
-
MissingChannelHoldNote: string;
|
|
676
|
-
InvalidChannelHoldNote: string;
|
|
677
|
-
InvalidChannelHoldClaimers: string;
|
|
678
|
-
ChannelHoldNoteBelowMinimum: string;
|
|
679
|
-
InvalidTaxNoteAccount: string;
|
|
680
|
-
InvalidTaxOperation: string;
|
|
681
|
-
InsufficientTaxIncluded: {
|
|
682
|
-
taxSent: string;
|
|
683
|
-
taxOwed: string;
|
|
684
|
-
accountId: string;
|
|
685
|
-
};
|
|
686
|
-
InsufficientBlockVoteTax: string;
|
|
687
|
-
IneligibleTaxVoter: string;
|
|
688
|
-
BlockVoteInvalidSignature: string;
|
|
689
|
-
InvalidBlockVoteAllocation: string;
|
|
690
|
-
InvalidBlockVoteRoot: string;
|
|
691
|
-
InvalidBlockVotesCount: string;
|
|
692
|
-
InvalidBlockVotingPower: string;
|
|
693
|
-
InvalidBlockVoteList: string;
|
|
694
|
-
InvalidComputeProof: string;
|
|
695
|
-
InvalidBlockVoteSource: string;
|
|
696
|
-
InsufficientBlockVoteMinimum: string;
|
|
697
|
-
InvalidBlockVoteTick: {
|
|
698
|
-
tick: string;
|
|
699
|
-
notebookTick: string;
|
|
700
|
-
};
|
|
701
|
-
InvalidDefaultBlockVote: string;
|
|
702
|
-
InvalidDefaultBlockVoteAuthor: {
|
|
703
|
-
author: string;
|
|
704
|
-
expected: string;
|
|
705
|
-
};
|
|
706
|
-
NoDefaultBlockVote: string;
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
/**
|
|
710
|
-
* Lookup72: argon_primitives::account::AccountType
|
|
711
|
-
**/
|
|
712
|
-
ArgonPrimitivesAccountAccountType: {
|
|
713
|
-
_enum: string[];
|
|
714
|
-
};
|
|
715
|
-
/**
|
|
716
|
-
* Lookup73: argon_notary_audit::AccountHistoryLookupError
|
|
717
|
-
**/
|
|
718
|
-
ArgonNotaryAuditAccountHistoryLookupError: {
|
|
719
|
-
_enum: string[];
|
|
720
|
-
};
|
|
721
|
-
/**
|
|
722
|
-
* Lookup76: pallet_chain_transfer::pallet::Event<T>
|
|
723
|
-
**/
|
|
724
|
-
PalletChainTransferEvent: {
|
|
725
|
-
_enum: {
|
|
726
|
-
TransferToLocalchain: {
|
|
727
|
-
accountId: string;
|
|
728
|
-
amount: string;
|
|
729
|
-
transferId: string;
|
|
730
|
-
notaryId: string;
|
|
731
|
-
expirationTick: string;
|
|
732
|
-
};
|
|
733
|
-
TransferToLocalchainExpired: {
|
|
734
|
-
accountId: string;
|
|
735
|
-
transferId: string;
|
|
736
|
-
notaryId: string;
|
|
737
|
-
};
|
|
738
|
-
TransferFromLocalchain: {
|
|
739
|
-
accountId: string;
|
|
740
|
-
amount: string;
|
|
741
|
-
notaryId: string;
|
|
742
|
-
};
|
|
743
|
-
TransferFromLocalchainError: {
|
|
744
|
-
accountId: string;
|
|
745
|
-
amount: string;
|
|
746
|
-
notaryId: string;
|
|
747
|
-
notebookNumber: string;
|
|
748
|
-
error: string;
|
|
749
|
-
};
|
|
750
|
-
TransferToLocalchainRefundError: {
|
|
751
|
-
accountId: string;
|
|
752
|
-
transferId: string;
|
|
753
|
-
notaryId: string;
|
|
754
|
-
notebookNumber: string;
|
|
755
|
-
error: string;
|
|
756
|
-
};
|
|
757
|
-
PossibleInvalidLocalchainTransferAllowed: {
|
|
758
|
-
transferId: string;
|
|
759
|
-
notaryId: string;
|
|
760
|
-
notebookNumber: string;
|
|
761
|
-
};
|
|
762
|
-
TaxationError: {
|
|
763
|
-
notaryId: string;
|
|
764
|
-
notebookNumber: string;
|
|
765
|
-
tax: string;
|
|
766
|
-
error: string;
|
|
767
|
-
};
|
|
768
|
-
};
|
|
769
|
-
};
|
|
770
|
-
/**
|
|
771
|
-
* Lookup77: pallet_block_seal_spec::pallet::Event<T>
|
|
772
|
-
**/
|
|
773
|
-
PalletBlockSealSpecEvent: {
|
|
774
|
-
_enum: {
|
|
775
|
-
VoteMinimumAdjusted: {
|
|
776
|
-
expectedBlockVotes: string;
|
|
777
|
-
actualBlockVotes: string;
|
|
778
|
-
startVoteMinimum: string;
|
|
779
|
-
newVoteMinimum: string;
|
|
780
|
-
};
|
|
781
|
-
ComputeDifficultyAdjusted: {
|
|
782
|
-
expectedBlockTime: string;
|
|
783
|
-
actualBlockTime: string;
|
|
784
|
-
startDifficulty: string;
|
|
785
|
-
newDifficulty: string;
|
|
786
|
-
};
|
|
787
|
-
};
|
|
788
|
-
};
|
|
789
|
-
/**
|
|
790
|
-
* Lookup78: pallet_domains::pallet::Event<T>
|
|
791
|
-
**/
|
|
792
|
-
PalletDomainsEvent: {
|
|
793
|
-
_enum: {
|
|
794
|
-
ZoneRecordUpdated: {
|
|
795
|
-
domainHash: string;
|
|
796
|
-
zoneRecord: string;
|
|
797
|
-
};
|
|
798
|
-
DomainRegistered: {
|
|
799
|
-
domainHash: string;
|
|
800
|
-
registration: string;
|
|
801
|
-
};
|
|
802
|
-
DomainRenewed: {
|
|
803
|
-
domainHash: string;
|
|
804
|
-
};
|
|
805
|
-
DomainExpired: {
|
|
806
|
-
domainHash: string;
|
|
807
|
-
};
|
|
808
|
-
DomainRegistrationCanceled: {
|
|
809
|
-
domainHash: string;
|
|
810
|
-
registration: string;
|
|
811
|
-
};
|
|
812
|
-
DomainRegistrationError: {
|
|
813
|
-
domainHash: string;
|
|
814
|
-
accountId: string;
|
|
815
|
-
error: string;
|
|
816
|
-
};
|
|
817
|
-
};
|
|
818
|
-
};
|
|
819
|
-
/**
|
|
820
|
-
* Lookup79: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
|
|
821
|
-
**/
|
|
822
|
-
ArgonPrimitivesDomainZoneRecord: {
|
|
823
|
-
paymentAccount: string;
|
|
824
|
-
notaryId: string;
|
|
825
|
-
versions: string;
|
|
826
|
-
};
|
|
827
|
-
/**
|
|
828
|
-
* Lookup81: argon_primitives::domain::Semver
|
|
829
|
-
**/
|
|
830
|
-
ArgonPrimitivesDomainSemver: {
|
|
831
|
-
major: string;
|
|
832
|
-
minor: string;
|
|
833
|
-
patch: string;
|
|
834
|
-
};
|
|
835
|
-
/**
|
|
836
|
-
* Lookup82: argon_primitives::domain::VersionHost
|
|
837
|
-
**/
|
|
838
|
-
ArgonPrimitivesDomainVersionHost: {
|
|
839
|
-
datastoreId: string;
|
|
840
|
-
host: string;
|
|
841
|
-
};
|
|
842
|
-
/**
|
|
843
|
-
* Lookup86: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
|
|
844
|
-
**/
|
|
845
|
-
PalletDomainsDomainRegistration: {
|
|
846
|
-
accountId: string;
|
|
847
|
-
registeredAtTick: string;
|
|
848
|
-
};
|
|
849
|
-
/**
|
|
850
|
-
* Lookup87: pallet_price_index::pallet::Event<T>
|
|
851
|
-
**/
|
|
852
|
-
PalletPriceIndexEvent: {
|
|
853
|
-
_enum: {
|
|
854
|
-
NewIndex: string;
|
|
855
|
-
OperatorChanged: {
|
|
856
|
-
operatorId: string;
|
|
857
|
-
};
|
|
858
|
-
};
|
|
859
|
-
};
|
|
860
|
-
/**
|
|
861
|
-
* Lookup88: pallet_grandpa::pallet::Event
|
|
862
|
-
**/
|
|
863
|
-
PalletGrandpaEvent: {
|
|
864
|
-
_enum: {
|
|
865
|
-
NewAuthorities: {
|
|
866
|
-
authoritySet: string;
|
|
867
|
-
};
|
|
868
|
-
Paused: string;
|
|
869
|
-
Resumed: string;
|
|
870
|
-
};
|
|
871
|
-
};
|
|
872
|
-
/**
|
|
873
|
-
* Lookup91: pallet_block_rewards::pallet::Event<T>
|
|
874
|
-
**/
|
|
875
|
-
PalletBlockRewardsEvent: {
|
|
876
|
-
_enum: {
|
|
877
|
-
RewardCreated: {
|
|
878
|
-
rewards: string;
|
|
879
|
-
};
|
|
880
|
-
RewardCreateError: {
|
|
881
|
-
accountId: string;
|
|
882
|
-
argons: string;
|
|
883
|
-
ownership: string;
|
|
884
|
-
error: string;
|
|
885
|
-
};
|
|
886
|
-
};
|
|
887
|
-
};
|
|
888
|
-
/**
|
|
889
|
-
* Lookup93: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
|
|
890
|
-
**/
|
|
891
|
-
ArgonPrimitivesBlockSealBlockPayout: {
|
|
892
|
-
accountId: string;
|
|
893
|
-
ownership: string;
|
|
894
|
-
argons: string;
|
|
895
|
-
rewardType: string;
|
|
896
|
-
blockSealAuthority: string;
|
|
897
|
-
};
|
|
898
|
-
/**
|
|
899
|
-
* Lookup94: argon_primitives::block_seal::BlockRewardType
|
|
900
|
-
**/
|
|
901
|
-
ArgonPrimitivesBlockSealBlockRewardType: {
|
|
902
|
-
_enum: string[];
|
|
903
|
-
};
|
|
904
|
-
/**
|
|
905
|
-
* Lookup97: pallet_mint::pallet::Event<T>
|
|
906
|
-
**/
|
|
907
|
-
PalletMintEvent: {
|
|
908
|
-
_enum: {
|
|
909
|
-
BitcoinMint: {
|
|
910
|
-
accountId: string;
|
|
911
|
-
utxoId: string;
|
|
912
|
-
amount: string;
|
|
913
|
-
};
|
|
914
|
-
MiningMint: {
|
|
915
|
-
amount: string;
|
|
916
|
-
argonCpi: string;
|
|
917
|
-
liquidity: string;
|
|
918
|
-
};
|
|
919
|
-
MintError: {
|
|
920
|
-
mintType: string;
|
|
921
|
-
accountId: string;
|
|
922
|
-
utxoId: string;
|
|
923
|
-
amount: string;
|
|
924
|
-
error: string;
|
|
925
|
-
};
|
|
926
|
-
};
|
|
927
|
-
};
|
|
928
|
-
/**
|
|
929
|
-
* Lookup102: pallet_mint::pallet::MintType
|
|
930
|
-
**/
|
|
931
|
-
PalletMintMintType: {
|
|
932
|
-
_enum: string[];
|
|
933
|
-
};
|
|
934
|
-
/**
|
|
935
|
-
* Lookup103: pallet_balances::pallet::Event<T, I>
|
|
936
|
-
**/
|
|
937
|
-
PalletBalancesEvent: {
|
|
938
|
-
_enum: {
|
|
939
|
-
Endowed: {
|
|
940
|
-
account: string;
|
|
941
|
-
freeBalance: string;
|
|
942
|
-
};
|
|
943
|
-
DustLost: {
|
|
944
|
-
account: string;
|
|
945
|
-
amount: string;
|
|
946
|
-
};
|
|
947
|
-
Transfer: {
|
|
948
|
-
from: string;
|
|
949
|
-
to: string;
|
|
950
|
-
amount: string;
|
|
951
|
-
};
|
|
952
|
-
BalanceSet: {
|
|
953
|
-
who: string;
|
|
954
|
-
free: string;
|
|
955
|
-
};
|
|
956
|
-
Reserved: {
|
|
957
|
-
who: string;
|
|
958
|
-
amount: string;
|
|
959
|
-
};
|
|
960
|
-
Unreserved: {
|
|
961
|
-
who: string;
|
|
962
|
-
amount: string;
|
|
963
|
-
};
|
|
964
|
-
ReserveRepatriated: {
|
|
965
|
-
from: string;
|
|
966
|
-
to: string;
|
|
967
|
-
amount: string;
|
|
968
|
-
destinationStatus: string;
|
|
969
|
-
};
|
|
970
|
-
Deposit: {
|
|
971
|
-
who: string;
|
|
972
|
-
amount: string;
|
|
973
|
-
};
|
|
974
|
-
Withdraw: {
|
|
975
|
-
who: string;
|
|
976
|
-
amount: string;
|
|
977
|
-
};
|
|
978
|
-
Slashed: {
|
|
979
|
-
who: string;
|
|
980
|
-
amount: string;
|
|
981
|
-
};
|
|
982
|
-
Minted: {
|
|
983
|
-
who: string;
|
|
984
|
-
amount: string;
|
|
985
|
-
};
|
|
986
|
-
Burned: {
|
|
987
|
-
who: string;
|
|
988
|
-
amount: string;
|
|
989
|
-
};
|
|
990
|
-
Suspended: {
|
|
991
|
-
who: string;
|
|
992
|
-
amount: string;
|
|
993
|
-
};
|
|
994
|
-
Restored: {
|
|
995
|
-
who: string;
|
|
996
|
-
amount: string;
|
|
997
|
-
};
|
|
998
|
-
Upgraded: {
|
|
999
|
-
who: string;
|
|
1000
|
-
};
|
|
1001
|
-
Issued: {
|
|
1002
|
-
amount: string;
|
|
1003
|
-
};
|
|
1004
|
-
Rescinded: {
|
|
1005
|
-
amount: string;
|
|
1006
|
-
};
|
|
1007
|
-
Locked: {
|
|
1008
|
-
who: string;
|
|
1009
|
-
amount: string;
|
|
1010
|
-
};
|
|
1011
|
-
Unlocked: {
|
|
1012
|
-
who: string;
|
|
1013
|
-
amount: string;
|
|
1014
|
-
};
|
|
1015
|
-
Frozen: {
|
|
1016
|
-
who: string;
|
|
1017
|
-
amount: string;
|
|
1018
|
-
};
|
|
1019
|
-
Thawed: {
|
|
1020
|
-
who: string;
|
|
1021
|
-
amount: string;
|
|
1022
|
-
};
|
|
1023
|
-
TotalIssuanceForced: {
|
|
1024
|
-
_alias: {
|
|
1025
|
-
new_: string;
|
|
1026
|
-
};
|
|
1027
|
-
old: string;
|
|
1028
|
-
new_: string;
|
|
1029
|
-
};
|
|
1030
|
-
};
|
|
1031
|
-
};
|
|
1032
|
-
/**
|
|
1033
|
-
* Lookup104: frame_support::traits::tokens::misc::BalanceStatus
|
|
1034
|
-
**/
|
|
1035
|
-
FrameSupportTokensMiscBalanceStatus: {
|
|
1036
|
-
_enum: string[];
|
|
1037
|
-
};
|
|
1038
|
-
/**
|
|
1039
|
-
* Lookup106: pallet_tx_pause::pallet::Event<T>
|
|
1040
|
-
**/
|
|
1041
|
-
PalletTxPauseEvent: {
|
|
1042
|
-
_enum: {
|
|
1043
|
-
CallPaused: {
|
|
1044
|
-
fullName: string;
|
|
1045
|
-
};
|
|
1046
|
-
CallUnpaused: {
|
|
1047
|
-
fullName: string;
|
|
1048
|
-
};
|
|
1049
|
-
};
|
|
1050
|
-
};
|
|
1051
|
-
/**
|
|
1052
|
-
* Lookup109: pallet_transaction_payment::pallet::Event<T>
|
|
1053
|
-
**/
|
|
1054
|
-
PalletTransactionPaymentEvent: {
|
|
1055
|
-
_enum: {
|
|
1056
|
-
TransactionFeePaid: {
|
|
1057
|
-
who: string;
|
|
1058
|
-
actualFee: string;
|
|
1059
|
-
tip: string;
|
|
1060
|
-
};
|
|
1061
|
-
};
|
|
1062
|
-
};
|
|
1063
|
-
/**
|
|
1064
|
-
* Lookup110: pallet_utility::pallet::Event
|
|
1065
|
-
**/
|
|
1066
|
-
PalletUtilityEvent: {
|
|
1067
|
-
_enum: {
|
|
1068
|
-
BatchInterrupted: {
|
|
1069
|
-
index: string;
|
|
1070
|
-
error: string;
|
|
1071
|
-
};
|
|
1072
|
-
BatchCompleted: string;
|
|
1073
|
-
BatchCompletedWithErrors: string;
|
|
1074
|
-
ItemCompleted: string;
|
|
1075
|
-
ItemFailed: {
|
|
1076
|
-
error: string;
|
|
1077
|
-
};
|
|
1078
|
-
DispatchedAs: {
|
|
1079
|
-
result: string;
|
|
1080
|
-
};
|
|
1081
|
-
};
|
|
1082
|
-
};
|
|
1083
|
-
/**
|
|
1084
|
-
* Lookup111: pallet_sudo::pallet::Event<T>
|
|
1085
|
-
**/
|
|
1086
|
-
PalletSudoEvent: {
|
|
1087
|
-
_enum: {
|
|
1088
|
-
Sudid: {
|
|
1089
|
-
sudoResult: string;
|
|
1090
|
-
};
|
|
1091
|
-
KeyChanged: {
|
|
1092
|
-
_alias: {
|
|
1093
|
-
new_: string;
|
|
1094
|
-
};
|
|
1095
|
-
old: string;
|
|
1096
|
-
new_: string;
|
|
1097
|
-
};
|
|
1098
|
-
KeyRemoved: string;
|
|
1099
|
-
SudoAsDone: {
|
|
1100
|
-
sudoResult: string;
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
};
|
|
1104
|
-
/**
|
|
1105
|
-
* Lookup112: pallet_ismp::pallet::Event<T>
|
|
1106
|
-
**/
|
|
1107
|
-
PalletIsmpEvent: {
|
|
1108
|
-
_enum: {
|
|
1109
|
-
StateMachineUpdated: {
|
|
1110
|
-
stateMachineId: string;
|
|
1111
|
-
latestHeight: string;
|
|
1112
|
-
};
|
|
1113
|
-
StateCommitmentVetoed: {
|
|
1114
|
-
height: string;
|
|
1115
|
-
fisherman: string;
|
|
1116
|
-
};
|
|
1117
|
-
ConsensusClientCreated: {
|
|
1118
|
-
consensusClientId: string;
|
|
1119
|
-
};
|
|
1120
|
-
ConsensusClientFrozen: {
|
|
1121
|
-
consensusClientId: string;
|
|
1122
|
-
};
|
|
1123
|
-
Response: {
|
|
1124
|
-
destChain: string;
|
|
1125
|
-
sourceChain: string;
|
|
1126
|
-
requestNonce: string;
|
|
1127
|
-
commitment: string;
|
|
1128
|
-
reqCommitment: string;
|
|
1129
|
-
};
|
|
1130
|
-
Request: {
|
|
1131
|
-
destChain: string;
|
|
1132
|
-
sourceChain: string;
|
|
1133
|
-
requestNonce: string;
|
|
1134
|
-
commitment: string;
|
|
1135
|
-
};
|
|
1136
|
-
Errors: {
|
|
1137
|
-
errors: string;
|
|
1138
|
-
};
|
|
1139
|
-
PostRequestHandled: string;
|
|
1140
|
-
PostResponseHandled: string;
|
|
1141
|
-
GetRequestHandled: string;
|
|
1142
|
-
PostRequestTimeoutHandled: string;
|
|
1143
|
-
PostResponseTimeoutHandled: string;
|
|
1144
|
-
GetRequestTimeoutHandled: string;
|
|
1145
|
-
};
|
|
1146
|
-
};
|
|
1147
|
-
/**
|
|
1148
|
-
* Lookup113: ismp::consensus::StateMachineId
|
|
1149
|
-
**/
|
|
1150
|
-
IsmpConsensusStateMachineId: {
|
|
1151
|
-
stateId: string;
|
|
1152
|
-
consensusStateId: string;
|
|
1153
|
-
};
|
|
1154
|
-
/**
|
|
1155
|
-
* Lookup114: ismp::host::StateMachine
|
|
1156
|
-
**/
|
|
1157
|
-
IsmpHostStateMachine: {
|
|
1158
|
-
_enum: {
|
|
1159
|
-
Evm: string;
|
|
1160
|
-
Polkadot: string;
|
|
1161
|
-
Kusama: string;
|
|
1162
|
-
Substrate: string;
|
|
1163
|
-
Tendermint: string;
|
|
1164
|
-
};
|
|
1165
|
-
};
|
|
1166
|
-
/**
|
|
1167
|
-
* Lookup115: ismp::consensus::StateMachineHeight
|
|
1168
|
-
**/
|
|
1169
|
-
IsmpConsensusStateMachineHeight: {
|
|
1170
|
-
id: string;
|
|
1171
|
-
height: string;
|
|
1172
|
-
};
|
|
1173
|
-
/**
|
|
1174
|
-
* Lookup118: pallet_ismp::errors::HandlingError
|
|
1175
|
-
**/
|
|
1176
|
-
PalletIsmpErrorsHandlingError: {
|
|
1177
|
-
message: string;
|
|
1178
|
-
};
|
|
1179
|
-
/**
|
|
1180
|
-
* Lookup120: ismp::events::RequestResponseHandled
|
|
1181
|
-
**/
|
|
1182
|
-
IsmpEventsRequestResponseHandled: {
|
|
1183
|
-
commitment: string;
|
|
1184
|
-
relayer: string;
|
|
1185
|
-
};
|
|
1186
|
-
/**
|
|
1187
|
-
* Lookup121: ismp::events::TimeoutHandled
|
|
1188
|
-
**/
|
|
1189
|
-
IsmpEventsTimeoutHandled: {
|
|
1190
|
-
commitment: string;
|
|
1191
|
-
source: string;
|
|
1192
|
-
dest: string;
|
|
1193
|
-
};
|
|
1194
|
-
/**
|
|
1195
|
-
* Lookup122: ismp_grandpa::pallet::Event<T>
|
|
1196
|
-
**/
|
|
1197
|
-
IsmpGrandpaEvent: {
|
|
1198
|
-
_enum: {
|
|
1199
|
-
StateMachineAdded: {
|
|
1200
|
-
stateMachines: string;
|
|
1201
|
-
};
|
|
1202
|
-
StateMachineRemoved: {
|
|
1203
|
-
stateMachines: string;
|
|
1204
|
-
};
|
|
1205
|
-
};
|
|
1206
|
-
};
|
|
1207
|
-
/**
|
|
1208
|
-
* Lookup124: pallet_hyperbridge::pallet::Event<T>
|
|
1209
|
-
**/
|
|
1210
|
-
PalletHyperbridgeEvent: {
|
|
1211
|
-
_enum: {
|
|
1212
|
-
HostParamsUpdated: {
|
|
1213
|
-
_alias: {
|
|
1214
|
-
new_: string;
|
|
1215
|
-
};
|
|
1216
|
-
old: string;
|
|
1217
|
-
new_: string;
|
|
1218
|
-
};
|
|
1219
|
-
RelayerFeeWithdrawn: {
|
|
1220
|
-
amount: string;
|
|
1221
|
-
account: string;
|
|
1222
|
-
};
|
|
1223
|
-
ProtocolRevenueWithdrawn: {
|
|
1224
|
-
amount: string;
|
|
1225
|
-
account: string;
|
|
1226
|
-
};
|
|
1227
|
-
};
|
|
1228
|
-
};
|
|
1229
|
-
/**
|
|
1230
|
-
* Lookup125: pallet_hyperbridge::VersionedHostParams<Balance>
|
|
1231
|
-
**/
|
|
1232
|
-
PalletHyperbridgeVersionedHostParams: {
|
|
1233
|
-
_enum: {
|
|
1234
|
-
V1: string;
|
|
1235
|
-
};
|
|
1236
|
-
};
|
|
1237
|
-
/**
|
|
1238
|
-
* Lookup126: pallet_hyperbridge::SubstrateHostParams<B>
|
|
1239
|
-
**/
|
|
1240
|
-
PalletHyperbridgeSubstrateHostParams: {
|
|
1241
|
-
defaultPerByteFee: string;
|
|
1242
|
-
perByteFees: string;
|
|
1243
|
-
assetRegistrationFee: string;
|
|
1244
|
-
};
|
|
1245
|
-
/**
|
|
1246
|
-
* Lookup130: pallet_token_gateway::pallet::Event<T>
|
|
1247
|
-
**/
|
|
1248
|
-
PalletTokenGatewayEvent: {
|
|
1249
|
-
_enum: {
|
|
1250
|
-
AssetTeleported: {
|
|
1251
|
-
from: string;
|
|
1252
|
-
to: string;
|
|
1253
|
-
amount: string;
|
|
1254
|
-
dest: string;
|
|
1255
|
-
commitment: string;
|
|
1256
|
-
};
|
|
1257
|
-
AssetReceived: {
|
|
1258
|
-
beneficiary: string;
|
|
1259
|
-
amount: string;
|
|
1260
|
-
source: string;
|
|
1261
|
-
};
|
|
1262
|
-
AssetRefunded: {
|
|
1263
|
-
beneficiary: string;
|
|
1264
|
-
amount: string;
|
|
1265
|
-
source: string;
|
|
1266
|
-
};
|
|
1267
|
-
ERC6160AssetRegistrationDispatched: {
|
|
1268
|
-
commitment: string;
|
|
1269
|
-
};
|
|
1270
|
-
};
|
|
1271
|
-
};
|
|
1272
|
-
/**
|
|
1273
|
-
* Lookup131: frame_system::Phase
|
|
1274
|
-
**/
|
|
1275
|
-
FrameSystemPhase: {
|
|
1276
|
-
_enum: {
|
|
1277
|
-
ApplyExtrinsic: string;
|
|
1278
|
-
Finalization: string;
|
|
1279
|
-
Initialization: string;
|
|
1280
|
-
};
|
|
1281
|
-
};
|
|
1282
|
-
/**
|
|
1283
|
-
* Lookup135: frame_system::LastRuntimeUpgradeInfo
|
|
1284
|
-
**/
|
|
1285
|
-
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1286
|
-
specVersion: string;
|
|
1287
|
-
specName: string;
|
|
1288
|
-
};
|
|
1289
|
-
/**
|
|
1290
|
-
* Lookup136: frame_system::CodeUpgradeAuthorization<T>
|
|
1291
|
-
**/
|
|
1292
|
-
FrameSystemCodeUpgradeAuthorization: {
|
|
1293
|
-
codeHash: string;
|
|
1294
|
-
checkVersion: string;
|
|
1295
|
-
};
|
|
1296
|
-
/**
|
|
1297
|
-
* Lookup137: frame_system::pallet::Call<T>
|
|
1298
|
-
**/
|
|
1299
|
-
FrameSystemCall: {
|
|
1300
|
-
_enum: {
|
|
1301
|
-
remark: {
|
|
1302
|
-
remark: string;
|
|
1303
|
-
};
|
|
1304
|
-
set_heap_pages: {
|
|
1305
|
-
pages: string;
|
|
1306
|
-
};
|
|
1307
|
-
set_code: {
|
|
1308
|
-
code: string;
|
|
1309
|
-
};
|
|
1310
|
-
set_code_without_checks: {
|
|
1311
|
-
code: string;
|
|
1312
|
-
};
|
|
1313
|
-
set_storage: {
|
|
1314
|
-
items: string;
|
|
1315
|
-
};
|
|
1316
|
-
kill_storage: {
|
|
1317
|
-
_alias: {
|
|
1318
|
-
keys_: string;
|
|
1319
|
-
};
|
|
1320
|
-
keys_: string;
|
|
1321
|
-
};
|
|
1322
|
-
kill_prefix: {
|
|
1323
|
-
prefix: string;
|
|
1324
|
-
subkeys: string;
|
|
1325
|
-
};
|
|
1326
|
-
remark_with_event: {
|
|
1327
|
-
remark: string;
|
|
1328
|
-
};
|
|
1329
|
-
__Unused8: string;
|
|
1330
|
-
authorize_upgrade: {
|
|
1331
|
-
codeHash: string;
|
|
1332
|
-
};
|
|
1333
|
-
authorize_upgrade_without_checks: {
|
|
1334
|
-
codeHash: string;
|
|
1335
|
-
};
|
|
1336
|
-
apply_authorized_upgrade: {
|
|
1337
|
-
code: string;
|
|
1338
|
-
};
|
|
1339
|
-
};
|
|
1340
|
-
};
|
|
1341
|
-
/**
|
|
1342
|
-
* Lookup141: frame_system::limits::BlockWeights
|
|
1343
|
-
**/
|
|
1344
|
-
FrameSystemLimitsBlockWeights: {
|
|
1345
|
-
baseBlock: string;
|
|
1346
|
-
maxBlock: string;
|
|
1347
|
-
perClass: string;
|
|
1348
|
-
};
|
|
1349
|
-
/**
|
|
1350
|
-
* Lookup142: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1351
|
-
**/
|
|
1352
|
-
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1353
|
-
normal: string;
|
|
1354
|
-
operational: string;
|
|
1355
|
-
mandatory: string;
|
|
1356
|
-
};
|
|
1357
|
-
/**
|
|
1358
|
-
* Lookup143: frame_system::limits::WeightsPerClass
|
|
1359
|
-
**/
|
|
1360
|
-
FrameSystemLimitsWeightsPerClass: {
|
|
1361
|
-
baseExtrinsic: string;
|
|
1362
|
-
maxExtrinsic: string;
|
|
1363
|
-
maxTotal: string;
|
|
1364
|
-
reserved: string;
|
|
1365
|
-
};
|
|
1366
|
-
/**
|
|
1367
|
-
* Lookup145: frame_system::limits::BlockLength
|
|
1368
|
-
**/
|
|
1369
|
-
FrameSystemLimitsBlockLength: {
|
|
1370
|
-
max: string;
|
|
1371
|
-
};
|
|
1372
|
-
/**
|
|
1373
|
-
* Lookup146: frame_support::dispatch::PerDispatchClass<T>
|
|
1374
|
-
**/
|
|
1375
|
-
FrameSupportDispatchPerDispatchClassU32: {
|
|
1376
|
-
normal: string;
|
|
1377
|
-
operational: string;
|
|
1378
|
-
mandatory: string;
|
|
1379
|
-
};
|
|
1380
|
-
/**
|
|
1381
|
-
* Lookup147: sp_weights::RuntimeDbWeight
|
|
1382
|
-
**/
|
|
1383
|
-
SpWeightsRuntimeDbWeight: {
|
|
1384
|
-
read: string;
|
|
1385
|
-
write: string;
|
|
1386
|
-
};
|
|
1387
|
-
/**
|
|
1388
|
-
* Lookup148: sp_version::RuntimeVersion
|
|
1389
|
-
**/
|
|
1390
|
-
SpVersionRuntimeVersion: {
|
|
1391
|
-
specName: string;
|
|
1392
|
-
implName: string;
|
|
1393
|
-
authoringVersion: string;
|
|
1394
|
-
specVersion: string;
|
|
1395
|
-
implVersion: string;
|
|
1396
|
-
apis: string;
|
|
1397
|
-
transactionVersion: string;
|
|
1398
|
-
stateVersion: string;
|
|
1399
|
-
};
|
|
1400
|
-
/**
|
|
1401
|
-
* Lookup153: frame_system::pallet::Error<T>
|
|
1402
|
-
**/
|
|
1403
|
-
FrameSystemError: {
|
|
1404
|
-
_enum: string[];
|
|
1405
|
-
};
|
|
1406
|
-
/**
|
|
1407
|
-
* Lookup154: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
|
|
1408
|
-
**/
|
|
1409
|
-
ArgonPrimitivesDigestsDigestset: {
|
|
1410
|
-
author: string;
|
|
1411
|
-
blockVote: string;
|
|
1412
|
-
votingKey: string;
|
|
1413
|
-
forkPower: string;
|
|
1414
|
-
tick: string;
|
|
1415
|
-
notebooks: string;
|
|
1416
|
-
};
|
|
1417
|
-
/**
|
|
1418
|
-
* Lookup155: argon_primitives::digests::BlockVoteDigest
|
|
1419
|
-
**/
|
|
1420
|
-
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
1421
|
-
votingPower: string;
|
|
1422
|
-
votesCount: string;
|
|
1423
|
-
};
|
|
1424
|
-
/**
|
|
1425
|
-
* Lookup157: argon_primitives::digests::ParentVotingKeyDigest
|
|
1426
|
-
**/
|
|
1427
|
-
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
1428
|
-
parentVotingKey: string;
|
|
1429
|
-
};
|
|
1430
|
-
/**
|
|
1431
|
-
* Lookup160: argon_primitives::fork_power::ForkPower
|
|
1432
|
-
**/
|
|
1433
|
-
ArgonPrimitivesForkPower: {
|
|
1434
|
-
isLatestVote: string;
|
|
1435
|
-
notebooks: string;
|
|
1436
|
-
votingPower: string;
|
|
1437
|
-
sealStrength: string;
|
|
1438
|
-
totalComputeDifficulty: string;
|
|
1439
|
-
voteCreatedBlocks: string;
|
|
1440
|
-
};
|
|
1441
|
-
/**
|
|
1442
|
-
* Lookup162: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
|
|
1443
|
-
**/
|
|
1444
|
-
ArgonPrimitivesDigestsNotebookDigest: {
|
|
1445
|
-
notebooks: string;
|
|
1446
|
-
};
|
|
1447
|
-
/**
|
|
1448
|
-
* Lookup164: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
|
|
1449
|
-
**/
|
|
1450
|
-
ArgonPrimitivesNotebookNotebookAuditResult: {
|
|
1451
|
-
notaryId: string;
|
|
1452
|
-
notebookNumber: string;
|
|
1453
|
-
tick: string;
|
|
1454
|
-
auditFirstFailure: string;
|
|
1455
|
-
};
|
|
1456
|
-
/**
|
|
1457
|
-
* Lookup166: pallet_digests::pallet::Error<T>
|
|
1458
|
-
**/
|
|
1459
|
-
PalletDigestsError: {
|
|
1460
|
-
_enum: string[];
|
|
1461
|
-
};
|
|
1462
|
-
/**
|
|
1463
|
-
* Lookup167: pallet_timestamp::pallet::Call<T>
|
|
1464
|
-
**/
|
|
1465
|
-
PalletTimestampCall: {
|
|
1466
|
-
_enum: {
|
|
1467
|
-
set: {
|
|
1468
|
-
now: string;
|
|
1469
|
-
};
|
|
1470
|
-
};
|
|
1471
|
-
};
|
|
1472
|
-
/**
|
|
1473
|
-
* Lookup169: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
1474
|
-
**/
|
|
1475
|
-
PalletMultisigMultisig: {
|
|
1476
|
-
when: string;
|
|
1477
|
-
deposit: string;
|
|
1478
|
-
depositor: string;
|
|
1479
|
-
approvals: string;
|
|
1480
|
-
};
|
|
1481
|
-
/**
|
|
1482
|
-
* Lookup172: pallet_multisig::pallet::Call<T>
|
|
1483
|
-
**/
|
|
1484
|
-
PalletMultisigCall: {
|
|
1485
|
-
_enum: {
|
|
1486
|
-
as_multi_threshold_1: {
|
|
1487
|
-
otherSignatories: string;
|
|
1488
|
-
call: string;
|
|
1489
|
-
};
|
|
1490
|
-
as_multi: {
|
|
1491
|
-
threshold: string;
|
|
1492
|
-
otherSignatories: string;
|
|
1493
|
-
maybeTimepoint: string;
|
|
1494
|
-
call: string;
|
|
1495
|
-
maxWeight: string;
|
|
1496
|
-
};
|
|
1497
|
-
approve_as_multi: {
|
|
1498
|
-
threshold: string;
|
|
1499
|
-
otherSignatories: string;
|
|
1500
|
-
maybeTimepoint: string;
|
|
1501
|
-
callHash: string;
|
|
1502
|
-
maxWeight: string;
|
|
1503
|
-
};
|
|
1504
|
-
cancel_as_multi: {
|
|
1505
|
-
threshold: string;
|
|
1506
|
-
otherSignatories: string;
|
|
1507
|
-
timepoint: string;
|
|
1508
|
-
callHash: string;
|
|
1509
|
-
};
|
|
1510
|
-
};
|
|
1511
|
-
};
|
|
1512
|
-
/**
|
|
1513
|
-
* Lookup174: pallet_proxy::pallet::Call<T>
|
|
1514
|
-
**/
|
|
1515
|
-
PalletProxyCall: {
|
|
1516
|
-
_enum: {
|
|
1517
|
-
proxy: {
|
|
1518
|
-
real: string;
|
|
1519
|
-
forceProxyType: string;
|
|
1520
|
-
call: string;
|
|
1521
|
-
};
|
|
1522
|
-
add_proxy: {
|
|
1523
|
-
delegate: string;
|
|
1524
|
-
proxyType: string;
|
|
1525
|
-
delay: string;
|
|
1526
|
-
};
|
|
1527
|
-
remove_proxy: {
|
|
1528
|
-
delegate: string;
|
|
1529
|
-
proxyType: string;
|
|
1530
|
-
delay: string;
|
|
1531
|
-
};
|
|
1532
|
-
remove_proxies: string;
|
|
1533
|
-
create_pure: {
|
|
1534
|
-
proxyType: string;
|
|
1535
|
-
delay: string;
|
|
1536
|
-
index: string;
|
|
1537
|
-
};
|
|
1538
|
-
kill_pure: {
|
|
1539
|
-
spawner: string;
|
|
1540
|
-
proxyType: string;
|
|
1541
|
-
index: string;
|
|
1542
|
-
height: string;
|
|
1543
|
-
extIndex: string;
|
|
1544
|
-
};
|
|
1545
|
-
announce: {
|
|
1546
|
-
real: string;
|
|
1547
|
-
callHash: string;
|
|
1548
|
-
};
|
|
1549
|
-
remove_announcement: {
|
|
1550
|
-
real: string;
|
|
1551
|
-
callHash: string;
|
|
1552
|
-
};
|
|
1553
|
-
reject_announcement: {
|
|
1554
|
-
delegate: string;
|
|
1555
|
-
callHash: string;
|
|
1556
|
-
};
|
|
1557
|
-
proxy_announced: {
|
|
1558
|
-
delegate: string;
|
|
1559
|
-
real: string;
|
|
1560
|
-
forceProxyType: string;
|
|
1561
|
-
call: string;
|
|
1562
|
-
};
|
|
1563
|
-
};
|
|
1564
|
-
};
|
|
1565
|
-
/**
|
|
1566
|
-
* Lookup179: pallet_ticks::pallet::Call<T>
|
|
1567
|
-
**/
|
|
1568
|
-
PalletTicksCall: string;
|
|
1569
|
-
/**
|
|
1570
|
-
* Lookup180: pallet_mining_slot::pallet::Call<T>
|
|
1571
|
-
**/
|
|
1572
|
-
PalletMiningSlotCall: {
|
|
1573
|
-
_enum: {
|
|
1574
|
-
bid: {
|
|
1575
|
-
_alias: {
|
|
1576
|
-
keys_: string;
|
|
1577
|
-
};
|
|
1578
|
-
bid: string;
|
|
1579
|
-
rewardDestination: string;
|
|
1580
|
-
keys_: string;
|
|
1581
|
-
miningAccountId: string;
|
|
1582
|
-
};
|
|
1583
|
-
configure_mining_slot_delay: {
|
|
1584
|
-
miningSlotDelay: string;
|
|
1585
|
-
ticksBeforeBidEndForVrfClose: string;
|
|
1586
|
-
};
|
|
1587
|
-
};
|
|
1588
|
-
};
|
|
1589
|
-
/**
|
|
1590
|
-
* Lookup181: pallet_bitcoin_utxos::pallet::Call<T>
|
|
1591
|
-
**/
|
|
1592
|
-
PalletBitcoinUtxosCall: {
|
|
1593
|
-
_enum: {
|
|
1594
|
-
sync: {
|
|
1595
|
-
utxoSync: string;
|
|
1596
|
-
};
|
|
1597
|
-
set_confirmed_block: {
|
|
1598
|
-
bitcoinHeight: string;
|
|
1599
|
-
bitcoinBlockHash: string;
|
|
1600
|
-
};
|
|
1601
|
-
set_operator: {
|
|
1602
|
-
accountId: string;
|
|
1603
|
-
};
|
|
1604
|
-
};
|
|
1605
|
-
};
|
|
1606
|
-
/**
|
|
1607
|
-
* Lookup182: argon_primitives::inherents::BitcoinUtxoSync
|
|
1608
|
-
**/
|
|
1609
|
-
ArgonPrimitivesInherentsBitcoinUtxoSync: {
|
|
1610
|
-
spent: string;
|
|
1611
|
-
verified: string;
|
|
1612
|
-
invalid: string;
|
|
1613
|
-
syncToBlock: string;
|
|
1614
|
-
};
|
|
1615
|
-
/**
|
|
1616
|
-
* Lookup192: argon_primitives::bitcoin::BitcoinBlock
|
|
1617
|
-
**/
|
|
1618
|
-
ArgonPrimitivesBitcoinBitcoinBlock: {
|
|
1619
|
-
blockHeight: string;
|
|
1620
|
-
blockHash: string;
|
|
1621
|
-
};
|
|
1622
|
-
/**
|
|
1623
|
-
* Lookup193: pallet_vaults::pallet::Call<T>
|
|
1624
|
-
**/
|
|
1625
|
-
PalletVaultsCall: {
|
|
1626
|
-
_enum: {
|
|
1627
|
-
create: {
|
|
1628
|
-
vaultConfig: string;
|
|
1629
|
-
};
|
|
1630
|
-
modify_funding: {
|
|
1631
|
-
vaultId: string;
|
|
1632
|
-
totalBondedBitcoinAmountOffered: string;
|
|
1633
|
-
totalLockedBitcoinAmountOffered: string;
|
|
1634
|
-
addedSecuritizationPercent: string;
|
|
1635
|
-
};
|
|
1636
|
-
modify_terms: {
|
|
1637
|
-
vaultId: string;
|
|
1638
|
-
terms: string;
|
|
1639
|
-
};
|
|
1640
|
-
close: {
|
|
1641
|
-
vaultId: string;
|
|
1642
|
-
};
|
|
1643
|
-
replace_bitcoin_xpub: {
|
|
1644
|
-
vaultId: string;
|
|
1645
|
-
bitcoinXpub: string;
|
|
1646
|
-
};
|
|
1647
|
-
};
|
|
1648
|
-
};
|
|
1649
|
-
/**
|
|
1650
|
-
* Lookup194: pallet_vaults::pallet::VaultConfig<Balance>
|
|
1651
|
-
**/
|
|
1652
|
-
PalletVaultsVaultConfig: {
|
|
1653
|
-
terms: string;
|
|
1654
|
-
lockedBitcoinArgonsAllocated: string;
|
|
1655
|
-
bitcoinXpubkey: string;
|
|
1656
|
-
bondedBitcoinArgonsAllocated: string;
|
|
1657
|
-
addedSecuritizationPercent: string;
|
|
1658
|
-
};
|
|
1659
|
-
/**
|
|
1660
|
-
* Lookup195: argon_primitives::vault::VaultTerms<Balance>
|
|
1661
|
-
**/
|
|
1662
|
-
ArgonPrimitivesVaultVaultTerms: {
|
|
1663
|
-
bitcoinAnnualPercentRate: string;
|
|
1664
|
-
bitcoinBaseFee: string;
|
|
1665
|
-
};
|
|
1666
|
-
/**
|
|
1667
|
-
* Lookup197: argon_primitives::bitcoin::OpaqueBitcoinXpub
|
|
1668
|
-
**/
|
|
1669
|
-
ArgonPrimitivesBitcoinOpaqueBitcoinXpub: string;
|
|
1670
|
-
/**
|
|
1671
|
-
* Lookup199: pallet_bitcoin_locks::pallet::Call<T>
|
|
1672
|
-
**/
|
|
1673
|
-
PalletBitcoinLocksCall: {
|
|
1674
|
-
_enum: {
|
|
1675
|
-
initialize: {
|
|
1676
|
-
vaultId: string;
|
|
1677
|
-
satoshis: string;
|
|
1678
|
-
bitcoinPubkey: string;
|
|
1679
|
-
};
|
|
1680
|
-
request_release: {
|
|
1681
|
-
utxoId: string;
|
|
1682
|
-
toScriptPubkey: string;
|
|
1683
|
-
bitcoinNetworkFee: string;
|
|
1684
|
-
};
|
|
1685
|
-
cosign_release: {
|
|
1686
|
-
utxoId: string;
|
|
1687
|
-
signature: string;
|
|
1688
|
-
};
|
|
1689
|
-
admin_modify_minimum_locked_sats: {
|
|
1690
|
-
satoshis: string;
|
|
1691
|
-
};
|
|
1692
|
-
};
|
|
1693
|
-
};
|
|
1694
|
-
/**
|
|
1695
|
-
* Lookup200: argon_primitives::bitcoin::CompressedBitcoinPubkey
|
|
1696
|
-
**/
|
|
1697
|
-
ArgonPrimitivesBitcoinCompressedBitcoinPubkey: string;
|
|
1698
|
-
/**
|
|
1699
|
-
* Lookup204: pallet_notaries::pallet::Call<T>
|
|
1700
|
-
**/
|
|
1701
|
-
PalletNotariesCall: {
|
|
1702
|
-
_enum: {
|
|
1703
|
-
propose: {
|
|
1704
|
-
meta: string;
|
|
1705
|
-
};
|
|
1706
|
-
activate: {
|
|
1707
|
-
operatorAccount: string;
|
|
1708
|
-
};
|
|
1709
|
-
update: {
|
|
1710
|
-
notaryId: string;
|
|
1711
|
-
meta: string;
|
|
1712
|
-
effectiveTick: string;
|
|
1713
|
-
};
|
|
1714
|
-
};
|
|
1715
|
-
};
|
|
1716
|
-
/**
|
|
1717
|
-
* Lookup205: pallet_notebook::pallet::Call<T>
|
|
1718
|
-
**/
|
|
1719
|
-
PalletNotebookCall: {
|
|
1720
|
-
_enum: {
|
|
1721
|
-
submit: {
|
|
1722
|
-
notebooks: string;
|
|
1723
|
-
};
|
|
1724
|
-
unlock: {
|
|
1725
|
-
notaryId: string;
|
|
1726
|
-
};
|
|
1727
|
-
};
|
|
1728
|
-
};
|
|
1729
|
-
/**
|
|
1730
|
-
* Lookup207: argon_primitives::notebook::SignedNotebookHeader
|
|
1731
|
-
**/
|
|
1732
|
-
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
1733
|
-
header: string;
|
|
1734
|
-
signature: string;
|
|
1735
|
-
};
|
|
1736
|
-
/**
|
|
1737
|
-
* Lookup208: argon_primitives::notebook::NotebookHeader
|
|
1738
|
-
**/
|
|
1739
|
-
ArgonPrimitivesNotebookNotebookHeader: {
|
|
1740
|
-
version: string;
|
|
1741
|
-
notebookNumber: string;
|
|
1742
|
-
tick: string;
|
|
1743
|
-
tax: string;
|
|
1744
|
-
notaryId: string;
|
|
1745
|
-
chainTransfers: string;
|
|
1746
|
-
changedAccountsRoot: string;
|
|
1747
|
-
changedAccountOrigins: string;
|
|
1748
|
-
blockVotesRoot: string;
|
|
1749
|
-
blockVotesCount: string;
|
|
1750
|
-
blocksWithVotes: string;
|
|
1751
|
-
blockVotingPower: string;
|
|
1752
|
-
secretHash: string;
|
|
1753
|
-
parentSecret: string;
|
|
1754
|
-
domains: string;
|
|
1755
|
-
};
|
|
1756
|
-
/**
|
|
1757
|
-
* Lookup211: argon_primitives::notebook::ChainTransfer
|
|
1758
|
-
**/
|
|
1759
|
-
ArgonPrimitivesNotebookChainTransfer: {
|
|
1760
|
-
_enum: {
|
|
1761
|
-
ToMainchain: {
|
|
1762
|
-
accountId: string;
|
|
1763
|
-
amount: string;
|
|
1764
|
-
};
|
|
1765
|
-
ToLocalchain: {
|
|
1766
|
-
transferId: string;
|
|
1767
|
-
};
|
|
1768
|
-
};
|
|
1769
|
-
};
|
|
1770
|
-
/**
|
|
1771
|
-
* Lookup214: argon_primitives::balance_change::AccountOrigin
|
|
1772
|
-
**/
|
|
1773
|
-
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
1774
|
-
notebookNumber: string;
|
|
1775
|
-
accountUid: string;
|
|
1776
|
-
};
|
|
1777
|
-
/**
|
|
1778
|
-
* Lookup221: pallet_chain_transfer::pallet::Call<T>
|
|
1779
|
-
**/
|
|
1780
|
-
PalletChainTransferCall: {
|
|
1781
|
-
_enum: {
|
|
1782
|
-
send_to_localchain: {
|
|
1783
|
-
amount: string;
|
|
1784
|
-
notaryId: string;
|
|
1785
|
-
};
|
|
1786
|
-
};
|
|
1787
|
-
};
|
|
1788
|
-
/**
|
|
1789
|
-
* Lookup222: pallet_block_seal_spec::pallet::Call<T>
|
|
1790
|
-
**/
|
|
1791
|
-
PalletBlockSealSpecCall: {
|
|
1792
|
-
_enum: {
|
|
1793
|
-
configure: {
|
|
1794
|
-
voteMinimum: string;
|
|
1795
|
-
computeDifficulty: string;
|
|
1796
|
-
};
|
|
1797
|
-
};
|
|
1798
|
-
};
|
|
1799
|
-
/**
|
|
1800
|
-
* Lookup223: pallet_domains::pallet::Call<T>
|
|
1801
|
-
**/
|
|
1802
|
-
PalletDomainsCall: {
|
|
1803
|
-
_enum: {
|
|
1804
|
-
set_zone_record: {
|
|
1805
|
-
domainHash: string;
|
|
1806
|
-
zoneRecord: string;
|
|
1807
|
-
};
|
|
1808
|
-
};
|
|
1809
|
-
};
|
|
1810
|
-
/**
|
|
1811
|
-
* Lookup224: pallet_price_index::pallet::Call<T>
|
|
1812
|
-
**/
|
|
1813
|
-
PalletPriceIndexCall: {
|
|
1814
|
-
_enum: {
|
|
1815
|
-
submit: {
|
|
1816
|
-
index: string;
|
|
1817
|
-
};
|
|
1818
|
-
set_operator: {
|
|
1819
|
-
accountId: string;
|
|
1820
|
-
};
|
|
1821
|
-
};
|
|
1822
|
-
};
|
|
1823
|
-
/**
|
|
1824
|
-
* Lookup225: pallet_price_index::PriceIndex
|
|
1825
|
-
**/
|
|
1826
|
-
PalletPriceIndexPriceIndex: {
|
|
1827
|
-
btcUsdPrice: string;
|
|
1828
|
-
argonotUsdPrice: string;
|
|
1829
|
-
argonUsdPrice: string;
|
|
1830
|
-
argonUsdTargetPrice: string;
|
|
1831
|
-
argonTimeWeightedAverageLiquidity: string;
|
|
1832
|
-
tick: string;
|
|
1833
|
-
};
|
|
1834
|
-
/**
|
|
1835
|
-
* Lookup226: pallet_grandpa::pallet::Call<T>
|
|
1836
|
-
**/
|
|
1837
|
-
PalletGrandpaCall: {
|
|
1838
|
-
_enum: {
|
|
1839
|
-
report_equivocation: {
|
|
1840
|
-
equivocationProof: string;
|
|
1841
|
-
keyOwnerProof: string;
|
|
1842
|
-
};
|
|
1843
|
-
report_equivocation_unsigned: {
|
|
1844
|
-
equivocationProof: string;
|
|
1845
|
-
keyOwnerProof: string;
|
|
1846
|
-
};
|
|
1847
|
-
note_stalled: {
|
|
1848
|
-
delay: string;
|
|
1849
|
-
bestFinalizedBlockNumber: string;
|
|
1850
|
-
};
|
|
1851
|
-
};
|
|
1852
|
-
};
|
|
1853
|
-
/**
|
|
1854
|
-
* Lookup227: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
1855
|
-
**/
|
|
1856
|
-
SpConsensusGrandpaEquivocationProof: {
|
|
1857
|
-
setId: string;
|
|
1858
|
-
equivocation: string;
|
|
1859
|
-
};
|
|
1860
|
-
/**
|
|
1861
|
-
* Lookup228: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
1862
|
-
**/
|
|
1863
|
-
SpConsensusGrandpaEquivocation: {
|
|
1864
|
-
_enum: {
|
|
1865
|
-
Prevote: string;
|
|
1866
|
-
Precommit: string;
|
|
1867
|
-
};
|
|
1868
|
-
};
|
|
1869
|
-
/**
|
|
1870
|
-
* Lookup229: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1871
|
-
**/
|
|
1872
|
-
FinalityGrandpaEquivocationPrevote: {
|
|
1873
|
-
roundNumber: string;
|
|
1874
|
-
identity: string;
|
|
1875
|
-
first: string;
|
|
1876
|
-
second: string;
|
|
1877
|
-
};
|
|
1878
|
-
/**
|
|
1879
|
-
* Lookup230: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
1880
|
-
**/
|
|
1881
|
-
FinalityGrandpaPrevote: {
|
|
1882
|
-
targetHash: string;
|
|
1883
|
-
targetNumber: string;
|
|
1884
|
-
};
|
|
1885
|
-
/**
|
|
1886
|
-
* Lookup231: sp_consensus_grandpa::app::Signature
|
|
1887
|
-
**/
|
|
1888
|
-
SpConsensusGrandpaAppSignature: string;
|
|
1889
|
-
/**
|
|
1890
|
-
* Lookup233: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1891
|
-
**/
|
|
1892
|
-
FinalityGrandpaEquivocationPrecommit: {
|
|
1893
|
-
roundNumber: string;
|
|
1894
|
-
identity: string;
|
|
1895
|
-
first: string;
|
|
1896
|
-
second: string;
|
|
1897
|
-
};
|
|
1898
|
-
/**
|
|
1899
|
-
* Lookup234: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
1900
|
-
**/
|
|
1901
|
-
FinalityGrandpaPrecommit: {
|
|
1902
|
-
targetHash: string;
|
|
1903
|
-
targetNumber: string;
|
|
1904
|
-
};
|
|
1905
|
-
/**
|
|
1906
|
-
* Lookup236: sp_core::Void
|
|
1907
|
-
**/
|
|
1908
|
-
SpCoreVoid: string;
|
|
1909
|
-
/**
|
|
1910
|
-
* Lookup237: pallet_block_seal::pallet::Call<T>
|
|
1911
|
-
**/
|
|
1912
|
-
PalletBlockSealCall: {
|
|
1913
|
-
_enum: {
|
|
1914
|
-
apply: {
|
|
1915
|
-
seal: string;
|
|
1916
|
-
};
|
|
1917
|
-
};
|
|
1918
|
-
};
|
|
1919
|
-
/**
|
|
1920
|
-
* Lookup238: argon_primitives::inherents::BlockSealInherent
|
|
1921
|
-
**/
|
|
1922
|
-
ArgonPrimitivesInherentsBlockSealInherent: {
|
|
1923
|
-
_enum: {
|
|
1924
|
-
Vote: {
|
|
1925
|
-
sealStrength: string;
|
|
1926
|
-
notaryId: string;
|
|
1927
|
-
sourceNotebookNumber: string;
|
|
1928
|
-
sourceNotebookProof: string;
|
|
1929
|
-
blockVote: string;
|
|
1930
|
-
};
|
|
1931
|
-
Compute: string;
|
|
1932
|
-
};
|
|
1933
|
-
};
|
|
1934
|
-
/**
|
|
1935
|
-
* Lookup239: argon_primitives::balance_change::MerkleProof
|
|
1936
|
-
**/
|
|
1937
|
-
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
1938
|
-
proof: string;
|
|
1939
|
-
numberOfLeaves: string;
|
|
1940
|
-
leafIndex: string;
|
|
1941
|
-
};
|
|
1942
|
-
/**
|
|
1943
|
-
* Lookup241: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
1944
|
-
**/
|
|
1945
|
-
ArgonPrimitivesBlockVoteBlockVoteT: {
|
|
1946
|
-
accountId: string;
|
|
1947
|
-
blockHash: string;
|
|
1948
|
-
index: string;
|
|
1949
|
-
power: string;
|
|
1950
|
-
signature: string;
|
|
1951
|
-
blockRewardsAccountId: string;
|
|
1952
|
-
tick: string;
|
|
1953
|
-
};
|
|
1954
|
-
/**
|
|
1955
|
-
* Lookup242: sp_runtime::MultiSignature
|
|
1956
|
-
**/
|
|
1957
|
-
SpRuntimeMultiSignature: {
|
|
1958
|
-
_enum: {
|
|
1959
|
-
Ed25519: string;
|
|
1960
|
-
Sr25519: string;
|
|
1961
|
-
Ecdsa: string;
|
|
1962
|
-
};
|
|
1963
|
-
};
|
|
1964
|
-
/**
|
|
1965
|
-
* Lookup244: pallet_block_rewards::pallet::Call<T>
|
|
1966
|
-
**/
|
|
1967
|
-
PalletBlockRewardsCall: {
|
|
1968
|
-
_enum: {
|
|
1969
|
-
set_block_rewards_paused: {
|
|
1970
|
-
paused: string;
|
|
1971
|
-
};
|
|
1972
|
-
};
|
|
1973
|
-
};
|
|
1974
|
-
/**
|
|
1975
|
-
* Lookup245: pallet_mint::pallet::Call<T>
|
|
1976
|
-
**/
|
|
1977
|
-
PalletMintCall: string;
|
|
1978
|
-
/**
|
|
1979
|
-
* Lookup246: pallet_balances::pallet::Call<T, I>
|
|
1980
|
-
**/
|
|
1981
|
-
PalletBalancesCall: {
|
|
1982
|
-
_enum: {
|
|
1983
|
-
transfer_allow_death: {
|
|
1984
|
-
dest: string;
|
|
1985
|
-
value: string;
|
|
1986
|
-
};
|
|
1987
|
-
__Unused1: string;
|
|
1988
|
-
force_transfer: {
|
|
1989
|
-
source: string;
|
|
1990
|
-
dest: string;
|
|
1991
|
-
value: string;
|
|
1992
|
-
};
|
|
1993
|
-
transfer_keep_alive: {
|
|
1994
|
-
dest: string;
|
|
1995
|
-
value: string;
|
|
1996
|
-
};
|
|
1997
|
-
transfer_all: {
|
|
1998
|
-
dest: string;
|
|
1999
|
-
keepAlive: string;
|
|
2000
|
-
};
|
|
2001
|
-
force_unreserve: {
|
|
2002
|
-
who: string;
|
|
2003
|
-
amount: string;
|
|
2004
|
-
};
|
|
2005
|
-
upgrade_accounts: {
|
|
2006
|
-
who: string;
|
|
2007
|
-
};
|
|
2008
|
-
__Unused7: string;
|
|
2009
|
-
force_set_balance: {
|
|
2010
|
-
who: string;
|
|
2011
|
-
newFree: string;
|
|
2012
|
-
};
|
|
2013
|
-
force_adjust_total_issuance: {
|
|
2014
|
-
direction: string;
|
|
2015
|
-
delta: string;
|
|
2016
|
-
};
|
|
2017
|
-
burn: {
|
|
2018
|
-
value: string;
|
|
2019
|
-
keepAlive: string;
|
|
2020
|
-
};
|
|
2021
|
-
};
|
|
2022
|
-
};
|
|
2023
|
-
/**
|
|
2024
|
-
* Lookup247: pallet_balances::types::AdjustmentDirection
|
|
2025
|
-
**/
|
|
2026
|
-
PalletBalancesAdjustmentDirection: {
|
|
2027
|
-
_enum: string[];
|
|
2028
|
-
};
|
|
2029
|
-
/**
|
|
2030
|
-
* Lookup249: pallet_tx_pause::pallet::Call<T>
|
|
2031
|
-
**/
|
|
2032
|
-
PalletTxPauseCall: {
|
|
2033
|
-
_enum: {
|
|
2034
|
-
pause: {
|
|
2035
|
-
fullName: string;
|
|
2036
|
-
};
|
|
2037
|
-
unpause: {
|
|
2038
|
-
ident: string;
|
|
2039
|
-
};
|
|
2040
|
-
};
|
|
2041
|
-
};
|
|
2042
|
-
/**
|
|
2043
|
-
* Lookup250: pallet_utility::pallet::Call<T>
|
|
2044
|
-
**/
|
|
2045
|
-
PalletUtilityCall: {
|
|
2046
|
-
_enum: {
|
|
2047
|
-
batch: {
|
|
2048
|
-
calls: string;
|
|
2049
|
-
};
|
|
2050
|
-
as_derivative: {
|
|
2051
|
-
index: string;
|
|
2052
|
-
call: string;
|
|
2053
|
-
};
|
|
2054
|
-
batch_all: {
|
|
2055
|
-
calls: string;
|
|
2056
|
-
};
|
|
2057
|
-
dispatch_as: {
|
|
2058
|
-
asOrigin: string;
|
|
2059
|
-
call: string;
|
|
2060
|
-
};
|
|
2061
|
-
force_batch: {
|
|
2062
|
-
calls: string;
|
|
2063
|
-
};
|
|
2064
|
-
with_weight: {
|
|
2065
|
-
call: string;
|
|
2066
|
-
weight: string;
|
|
2067
|
-
};
|
|
2068
|
-
};
|
|
2069
|
-
};
|
|
2070
|
-
/**
|
|
2071
|
-
* Lookup252: argon_runtime::OriginCaller
|
|
2072
|
-
**/
|
|
2073
|
-
ArgonRuntimeOriginCaller: {
|
|
2074
|
-
_enum: {
|
|
2075
|
-
system: string;
|
|
2076
|
-
Void: string;
|
|
2077
|
-
};
|
|
2078
|
-
};
|
|
2079
|
-
/**
|
|
2080
|
-
* Lookup253: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
2081
|
-
**/
|
|
2082
|
-
FrameSupportDispatchRawOrigin: {
|
|
2083
|
-
_enum: {
|
|
2084
|
-
Root: string;
|
|
2085
|
-
Signed: string;
|
|
2086
|
-
None: string;
|
|
2087
|
-
};
|
|
2088
|
-
};
|
|
2089
|
-
/**
|
|
2090
|
-
* Lookup254: pallet_sudo::pallet::Call<T>
|
|
2091
|
-
**/
|
|
2092
|
-
PalletSudoCall: {
|
|
2093
|
-
_enum: {
|
|
2094
|
-
sudo: {
|
|
2095
|
-
call: string;
|
|
2096
|
-
};
|
|
2097
|
-
sudo_unchecked_weight: {
|
|
2098
|
-
call: string;
|
|
2099
|
-
weight: string;
|
|
2100
|
-
};
|
|
2101
|
-
set_key: {
|
|
2102
|
-
_alias: {
|
|
2103
|
-
new_: string;
|
|
2104
|
-
};
|
|
2105
|
-
new_: string;
|
|
2106
|
-
};
|
|
2107
|
-
sudo_as: {
|
|
2108
|
-
who: string;
|
|
2109
|
-
call: string;
|
|
2110
|
-
};
|
|
2111
|
-
remove_key: string;
|
|
2112
|
-
};
|
|
2113
|
-
};
|
|
2114
|
-
/**
|
|
2115
|
-
* Lookup255: pallet_ismp::pallet::Call<T>
|
|
2116
|
-
**/
|
|
2117
|
-
PalletIsmpCall: {
|
|
2118
|
-
_enum: {
|
|
2119
|
-
handle_unsigned: {
|
|
2120
|
-
messages: string;
|
|
2121
|
-
};
|
|
2122
|
-
__Unused1: string;
|
|
2123
|
-
create_consensus_client: {
|
|
2124
|
-
message: string;
|
|
2125
|
-
};
|
|
2126
|
-
update_consensus_state: {
|
|
2127
|
-
message: string;
|
|
2128
|
-
};
|
|
2129
|
-
fund_message: {
|
|
2130
|
-
message: string;
|
|
2131
|
-
};
|
|
2132
|
-
};
|
|
2133
|
-
};
|
|
2134
|
-
/**
|
|
2135
|
-
* Lookup257: ismp::messaging::Message
|
|
2136
|
-
**/
|
|
2137
|
-
IsmpMessagingMessage: {
|
|
2138
|
-
_enum: {
|
|
2139
|
-
Consensus: string;
|
|
2140
|
-
FraudProof: string;
|
|
2141
|
-
Request: string;
|
|
2142
|
-
Response: string;
|
|
2143
|
-
Timeout: string;
|
|
2144
|
-
};
|
|
2145
|
-
};
|
|
2146
|
-
/**
|
|
2147
|
-
* Lookup258: ismp::messaging::ConsensusMessage
|
|
2148
|
-
**/
|
|
2149
|
-
IsmpMessagingConsensusMessage: {
|
|
2150
|
-
consensusProof: string;
|
|
2151
|
-
consensusStateId: string;
|
|
2152
|
-
signer: string;
|
|
2153
|
-
};
|
|
2154
|
-
/**
|
|
2155
|
-
* Lookup259: ismp::messaging::FraudProofMessage
|
|
2156
|
-
**/
|
|
2157
|
-
IsmpMessagingFraudProofMessage: {
|
|
2158
|
-
proof1: string;
|
|
2159
|
-
proof2: string;
|
|
2160
|
-
consensusStateId: string;
|
|
2161
|
-
};
|
|
2162
|
-
/**
|
|
2163
|
-
* Lookup260: ismp::messaging::RequestMessage
|
|
2164
|
-
**/
|
|
2165
|
-
IsmpMessagingRequestMessage: {
|
|
2166
|
-
requests: string;
|
|
2167
|
-
proof: string;
|
|
2168
|
-
signer: string;
|
|
2169
|
-
};
|
|
2170
|
-
/**
|
|
2171
|
-
* Lookup262: ismp::router::PostRequest
|
|
2172
|
-
**/
|
|
2173
|
-
IsmpRouterPostRequest: {
|
|
2174
|
-
source: string;
|
|
2175
|
-
dest: string;
|
|
2176
|
-
nonce: string;
|
|
2177
|
-
from: string;
|
|
2178
|
-
to: string;
|
|
2179
|
-
timeoutTimestamp: string;
|
|
2180
|
-
body: string;
|
|
2181
|
-
};
|
|
2182
|
-
/**
|
|
2183
|
-
* Lookup263: ismp::messaging::Proof
|
|
2184
|
-
**/
|
|
2185
|
-
IsmpMessagingProof: {
|
|
2186
|
-
height: string;
|
|
2187
|
-
proof: string;
|
|
2188
|
-
};
|
|
2189
|
-
/**
|
|
2190
|
-
* Lookup264: ismp::messaging::ResponseMessage
|
|
2191
|
-
**/
|
|
2192
|
-
IsmpMessagingResponseMessage: {
|
|
2193
|
-
datagram: string;
|
|
2194
|
-
proof: string;
|
|
2195
|
-
signer: string;
|
|
2196
|
-
};
|
|
2197
|
-
/**
|
|
2198
|
-
* Lookup265: ismp::router::RequestResponse
|
|
2199
|
-
**/
|
|
2200
|
-
IsmpRouterRequestResponse: {
|
|
2201
|
-
_enum: {
|
|
2202
|
-
Request: string;
|
|
2203
|
-
Response: string;
|
|
2204
|
-
};
|
|
2205
|
-
};
|
|
2206
|
-
/**
|
|
2207
|
-
* Lookup267: ismp::router::Request
|
|
2208
|
-
**/
|
|
2209
|
-
IsmpRouterRequest: {
|
|
2210
|
-
_enum: {
|
|
2211
|
-
Post: string;
|
|
2212
|
-
Get: string;
|
|
2213
|
-
};
|
|
2214
|
-
};
|
|
2215
|
-
/**
|
|
2216
|
-
* Lookup268: ismp::router::GetRequest
|
|
2217
|
-
**/
|
|
2218
|
-
IsmpRouterGetRequest: {
|
|
2219
|
-
_alias: {
|
|
2220
|
-
keys_: string;
|
|
2221
|
-
};
|
|
2222
|
-
source: string;
|
|
2223
|
-
dest: string;
|
|
2224
|
-
nonce: string;
|
|
2225
|
-
from: string;
|
|
2226
|
-
keys_: string;
|
|
2227
|
-
height: string;
|
|
2228
|
-
context: string;
|
|
2229
|
-
timeoutTimestamp: string;
|
|
2230
|
-
};
|
|
2231
|
-
/**
|
|
2232
|
-
* Lookup270: ismp::router::Response
|
|
2233
|
-
**/
|
|
2234
|
-
IsmpRouterResponse: {
|
|
2235
|
-
_enum: {
|
|
2236
|
-
Post: string;
|
|
2237
|
-
Get: string;
|
|
2238
|
-
};
|
|
2239
|
-
};
|
|
2240
|
-
/**
|
|
2241
|
-
* Lookup271: ismp::router::PostResponse
|
|
2242
|
-
**/
|
|
2243
|
-
IsmpRouterPostResponse: {
|
|
2244
|
-
post: string;
|
|
2245
|
-
response: string;
|
|
2246
|
-
timeoutTimestamp: string;
|
|
2247
|
-
};
|
|
2248
|
-
/**
|
|
2249
|
-
* Lookup272: ismp::router::GetResponse
|
|
2250
|
-
**/
|
|
2251
|
-
IsmpRouterGetResponse: {
|
|
2252
|
-
get: string;
|
|
2253
|
-
values: string;
|
|
2254
|
-
};
|
|
2255
|
-
/**
|
|
2256
|
-
* Lookup274: ismp::router::StorageValue
|
|
2257
|
-
**/
|
|
2258
|
-
IsmpRouterStorageValue: {
|
|
2259
|
-
key: string;
|
|
2260
|
-
value: string;
|
|
2261
|
-
};
|
|
2262
|
-
/**
|
|
2263
|
-
* Lookup276: ismp::messaging::TimeoutMessage
|
|
2264
|
-
**/
|
|
2265
|
-
IsmpMessagingTimeoutMessage: {
|
|
2266
|
-
_enum: {
|
|
2267
|
-
Post: {
|
|
2268
|
-
requests: string;
|
|
2269
|
-
timeoutProof: string;
|
|
2270
|
-
};
|
|
2271
|
-
PostResponse: {
|
|
2272
|
-
responses: string;
|
|
2273
|
-
timeoutProof: string;
|
|
2274
|
-
};
|
|
2275
|
-
Get: {
|
|
2276
|
-
requests: string;
|
|
2277
|
-
};
|
|
2278
|
-
};
|
|
2279
|
-
};
|
|
2280
|
-
/**
|
|
2281
|
-
* Lookup278: ismp::messaging::CreateConsensusState
|
|
2282
|
-
**/
|
|
2283
|
-
IsmpMessagingCreateConsensusState: {
|
|
2284
|
-
consensusState: string;
|
|
2285
|
-
consensusClientId: string;
|
|
2286
|
-
consensusStateId: string;
|
|
2287
|
-
unbondingPeriod: string;
|
|
2288
|
-
challengePeriods: string;
|
|
2289
|
-
stateMachineCommitments: string;
|
|
2290
|
-
};
|
|
2291
|
-
/**
|
|
2292
|
-
* Lookup284: ismp::messaging::StateCommitmentHeight
|
|
2293
|
-
**/
|
|
2294
|
-
IsmpMessagingStateCommitmentHeight: {
|
|
2295
|
-
commitment: string;
|
|
2296
|
-
height: string;
|
|
2297
|
-
};
|
|
2298
|
-
/**
|
|
2299
|
-
* Lookup285: ismp::consensus::StateCommitment
|
|
2300
|
-
**/
|
|
2301
|
-
IsmpConsensusStateCommitment: {
|
|
2302
|
-
timestamp: string;
|
|
2303
|
-
overlayRoot: string;
|
|
2304
|
-
stateRoot: string;
|
|
2305
|
-
};
|
|
2306
|
-
/**
|
|
2307
|
-
* Lookup286: pallet_ismp::utils::UpdateConsensusState
|
|
2308
|
-
**/
|
|
2309
|
-
PalletIsmpUtilsUpdateConsensusState: {
|
|
2310
|
-
consensusStateId: string;
|
|
2311
|
-
unbondingPeriod: string;
|
|
2312
|
-
challengePeriods: string;
|
|
2313
|
-
};
|
|
2314
|
-
/**
|
|
2315
|
-
* Lookup287: pallet_ismp::utils::FundMessageParams<Balance>
|
|
2316
|
-
**/
|
|
2317
|
-
PalletIsmpUtilsFundMessageParams: {
|
|
2318
|
-
commitment: string;
|
|
2319
|
-
amount: string;
|
|
2320
|
-
};
|
|
2321
|
-
/**
|
|
2322
|
-
* Lookup288: pallet_ismp::utils::MessageCommitment
|
|
2323
|
-
**/
|
|
2324
|
-
PalletIsmpUtilsMessageCommitment: {
|
|
2325
|
-
_enum: {
|
|
2326
|
-
Request: string;
|
|
2327
|
-
Response: string;
|
|
2328
|
-
};
|
|
2329
|
-
};
|
|
2330
|
-
/**
|
|
2331
|
-
* Lookup289: ismp_grandpa::pallet::Call<T>
|
|
2332
|
-
**/
|
|
2333
|
-
IsmpGrandpaCall: {
|
|
2334
|
-
_enum: {
|
|
2335
|
-
add_state_machines: {
|
|
2336
|
-
newStateMachines: string;
|
|
2337
|
-
};
|
|
2338
|
-
remove_state_machines: {
|
|
2339
|
-
stateMachines: string;
|
|
2340
|
-
};
|
|
2341
|
-
};
|
|
2342
|
-
};
|
|
2343
|
-
/**
|
|
2344
|
-
* Lookup291: ismp_grandpa::AddStateMachine
|
|
2345
|
-
**/
|
|
2346
|
-
IsmpGrandpaAddStateMachine: {
|
|
2347
|
-
stateMachine: string;
|
|
2348
|
-
slotDuration: string;
|
|
2349
|
-
};
|
|
2350
|
-
/**
|
|
2351
|
-
* Lookup292: pallet_token_gateway::pallet::Call<T>
|
|
2352
|
-
**/
|
|
2353
|
-
PalletTokenGatewayCall: {
|
|
2354
|
-
_enum: {
|
|
2355
|
-
teleport: {
|
|
2356
|
-
params: string;
|
|
2357
|
-
};
|
|
2358
|
-
set_token_gateway_addresses: {
|
|
2359
|
-
addresses: string;
|
|
2360
|
-
};
|
|
2361
|
-
create_erc6160_asset: {
|
|
2362
|
-
asset: string;
|
|
2363
|
-
};
|
|
2364
|
-
update_erc6160_asset: {
|
|
2365
|
-
asset: string;
|
|
2366
|
-
};
|
|
2367
|
-
update_asset_precision: {
|
|
2368
|
-
update: string;
|
|
2369
|
-
};
|
|
2370
|
-
};
|
|
2371
|
-
};
|
|
2372
|
-
/**
|
|
2373
|
-
* Lookup293: pallet_token_gateway::types::TeleportParams<AssetId, Balance>
|
|
2374
|
-
**/
|
|
2375
|
-
PalletTokenGatewayTeleportParams: {
|
|
2376
|
-
assetId: string;
|
|
2377
|
-
destination: string;
|
|
2378
|
-
recepient: string;
|
|
2379
|
-
amount: string;
|
|
2380
|
-
timeout: string;
|
|
2381
|
-
tokenGateway: string;
|
|
2382
|
-
relayerFee: string;
|
|
2383
|
-
callData: string;
|
|
2384
|
-
redeem: string;
|
|
2385
|
-
};
|
|
2386
|
-
/**
|
|
2387
|
-
* Lookup297: pallet_token_gateway::types::AssetRegistration<AssetId>
|
|
2388
|
-
**/
|
|
2389
|
-
PalletTokenGatewayAssetRegistration: {
|
|
2390
|
-
localId: string;
|
|
2391
|
-
reg: string;
|
|
2392
|
-
native: string;
|
|
2393
|
-
precision: string;
|
|
2394
|
-
};
|
|
2395
|
-
/**
|
|
2396
|
-
* Lookup298: token_gateway_primitives::GatewayAssetRegistration
|
|
2397
|
-
**/
|
|
2398
|
-
TokenGatewayPrimitivesGatewayAssetRegistration: {
|
|
2399
|
-
name: string;
|
|
2400
|
-
symbol: string;
|
|
2401
|
-
chains: string;
|
|
2402
|
-
minimumBalance: string;
|
|
2403
|
-
};
|
|
2404
|
-
/**
|
|
2405
|
-
* Lookup303: token_gateway_primitives::GatewayAssetUpdate
|
|
2406
|
-
**/
|
|
2407
|
-
TokenGatewayPrimitivesGatewayAssetUpdate: {
|
|
2408
|
-
assetId: string;
|
|
2409
|
-
addChains: string;
|
|
2410
|
-
removeChains: string;
|
|
2411
|
-
newAdmins: string;
|
|
2412
|
-
};
|
|
2413
|
-
/**
|
|
2414
|
-
* Lookup309: pallet_token_gateway::types::PrecisionUpdate<AssetId>
|
|
2415
|
-
**/
|
|
2416
|
-
PalletTokenGatewayPrecisionUpdate: {
|
|
2417
|
-
assetId: string;
|
|
2418
|
-
precisions: string;
|
|
2419
|
-
};
|
|
2420
|
-
/**
|
|
2421
|
-
* Lookup311: pallet_multisig::pallet::Error<T>
|
|
2422
|
-
**/
|
|
2423
|
-
PalletMultisigError: {
|
|
2424
|
-
_enum: string[];
|
|
2425
|
-
};
|
|
2426
|
-
/**
|
|
2427
|
-
* Lookup314: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
2428
|
-
**/
|
|
2429
|
-
PalletProxyProxyDefinition: {
|
|
2430
|
-
delegate: string;
|
|
2431
|
-
proxyType: string;
|
|
2432
|
-
delay: string;
|
|
2433
|
-
};
|
|
2434
|
-
/**
|
|
2435
|
-
* Lookup318: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
2436
|
-
**/
|
|
2437
|
-
PalletProxyAnnouncement: {
|
|
2438
|
-
real: string;
|
|
2439
|
-
callHash: string;
|
|
2440
|
-
height: string;
|
|
2441
|
-
};
|
|
2442
|
-
/**
|
|
2443
|
-
* Lookup320: pallet_proxy::pallet::Error<T>
|
|
2444
|
-
**/
|
|
2445
|
-
PalletProxyError: {
|
|
2446
|
-
_enum: string[];
|
|
2447
|
-
};
|
|
2448
|
-
/**
|
|
2449
|
-
* Lookup321: argon_primitives::tick::Ticker
|
|
2450
|
-
**/
|
|
2451
|
-
ArgonPrimitivesTickTicker: {
|
|
2452
|
-
tickDurationMillis: string;
|
|
2453
|
-
channelHoldExpirationTicks: string;
|
|
2454
|
-
};
|
|
2455
|
-
/**
|
|
2456
|
-
* Lookup323: pallet_ticks::pallet::Error<T>
|
|
2457
|
-
**/
|
|
2458
|
-
PalletTicksError: string;
|
|
2459
|
-
/**
|
|
2460
|
-
* Lookup333: argon_primitives::block_seal::MiningBidStats
|
|
2461
|
-
**/
|
|
2462
|
-
ArgonPrimitivesBlockSealMiningBidStats: {
|
|
2463
|
-
bidsCount: string;
|
|
2464
|
-
bidAmountMin: string;
|
|
2465
|
-
bidAmountMax: string;
|
|
2466
|
-
bidAmountSum: string;
|
|
2467
|
-
};
|
|
2468
|
-
/**
|
|
2469
|
-
* Lookup335: argon_primitives::block_seal::MiningSlotConfig
|
|
2470
|
-
**/
|
|
2471
|
-
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
2472
|
-
ticksBeforeBidEndForVrfClose: string;
|
|
2473
|
-
ticksBetweenSlots: string;
|
|
2474
|
-
slotBiddingStartAfterTicks: string;
|
|
2475
|
-
};
|
|
2476
|
-
/**
|
|
2477
|
-
* Lookup337: pallet_mining_slot::pallet::Error<T>
|
|
2478
|
-
**/
|
|
2479
|
-
PalletMiningSlotError: {
|
|
2480
|
-
_enum: string[];
|
|
2481
|
-
};
|
|
2482
|
-
/**
|
|
2483
|
-
* Lookup338: argon_primitives::bitcoin::UtxoValue
|
|
2484
|
-
**/
|
|
2485
|
-
ArgonPrimitivesBitcoinUtxoValue: {
|
|
2486
|
-
utxoId: string;
|
|
2487
|
-
scriptPubkey: string;
|
|
2488
|
-
satoshis: string;
|
|
2489
|
-
submittedAtHeight: string;
|
|
2490
|
-
watchForSpentUntilHeight: string;
|
|
2491
|
-
};
|
|
2492
|
-
/**
|
|
2493
|
-
* Lookup339: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
2494
|
-
**/
|
|
2495
|
-
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
2496
|
-
_enum: {
|
|
2497
|
-
P2WSH: {
|
|
2498
|
-
wscriptHash: string;
|
|
2499
|
-
};
|
|
2500
|
-
};
|
|
2501
|
-
};
|
|
2502
|
-
/**
|
|
2503
|
-
* Lookup344: argon_primitives::bitcoin::BitcoinNetwork
|
|
2504
|
-
**/
|
|
2505
|
-
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
2506
|
-
_enum: string[];
|
|
2507
|
-
};
|
|
2508
|
-
/**
|
|
2509
|
-
* Lookup347: pallet_bitcoin_utxos::pallet::Error<T>
|
|
2510
|
-
**/
|
|
2511
|
-
PalletBitcoinUtxosError: {
|
|
2512
|
-
_enum: string[];
|
|
2513
|
-
};
|
|
2514
|
-
/**
|
|
2515
|
-
* Lookup348: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
2516
|
-
**/
|
|
2517
|
-
ArgonPrimitivesVault: {
|
|
2518
|
-
operatorAccountId: string;
|
|
2519
|
-
lockedBitcoinArgons: string;
|
|
2520
|
-
terms: string;
|
|
2521
|
-
addedSecuritizationPercent: string;
|
|
2522
|
-
addedSecuritizationArgons: string;
|
|
2523
|
-
bondedBitcoinArgons: string;
|
|
2524
|
-
isClosed: string;
|
|
2525
|
-
pendingTerms: string;
|
|
2526
|
-
pendingBitcoins: string;
|
|
2527
|
-
activationTick: string;
|
|
2528
|
-
};
|
|
2529
|
-
/**
|
|
2530
|
-
* Lookup349: argon_primitives::vault::VaultArgons<Balance>
|
|
2531
|
-
**/
|
|
2532
|
-
ArgonPrimitivesVaultVaultArgons: {
|
|
2533
|
-
allocated: string;
|
|
2534
|
-
reserved: string;
|
|
2535
|
-
};
|
|
2536
|
-
/**
|
|
2537
|
-
* Lookup353: argon_primitives::bitcoin::BitcoinXPub
|
|
2538
|
-
**/
|
|
2539
|
-
ArgonPrimitivesBitcoinBitcoinXPub: {
|
|
2540
|
-
publicKey: string;
|
|
2541
|
-
depth: string;
|
|
2542
|
-
parentFingerprint: string;
|
|
2543
|
-
childNumber: string;
|
|
2544
|
-
chainCode: string;
|
|
2545
|
-
network: string;
|
|
2546
|
-
};
|
|
2547
|
-
/**
|
|
2548
|
-
* Lookup355: argon_primitives::bitcoin::NetworkKind
|
|
2549
|
-
**/
|
|
2550
|
-
ArgonPrimitivesBitcoinNetworkKind: {
|
|
2551
|
-
_enum: string[];
|
|
2552
|
-
};
|
|
2553
|
-
/**
|
|
2554
|
-
* Lookup358: argon_primitives::vault::Obligation<sp_core::crypto::AccountId32, Balance>
|
|
2555
|
-
**/
|
|
2556
|
-
ArgonPrimitivesVaultObligation: {
|
|
2557
|
-
obligationId: string;
|
|
2558
|
-
fundType: string;
|
|
2559
|
-
vaultId: string;
|
|
2560
|
-
beneficiary: string;
|
|
2561
|
-
totalFee: string;
|
|
2562
|
-
prepaidFee: string;
|
|
2563
|
-
amount: string;
|
|
2564
|
-
startTick: string;
|
|
2565
|
-
expiration: string;
|
|
2566
|
-
bitcoinAnnualPercentRate: string;
|
|
2567
|
-
};
|
|
2568
|
-
/**
|
|
2569
|
-
* Lookup363: pallet_vaults::pallet::BidPoolEntrant<T>
|
|
2570
|
-
**/
|
|
2571
|
-
PalletVaultsBidPoolEntrant: {
|
|
2572
|
-
operatorAccountId: string;
|
|
2573
|
-
vaultId: string;
|
|
2574
|
-
bondedBitcoins: string;
|
|
2575
|
-
prorata: string;
|
|
2576
|
-
};
|
|
2577
|
-
/**
|
|
2578
|
-
* Lookup366: frame_support::PalletId
|
|
2579
|
-
**/
|
|
2580
|
-
FrameSupportPalletId: string;
|
|
2581
|
-
/**
|
|
2582
|
-
* Lookup367: pallet_vaults::pallet::Error<T>
|
|
2583
|
-
**/
|
|
2584
|
-
PalletVaultsError: {
|
|
2585
|
-
_enum: string[];
|
|
2586
|
-
};
|
|
2587
|
-
/**
|
|
2588
|
-
* Lookup368: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
2589
|
-
**/
|
|
2590
|
-
PalletBitcoinLocksLockedBitcoin: {
|
|
2591
|
-
obligationId: string;
|
|
2592
|
-
vaultId: string;
|
|
2593
|
-
lockPrice: string;
|
|
2594
|
-
ownerAccount: string;
|
|
2595
|
-
satoshis: string;
|
|
2596
|
-
vaultPubkey: string;
|
|
2597
|
-
vaultClaimPubkey: string;
|
|
2598
|
-
vaultXpubSources: string;
|
|
2599
|
-
ownerPubkey: string;
|
|
2600
|
-
vaultClaimHeight: string;
|
|
2601
|
-
openClaimHeight: string;
|
|
2602
|
-
createdAtHeight: string;
|
|
2603
|
-
utxoScriptPubkey: string;
|
|
2604
|
-
isVerified: string;
|
|
2605
|
-
isRejectedNeedsRelease: string;
|
|
2606
|
-
};
|
|
2607
|
-
/**
|
|
2608
|
-
* Lookup372: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
2609
|
-
**/
|
|
2610
|
-
PalletBitcoinLocksLockReleaseRequest: {
|
|
2611
|
-
utxoId: string;
|
|
2612
|
-
obligationId: string;
|
|
2613
|
-
vaultId: string;
|
|
2614
|
-
bitcoinNetworkFee: string;
|
|
2615
|
-
cosignDueBlock: string;
|
|
2616
|
-
toScriptPubkey: string;
|
|
2617
|
-
redemptionPrice: string;
|
|
2618
|
-
};
|
|
2619
|
-
/**
|
|
2620
|
-
* Lookup376: pallet_bitcoin_locks::pallet::Error<T>
|
|
2621
|
-
**/
|
|
2622
|
-
PalletBitcoinLocksError: {
|
|
2623
|
-
_enum: {
|
|
2624
|
-
ObligationNotFound: string;
|
|
2625
|
-
NoMoreObligationIds: string;
|
|
2626
|
-
MinimumObligationAmountNotMet: string;
|
|
2627
|
-
ExpirationAtBlockOverflow: string;
|
|
2628
|
-
InsufficientFunds: string;
|
|
2629
|
-
InsufficientVaultFunds: string;
|
|
2630
|
-
AccountWouldGoBelowMinimumBalance: string;
|
|
2631
|
-
VaultClosed: string;
|
|
2632
|
-
InvalidVaultAmount: string;
|
|
2633
|
-
RedemptionNotLocked: string;
|
|
2634
|
-
BitcoinReleaseInitiationDeadlinePassed: string;
|
|
2635
|
-
BitcoinFeeTooHigh: string;
|
|
2636
|
-
BitcoinUtxoNotFound: string;
|
|
2637
|
-
BitcoinUnableToBeDecodedForRelease: string;
|
|
2638
|
-
BitcoinSignatureUnableToBeDecoded: string;
|
|
2639
|
-
BitcoinPubkeyUnableToBeDecoded: string;
|
|
2640
|
-
BitcoinInvalidCosignature: string;
|
|
2641
|
-
InsufficientSatoshisLocked: string;
|
|
2642
|
-
NoBitcoinPricesAvailable: string;
|
|
2643
|
-
InvalidBitcoinScript: string;
|
|
2644
|
-
NoPermissions: string;
|
|
2645
|
-
HoldUnexpectedlyModified: string;
|
|
2646
|
-
UnrecoverableHold: string;
|
|
2647
|
-
VaultNotFound: string;
|
|
2648
|
-
GenericObligationError: string;
|
|
2649
|
-
LockNotFound: string;
|
|
2650
|
-
NoVaultBitcoinPubkeysAvailable: string;
|
|
2651
|
-
UnableToGenerateVaultBitcoinPubkey: string;
|
|
2652
|
-
};
|
|
2653
|
-
};
|
|
2654
|
-
/**
|
|
2655
|
-
* Lookup377: argon_primitives::vault::ObligationError
|
|
2656
|
-
**/
|
|
2657
|
-
ArgonPrimitivesVaultObligationError: {
|
|
2658
|
-
_enum: string[];
|
|
2659
|
-
};
|
|
2660
|
-
/**
|
|
2661
|
-
* Lookup389: pallet_notaries::pallet::Error<T>
|
|
2662
|
-
**/
|
|
2663
|
-
PalletNotariesError: {
|
|
2664
|
-
_enum: string[];
|
|
2665
|
-
};
|
|
2666
|
-
/**
|
|
2667
|
-
* Lookup393: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
2668
|
-
**/
|
|
2669
|
-
ArgonPrimitivesNotaryNotaryNotebookKeyDetails: {
|
|
2670
|
-
notebookNumber: string;
|
|
2671
|
-
tick: string;
|
|
2672
|
-
blockVotesRoot: string;
|
|
2673
|
-
secretHash: string;
|
|
2674
|
-
parentSecret: string;
|
|
2675
|
-
};
|
|
2676
|
-
/**
|
|
2677
|
-
* Lookup396: pallet_notebook::pallet::Error<T>
|
|
2678
|
-
**/
|
|
2679
|
-
PalletNotebookError: {
|
|
2680
|
-
_enum: string[];
|
|
2681
|
-
};
|
|
2682
|
-
/**
|
|
2683
|
-
* Lookup397: pallet_chain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
2684
|
-
**/
|
|
2685
|
-
PalletChainTransferQueuedTransferOut: {
|
|
2686
|
-
accountId: string;
|
|
2687
|
-
amount: string;
|
|
2688
|
-
expirationTick: string;
|
|
2689
|
-
notaryId: string;
|
|
2690
|
-
};
|
|
2691
|
-
/**
|
|
2692
|
-
* Lookup403: pallet_chain_transfer::pallet::Error<T>
|
|
2693
|
-
**/
|
|
2694
|
-
PalletChainTransferError: {
|
|
2695
|
-
_enum: string[];
|
|
2696
|
-
};
|
|
2697
|
-
/**
|
|
2698
|
-
* Lookup408: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
2699
|
-
**/
|
|
2700
|
-
ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails: {
|
|
2701
|
-
notaryId: string;
|
|
2702
|
-
notebookNumber: string;
|
|
2703
|
-
tick: string;
|
|
2704
|
-
blockVotesCount: string;
|
|
2705
|
-
blockVotingPower: string;
|
|
2706
|
-
};
|
|
2707
|
-
/**
|
|
2708
|
-
* Lookup413: pallet_block_seal_spec::pallet::Error<T>
|
|
2709
|
-
**/
|
|
2710
|
-
PalletBlockSealSpecError: {
|
|
2711
|
-
_enum: string[];
|
|
2712
|
-
};
|
|
2713
|
-
/**
|
|
2714
|
-
* Lookup415: pallet_domains::pallet::Error<T>
|
|
2715
|
-
**/
|
|
2716
|
-
PalletDomainsError: {
|
|
2717
|
-
_enum: string[];
|
|
2718
|
-
};
|
|
2719
|
-
/**
|
|
2720
|
-
* Lookup416: pallet_price_index::pallet::Error<T>
|
|
2721
|
-
**/
|
|
2722
|
-
PalletPriceIndexError: {
|
|
2723
|
-
_enum: string[];
|
|
2724
|
-
};
|
|
2725
|
-
/**
|
|
2726
|
-
* Lookup417: pallet_grandpa::StoredState<N>
|
|
2727
|
-
**/
|
|
2728
|
-
PalletGrandpaStoredState: {
|
|
2729
|
-
_enum: {
|
|
2730
|
-
Live: string;
|
|
2731
|
-
PendingPause: {
|
|
2732
|
-
scheduledAt: string;
|
|
2733
|
-
delay: string;
|
|
2734
|
-
};
|
|
2735
|
-
Paused: string;
|
|
2736
|
-
PendingResume: {
|
|
2737
|
-
scheduledAt: string;
|
|
2738
|
-
delay: string;
|
|
2739
|
-
};
|
|
2740
|
-
};
|
|
2741
|
-
};
|
|
2742
|
-
/**
|
|
2743
|
-
* Lookup418: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2744
|
-
**/
|
|
2745
|
-
PalletGrandpaStoredPendingChange: {
|
|
2746
|
-
scheduledAt: string;
|
|
2747
|
-
delay: string;
|
|
2748
|
-
nextAuthorities: string;
|
|
2749
|
-
forced: string;
|
|
2750
|
-
};
|
|
2751
|
-
/**
|
|
2752
|
-
* Lookup421: pallet_grandpa::pallet::Error<T>
|
|
2753
|
-
**/
|
|
2754
|
-
PalletGrandpaError: {
|
|
2755
|
-
_enum: string[];
|
|
2756
|
-
};
|
|
2757
|
-
/**
|
|
2758
|
-
* Lookup422: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32>
|
|
2759
|
-
**/
|
|
2760
|
-
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
2761
|
-
blockAuthorAccountId: string;
|
|
2762
|
-
blockVoteRewardsAccount: string;
|
|
2763
|
-
blockSealAuthority: string;
|
|
2764
|
-
};
|
|
2765
|
-
/**
|
|
2766
|
-
* Lookup426: pallet_block_seal::pallet::Error<T>
|
|
2767
|
-
**/
|
|
2768
|
-
PalletBlockSealError: {
|
|
2769
|
-
_enum: string[];
|
|
2770
|
-
};
|
|
2771
|
-
/**
|
|
2772
|
-
* Lookup432: pallet_block_rewards::pallet::Error<T>
|
|
2773
|
-
**/
|
|
2774
|
-
PalletBlockRewardsError: string;
|
|
2775
|
-
/**
|
|
2776
|
-
* Lookup439: pallet_mint::MintAction<Balance>
|
|
2777
|
-
**/
|
|
2778
|
-
PalletMintMintAction: {
|
|
2779
|
-
argonBurned: string;
|
|
2780
|
-
argonMinted: string;
|
|
2781
|
-
bitcoinMinted: string;
|
|
2782
|
-
};
|
|
2783
|
-
/**
|
|
2784
|
-
* Lookup440: pallet_mint::pallet::Error<T>
|
|
2785
|
-
**/
|
|
2786
|
-
PalletMintError: {
|
|
2787
|
-
_enum: string[];
|
|
2788
|
-
};
|
|
2789
|
-
/**
|
|
2790
|
-
* Lookup442: pallet_balances::types::BalanceLock<Balance>
|
|
2791
|
-
**/
|
|
2792
|
-
PalletBalancesBalanceLock: {
|
|
2793
|
-
id: string;
|
|
2794
|
-
amount: string;
|
|
2795
|
-
reasons: string;
|
|
2796
|
-
};
|
|
2797
|
-
/**
|
|
2798
|
-
* Lookup443: pallet_balances::types::Reasons
|
|
2799
|
-
**/
|
|
2800
|
-
PalletBalancesReasons: {
|
|
2801
|
-
_enum: string[];
|
|
2802
|
-
};
|
|
2803
|
-
/**
|
|
2804
|
-
* Lookup446: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2805
|
-
**/
|
|
2806
|
-
PalletBalancesReserveData: {
|
|
2807
|
-
id: string;
|
|
2808
|
-
amount: string;
|
|
2809
|
-
};
|
|
2810
|
-
/**
|
|
2811
|
-
* Lookup449: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
2812
|
-
**/
|
|
2813
|
-
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
2814
|
-
id: string;
|
|
2815
|
-
amount: string;
|
|
2816
|
-
};
|
|
2817
|
-
/**
|
|
2818
|
-
* Lookup450: argon_runtime::RuntimeHoldReason
|
|
2819
|
-
**/
|
|
2820
|
-
ArgonRuntimeRuntimeHoldReason: {
|
|
2821
|
-
_enum: {
|
|
2822
|
-
__Unused0: string;
|
|
2823
|
-
__Unused1: string;
|
|
2824
|
-
__Unused2: string;
|
|
2825
|
-
__Unused3: string;
|
|
2826
|
-
__Unused4: string;
|
|
2827
|
-
__Unused5: string;
|
|
2828
|
-
MiningSlot: string;
|
|
2829
|
-
__Unused7: string;
|
|
2830
|
-
Vaults: string;
|
|
2831
|
-
BitcoinLocks: string;
|
|
2832
|
-
__Unused10: string;
|
|
2833
|
-
__Unused11: string;
|
|
2834
|
-
__Unused12: string;
|
|
2835
|
-
__Unused13: string;
|
|
2836
|
-
__Unused14: string;
|
|
2837
|
-
__Unused15: string;
|
|
2838
|
-
__Unused16: string;
|
|
2839
|
-
__Unused17: string;
|
|
2840
|
-
__Unused18: string;
|
|
2841
|
-
BlockRewards: string;
|
|
2842
|
-
};
|
|
2843
|
-
};
|
|
2844
|
-
/**
|
|
2845
|
-
* Lookup451: pallet_mining_slot::pallet::HoldReason
|
|
2846
|
-
**/
|
|
2847
|
-
PalletMiningSlotHoldReason: {
|
|
2848
|
-
_enum: string[];
|
|
2849
|
-
};
|
|
2850
|
-
/**
|
|
2851
|
-
* Lookup452: pallet_vaults::pallet::HoldReason
|
|
2852
|
-
**/
|
|
2853
|
-
PalletVaultsHoldReason: {
|
|
2854
|
-
_enum: string[];
|
|
2855
|
-
};
|
|
2856
|
-
/**
|
|
2857
|
-
* Lookup453: pallet_bitcoin_locks::pallet::HoldReason
|
|
2858
|
-
**/
|
|
2859
|
-
PalletBitcoinLocksHoldReason: {
|
|
2860
|
-
_enum: string[];
|
|
2861
|
-
};
|
|
2862
|
-
/**
|
|
2863
|
-
* Lookup454: pallet_block_rewards::pallet::HoldReason
|
|
2864
|
-
**/
|
|
2865
|
-
PalletBlockRewardsHoldReason: {
|
|
2866
|
-
_enum: string[];
|
|
2867
|
-
};
|
|
2868
|
-
/**
|
|
2869
|
-
* Lookup457: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
2870
|
-
**/
|
|
2871
|
-
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
2872
|
-
id: string;
|
|
2873
|
-
amount: string;
|
|
2874
|
-
};
|
|
2875
|
-
/**
|
|
2876
|
-
* Lookup458: argon_runtime::RuntimeFreezeReason
|
|
2877
|
-
**/
|
|
2878
|
-
ArgonRuntimeRuntimeFreezeReason: {
|
|
2879
|
-
_enum: {
|
|
2880
|
-
__Unused0: string;
|
|
2881
|
-
__Unused1: string;
|
|
2882
|
-
__Unused2: string;
|
|
2883
|
-
__Unused3: string;
|
|
2884
|
-
__Unused4: string;
|
|
2885
|
-
__Unused5: string;
|
|
2886
|
-
__Unused6: string;
|
|
2887
|
-
__Unused7: string;
|
|
2888
|
-
__Unused8: string;
|
|
2889
|
-
__Unused9: string;
|
|
2890
|
-
__Unused10: string;
|
|
2891
|
-
__Unused11: string;
|
|
2892
|
-
__Unused12: string;
|
|
2893
|
-
__Unused13: string;
|
|
2894
|
-
__Unused14: string;
|
|
2895
|
-
__Unused15: string;
|
|
2896
|
-
__Unused16: string;
|
|
2897
|
-
__Unused17: string;
|
|
2898
|
-
__Unused18: string;
|
|
2899
|
-
BlockRewards: string;
|
|
2900
|
-
};
|
|
2901
|
-
};
|
|
2902
|
-
/**
|
|
2903
|
-
* Lookup459: pallet_block_rewards::pallet::FreezeReason
|
|
2904
|
-
**/
|
|
2905
|
-
PalletBlockRewardsFreezeReason: {
|
|
2906
|
-
_enum: string[];
|
|
2907
|
-
};
|
|
2908
|
-
/**
|
|
2909
|
-
* Lookup461: pallet_balances::pallet::Error<T, I>
|
|
2910
|
-
**/
|
|
2911
|
-
PalletBalancesError: {
|
|
2912
|
-
_enum: string[];
|
|
2913
|
-
};
|
|
2914
|
-
/**
|
|
2915
|
-
* Lookup463: pallet_tx_pause::pallet::Error<T>
|
|
2916
|
-
**/
|
|
2917
|
-
PalletTxPauseError: {
|
|
2918
|
-
_enum: string[];
|
|
2919
|
-
};
|
|
2920
|
-
/**
|
|
2921
|
-
* Lookup464: pallet_transaction_payment::Releases
|
|
2922
|
-
**/
|
|
2923
|
-
PalletTransactionPaymentReleases: {
|
|
2924
|
-
_enum: string[];
|
|
2925
|
-
};
|
|
2926
|
-
/**
|
|
2927
|
-
* Lookup465: pallet_utility::pallet::Error<T>
|
|
2928
|
-
**/
|
|
2929
|
-
PalletUtilityError: {
|
|
2930
|
-
_enum: string[];
|
|
2931
|
-
};
|
|
2932
|
-
/**
|
|
2933
|
-
* Lookup466: pallet_sudo::pallet::Error<T>
|
|
2934
|
-
**/
|
|
2935
|
-
PalletSudoError: {
|
|
2936
|
-
_enum: string[];
|
|
2937
|
-
};
|
|
2938
|
-
/**
|
|
2939
|
-
* Lookup467: pallet_ismp::pallet::Error<T>
|
|
2940
|
-
**/
|
|
2941
|
-
PalletIsmpError: {
|
|
2942
|
-
_enum: string[];
|
|
2943
|
-
};
|
|
2944
|
-
/**
|
|
2945
|
-
* Lookup468: pallet_hyperbridge::pallet::Error<T>
|
|
2946
|
-
**/
|
|
2947
|
-
PalletHyperbridgeError: string;
|
|
2948
|
-
/**
|
|
2949
|
-
* Lookup470: pallet_token_gateway::pallet::Error<T>
|
|
2950
|
-
**/
|
|
2951
|
-
PalletTokenGatewayError: {
|
|
2952
|
-
_enum: string[];
|
|
2953
|
-
};
|
|
2954
|
-
/**
|
|
2955
|
-
* Lookup473: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
2956
|
-
**/
|
|
2957
|
-
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
2958
|
-
/**
|
|
2959
|
-
* Lookup474: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
2960
|
-
**/
|
|
2961
|
-
FrameSystemExtensionsCheckSpecVersion: string;
|
|
2962
|
-
/**
|
|
2963
|
-
* Lookup475: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
2964
|
-
**/
|
|
2965
|
-
FrameSystemExtensionsCheckTxVersion: string;
|
|
2966
|
-
/**
|
|
2967
|
-
* Lookup476: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
2968
|
-
**/
|
|
2969
|
-
FrameSystemExtensionsCheckGenesis: string;
|
|
2970
|
-
/**
|
|
2971
|
-
* Lookup479: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
2972
|
-
**/
|
|
2973
|
-
FrameSystemExtensionsCheckNonce: string;
|
|
2974
|
-
/**
|
|
2975
|
-
* Lookup480: frame_system::extensions::check_weight::CheckWeight<T>
|
|
2976
|
-
**/
|
|
2977
|
-
FrameSystemExtensionsCheckWeight: string;
|
|
2978
|
-
/**
|
|
2979
|
-
* Lookup481: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
2980
|
-
**/
|
|
2981
|
-
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
2982
|
-
/**
|
|
2983
|
-
* Lookup482: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
2984
|
-
**/
|
|
2985
|
-
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
2986
|
-
mode: string;
|
|
2987
|
-
};
|
|
2988
|
-
/**
|
|
2989
|
-
* Lookup483: frame_metadata_hash_extension::Mode
|
|
2990
|
-
**/
|
|
2991
|
-
FrameMetadataHashExtensionMode: {
|
|
2992
|
-
_enum: string[];
|
|
2993
|
-
};
|
|
2994
|
-
/**
|
|
2995
|
-
* Lookup485: argon_runtime::Runtime
|
|
2996
|
-
**/
|
|
2997
|
-
ArgonRuntimeRuntime: string;
|
|
2998
|
-
};
|
|
2999
|
-
export default _default;
|