@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,1675 +0,0 @@
|
|
|
1
|
-
import '@polkadot/api-base/types/events';
|
|
2
|
-
import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
|
|
3
|
-
import type { Bytes, Null, Option, Result, U256, U8aFixed, Vec, bool, i128, u128, u16, u32, u64 } from '@polkadot/types-codec';
|
|
4
|
-
import type { ITuple } from '@polkadot/types-codec/types';
|
|
5
|
-
import type { AccountId32, H256 } from '@polkadot/types/interfaces/runtime';
|
|
6
|
-
import type { ArgonNotaryAuditErrorVerifyError, ArgonPrimitivesBitcoinBitcoinRejectedReason, ArgonPrimitivesBitcoinUtxoRef, ArgonPrimitivesBlockSealBlockPayout, ArgonPrimitivesBlockSealMiningRegistration, ArgonPrimitivesDomainZoneRecord, ArgonPrimitivesNotaryNotaryMeta, ArgonPrimitivesNotaryNotaryRecord, ArgonPrimitivesVaultFundType, ArgonPrimitivesVaultObligationExpiration, ArgonRuntimeProxyType, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, IsmpConsensusStateMachineHeight, IsmpConsensusStateMachineId, IsmpEventsRequestResponseHandled, IsmpEventsTimeoutHandled, IsmpHostStateMachine, PalletDomainsDomainRegistration, PalletHyperbridgeVersionedHostParams, PalletIsmpErrorsHandlingError, PalletMintMintType, PalletMultisigTimepoint, SpConsensusGrandpaAppPublic, SpRuntimeDispatchError } from '@polkadot/types/lookup';
|
|
7
|
-
export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
|
|
8
|
-
declare module '@polkadot/api-base/types/events' {
|
|
9
|
-
interface AugmentedEvents<ApiType extends ApiTypes> {
|
|
10
|
-
balances: {
|
|
11
|
-
/**
|
|
12
|
-
* A balance was set by root.
|
|
13
|
-
**/
|
|
14
|
-
BalanceSet: AugmentedEvent<ApiType, [
|
|
15
|
-
who: AccountId32,
|
|
16
|
-
free: u128
|
|
17
|
-
], {
|
|
18
|
-
who: AccountId32;
|
|
19
|
-
free: u128;
|
|
20
|
-
}>;
|
|
21
|
-
/**
|
|
22
|
-
* Some amount was burned from an account.
|
|
23
|
-
**/
|
|
24
|
-
Burned: AugmentedEvent<ApiType, [
|
|
25
|
-
who: AccountId32,
|
|
26
|
-
amount: u128
|
|
27
|
-
], {
|
|
28
|
-
who: AccountId32;
|
|
29
|
-
amount: u128;
|
|
30
|
-
}>;
|
|
31
|
-
/**
|
|
32
|
-
* Some amount was deposited (e.g. for transaction fees).
|
|
33
|
-
**/
|
|
34
|
-
Deposit: AugmentedEvent<ApiType, [
|
|
35
|
-
who: AccountId32,
|
|
36
|
-
amount: u128
|
|
37
|
-
], {
|
|
38
|
-
who: AccountId32;
|
|
39
|
-
amount: u128;
|
|
40
|
-
}>;
|
|
41
|
-
/**
|
|
42
|
-
* An account was removed whose balance was non-zero but below ExistentialDeposit,
|
|
43
|
-
* resulting in an outright loss.
|
|
44
|
-
**/
|
|
45
|
-
DustLost: AugmentedEvent<ApiType, [
|
|
46
|
-
account: AccountId32,
|
|
47
|
-
amount: u128
|
|
48
|
-
], {
|
|
49
|
-
account: AccountId32;
|
|
50
|
-
amount: u128;
|
|
51
|
-
}>;
|
|
52
|
-
/**
|
|
53
|
-
* An account was created with some free balance.
|
|
54
|
-
**/
|
|
55
|
-
Endowed: AugmentedEvent<ApiType, [
|
|
56
|
-
account: AccountId32,
|
|
57
|
-
freeBalance: u128
|
|
58
|
-
], {
|
|
59
|
-
account: AccountId32;
|
|
60
|
-
freeBalance: u128;
|
|
61
|
-
}>;
|
|
62
|
-
/**
|
|
63
|
-
* Some balance was frozen.
|
|
64
|
-
**/
|
|
65
|
-
Frozen: AugmentedEvent<ApiType, [
|
|
66
|
-
who: AccountId32,
|
|
67
|
-
amount: u128
|
|
68
|
-
], {
|
|
69
|
-
who: AccountId32;
|
|
70
|
-
amount: u128;
|
|
71
|
-
}>;
|
|
72
|
-
/**
|
|
73
|
-
* Total issuance was increased by `amount`, creating a credit to be balanced.
|
|
74
|
-
**/
|
|
75
|
-
Issued: AugmentedEvent<ApiType, [amount: u128], {
|
|
76
|
-
amount: u128;
|
|
77
|
-
}>;
|
|
78
|
-
/**
|
|
79
|
-
* Some balance was locked.
|
|
80
|
-
**/
|
|
81
|
-
Locked: AugmentedEvent<ApiType, [
|
|
82
|
-
who: AccountId32,
|
|
83
|
-
amount: u128
|
|
84
|
-
], {
|
|
85
|
-
who: AccountId32;
|
|
86
|
-
amount: u128;
|
|
87
|
-
}>;
|
|
88
|
-
/**
|
|
89
|
-
* Some amount was minted into an account.
|
|
90
|
-
**/
|
|
91
|
-
Minted: AugmentedEvent<ApiType, [
|
|
92
|
-
who: AccountId32,
|
|
93
|
-
amount: u128
|
|
94
|
-
], {
|
|
95
|
-
who: AccountId32;
|
|
96
|
-
amount: u128;
|
|
97
|
-
}>;
|
|
98
|
-
/**
|
|
99
|
-
* Total issuance was decreased by `amount`, creating a debt to be balanced.
|
|
100
|
-
**/
|
|
101
|
-
Rescinded: AugmentedEvent<ApiType, [amount: u128], {
|
|
102
|
-
amount: u128;
|
|
103
|
-
}>;
|
|
104
|
-
/**
|
|
105
|
-
* Some balance was reserved (moved from free to reserved).
|
|
106
|
-
**/
|
|
107
|
-
Reserved: AugmentedEvent<ApiType, [
|
|
108
|
-
who: AccountId32,
|
|
109
|
-
amount: u128
|
|
110
|
-
], {
|
|
111
|
-
who: AccountId32;
|
|
112
|
-
amount: u128;
|
|
113
|
-
}>;
|
|
114
|
-
/**
|
|
115
|
-
* Some balance was moved from the reserve of the first account to the second account.
|
|
116
|
-
* Final argument indicates the destination balance type.
|
|
117
|
-
**/
|
|
118
|
-
ReserveRepatriated: AugmentedEvent<ApiType, [
|
|
119
|
-
from: AccountId32,
|
|
120
|
-
to: AccountId32,
|
|
121
|
-
amount: u128,
|
|
122
|
-
destinationStatus: FrameSupportTokensMiscBalanceStatus
|
|
123
|
-
], {
|
|
124
|
-
from: AccountId32;
|
|
125
|
-
to: AccountId32;
|
|
126
|
-
amount: u128;
|
|
127
|
-
destinationStatus: FrameSupportTokensMiscBalanceStatus;
|
|
128
|
-
}>;
|
|
129
|
-
/**
|
|
130
|
-
* Some amount was restored into an account.
|
|
131
|
-
**/
|
|
132
|
-
Restored: AugmentedEvent<ApiType, [
|
|
133
|
-
who: AccountId32,
|
|
134
|
-
amount: u128
|
|
135
|
-
], {
|
|
136
|
-
who: AccountId32;
|
|
137
|
-
amount: u128;
|
|
138
|
-
}>;
|
|
139
|
-
/**
|
|
140
|
-
* Some amount was removed from the account (e.g. for misbehavior).
|
|
141
|
-
**/
|
|
142
|
-
Slashed: AugmentedEvent<ApiType, [
|
|
143
|
-
who: AccountId32,
|
|
144
|
-
amount: u128
|
|
145
|
-
], {
|
|
146
|
-
who: AccountId32;
|
|
147
|
-
amount: u128;
|
|
148
|
-
}>;
|
|
149
|
-
/**
|
|
150
|
-
* Some amount was suspended from an account (it can be restored later).
|
|
151
|
-
**/
|
|
152
|
-
Suspended: AugmentedEvent<ApiType, [
|
|
153
|
-
who: AccountId32,
|
|
154
|
-
amount: u128
|
|
155
|
-
], {
|
|
156
|
-
who: AccountId32;
|
|
157
|
-
amount: u128;
|
|
158
|
-
}>;
|
|
159
|
-
/**
|
|
160
|
-
* Some balance was thawed.
|
|
161
|
-
**/
|
|
162
|
-
Thawed: AugmentedEvent<ApiType, [
|
|
163
|
-
who: AccountId32,
|
|
164
|
-
amount: u128
|
|
165
|
-
], {
|
|
166
|
-
who: AccountId32;
|
|
167
|
-
amount: u128;
|
|
168
|
-
}>;
|
|
169
|
-
/**
|
|
170
|
-
* The `TotalIssuance` was forcefully changed.
|
|
171
|
-
**/
|
|
172
|
-
TotalIssuanceForced: AugmentedEvent<ApiType, [
|
|
173
|
-
old: u128,
|
|
174
|
-
new_: u128
|
|
175
|
-
], {
|
|
176
|
-
old: u128;
|
|
177
|
-
new_: u128;
|
|
178
|
-
}>;
|
|
179
|
-
/**
|
|
180
|
-
* Transfer succeeded.
|
|
181
|
-
**/
|
|
182
|
-
Transfer: AugmentedEvent<ApiType, [
|
|
183
|
-
from: AccountId32,
|
|
184
|
-
to: AccountId32,
|
|
185
|
-
amount: u128
|
|
186
|
-
], {
|
|
187
|
-
from: AccountId32;
|
|
188
|
-
to: AccountId32;
|
|
189
|
-
amount: u128;
|
|
190
|
-
}>;
|
|
191
|
-
/**
|
|
192
|
-
* Some balance was unlocked.
|
|
193
|
-
**/
|
|
194
|
-
Unlocked: AugmentedEvent<ApiType, [
|
|
195
|
-
who: AccountId32,
|
|
196
|
-
amount: u128
|
|
197
|
-
], {
|
|
198
|
-
who: AccountId32;
|
|
199
|
-
amount: u128;
|
|
200
|
-
}>;
|
|
201
|
-
/**
|
|
202
|
-
* Some balance was unreserved (moved from reserved to free).
|
|
203
|
-
**/
|
|
204
|
-
Unreserved: AugmentedEvent<ApiType, [
|
|
205
|
-
who: AccountId32,
|
|
206
|
-
amount: u128
|
|
207
|
-
], {
|
|
208
|
-
who: AccountId32;
|
|
209
|
-
amount: u128;
|
|
210
|
-
}>;
|
|
211
|
-
/**
|
|
212
|
-
* An account was upgraded.
|
|
213
|
-
**/
|
|
214
|
-
Upgraded: AugmentedEvent<ApiType, [
|
|
215
|
-
who: AccountId32
|
|
216
|
-
], {
|
|
217
|
-
who: AccountId32;
|
|
218
|
-
}>;
|
|
219
|
-
/**
|
|
220
|
-
* Some amount was withdrawn from the account (e.g. for transaction fees).
|
|
221
|
-
**/
|
|
222
|
-
Withdraw: AugmentedEvent<ApiType, [
|
|
223
|
-
who: AccountId32,
|
|
224
|
-
amount: u128
|
|
225
|
-
], {
|
|
226
|
-
who: AccountId32;
|
|
227
|
-
amount: u128;
|
|
228
|
-
}>;
|
|
229
|
-
};
|
|
230
|
-
bitcoinLocks: {
|
|
231
|
-
BitcoinCosignPastDue: AugmentedEvent<ApiType, [
|
|
232
|
-
utxoId: u64,
|
|
233
|
-
obligationId: u64,
|
|
234
|
-
vaultId: u32,
|
|
235
|
-
compensationAmount: u128,
|
|
236
|
-
compensationStillOwed: u128,
|
|
237
|
-
compensatedAccountId: AccountId32
|
|
238
|
-
], {
|
|
239
|
-
utxoId: u64;
|
|
240
|
-
obligationId: u64;
|
|
241
|
-
vaultId: u32;
|
|
242
|
-
compensationAmount: u128;
|
|
243
|
-
compensationStillOwed: u128;
|
|
244
|
-
compensatedAccountId: AccountId32;
|
|
245
|
-
}>;
|
|
246
|
-
BitcoinLockBurned: AugmentedEvent<ApiType, [
|
|
247
|
-
utxoId: u64,
|
|
248
|
-
vaultId: u32,
|
|
249
|
-
obligationId: u64,
|
|
250
|
-
amountBurned: u128,
|
|
251
|
-
amountHeld: u128,
|
|
252
|
-
wasUtxoSpent: bool
|
|
253
|
-
], {
|
|
254
|
-
utxoId: u64;
|
|
255
|
-
vaultId: u32;
|
|
256
|
-
obligationId: u64;
|
|
257
|
-
amountBurned: u128;
|
|
258
|
-
amountHeld: u128;
|
|
259
|
-
wasUtxoSpent: bool;
|
|
260
|
-
}>;
|
|
261
|
-
BitcoinLockCreated: AugmentedEvent<ApiType, [
|
|
262
|
-
utxoId: u64,
|
|
263
|
-
vaultId: u32,
|
|
264
|
-
obligationId: u64,
|
|
265
|
-
lockPrice: u128,
|
|
266
|
-
accountId: AccountId32
|
|
267
|
-
], {
|
|
268
|
-
utxoId: u64;
|
|
269
|
-
vaultId: u32;
|
|
270
|
-
obligationId: u64;
|
|
271
|
-
lockPrice: u128;
|
|
272
|
-
accountId: AccountId32;
|
|
273
|
-
}>;
|
|
274
|
-
BitcoinUtxoCosigned: AugmentedEvent<ApiType, [
|
|
275
|
-
utxoId: u64,
|
|
276
|
-
obligationId: u64,
|
|
277
|
-
vaultId: u32,
|
|
278
|
-
signature: Bytes
|
|
279
|
-
], {
|
|
280
|
-
utxoId: u64;
|
|
281
|
-
obligationId: u64;
|
|
282
|
-
vaultId: u32;
|
|
283
|
-
signature: Bytes;
|
|
284
|
-
}>;
|
|
285
|
-
BitcoinUtxoCosignRequested: AugmentedEvent<ApiType, [
|
|
286
|
-
utxoId: u64,
|
|
287
|
-
obligationId: u64,
|
|
288
|
-
vaultId: u32
|
|
289
|
-
], {
|
|
290
|
-
utxoId: u64;
|
|
291
|
-
obligationId: u64;
|
|
292
|
-
vaultId: u32;
|
|
293
|
-
}>;
|
|
294
|
-
/**
|
|
295
|
-
* An error occurred while refunding an overdue cosigned bitcoin lock
|
|
296
|
-
**/
|
|
297
|
-
CosignOverdueError: AugmentedEvent<ApiType, [
|
|
298
|
-
utxoId: u64,
|
|
299
|
-
error: SpRuntimeDispatchError
|
|
300
|
-
], {
|
|
301
|
-
utxoId: u64;
|
|
302
|
-
error: SpRuntimeDispatchError;
|
|
303
|
-
}>;
|
|
304
|
-
};
|
|
305
|
-
bitcoinUtxos: {
|
|
306
|
-
UtxoExpiredError: AugmentedEvent<ApiType, [
|
|
307
|
-
utxoRef: ArgonPrimitivesBitcoinUtxoRef,
|
|
308
|
-
error: SpRuntimeDispatchError
|
|
309
|
-
], {
|
|
310
|
-
utxoRef: ArgonPrimitivesBitcoinUtxoRef;
|
|
311
|
-
error: SpRuntimeDispatchError;
|
|
312
|
-
}>;
|
|
313
|
-
UtxoRejected: AugmentedEvent<ApiType, [
|
|
314
|
-
utxoId: u64,
|
|
315
|
-
rejectedReason: ArgonPrimitivesBitcoinBitcoinRejectedReason
|
|
316
|
-
], {
|
|
317
|
-
utxoId: u64;
|
|
318
|
-
rejectedReason: ArgonPrimitivesBitcoinBitcoinRejectedReason;
|
|
319
|
-
}>;
|
|
320
|
-
UtxoRejectedError: AugmentedEvent<ApiType, [
|
|
321
|
-
utxoId: u64,
|
|
322
|
-
error: SpRuntimeDispatchError
|
|
323
|
-
], {
|
|
324
|
-
utxoId: u64;
|
|
325
|
-
error: SpRuntimeDispatchError;
|
|
326
|
-
}>;
|
|
327
|
-
UtxoSpent: AugmentedEvent<ApiType, [
|
|
328
|
-
utxoId: u64,
|
|
329
|
-
blockHeight: u64
|
|
330
|
-
], {
|
|
331
|
-
utxoId: u64;
|
|
332
|
-
blockHeight: u64;
|
|
333
|
-
}>;
|
|
334
|
-
UtxoSpentError: AugmentedEvent<ApiType, [
|
|
335
|
-
utxoId: u64,
|
|
336
|
-
error: SpRuntimeDispatchError
|
|
337
|
-
], {
|
|
338
|
-
utxoId: u64;
|
|
339
|
-
error: SpRuntimeDispatchError;
|
|
340
|
-
}>;
|
|
341
|
-
UtxoUnwatched: AugmentedEvent<ApiType, [utxoId: u64], {
|
|
342
|
-
utxoId: u64;
|
|
343
|
-
}>;
|
|
344
|
-
UtxoVerified: AugmentedEvent<ApiType, [utxoId: u64], {
|
|
345
|
-
utxoId: u64;
|
|
346
|
-
}>;
|
|
347
|
-
UtxoVerifiedError: AugmentedEvent<ApiType, [
|
|
348
|
-
utxoId: u64,
|
|
349
|
-
error: SpRuntimeDispatchError
|
|
350
|
-
], {
|
|
351
|
-
utxoId: u64;
|
|
352
|
-
error: SpRuntimeDispatchError;
|
|
353
|
-
}>;
|
|
354
|
-
};
|
|
355
|
-
blockRewards: {
|
|
356
|
-
RewardCreated: AugmentedEvent<ApiType, [
|
|
357
|
-
rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>
|
|
358
|
-
], {
|
|
359
|
-
rewards: Vec<ArgonPrimitivesBlockSealBlockPayout>;
|
|
360
|
-
}>;
|
|
361
|
-
RewardCreateError: AugmentedEvent<ApiType, [
|
|
362
|
-
accountId: AccountId32,
|
|
363
|
-
argons: Option<u128>,
|
|
364
|
-
ownership: Option<u128>,
|
|
365
|
-
error: SpRuntimeDispatchError
|
|
366
|
-
], {
|
|
367
|
-
accountId: AccountId32;
|
|
368
|
-
argons: Option<u128>;
|
|
369
|
-
ownership: Option<u128>;
|
|
370
|
-
error: SpRuntimeDispatchError;
|
|
371
|
-
}>;
|
|
372
|
-
};
|
|
373
|
-
blockSealSpec: {
|
|
374
|
-
ComputeDifficultyAdjusted: AugmentedEvent<ApiType, [
|
|
375
|
-
expectedBlockTime: u64,
|
|
376
|
-
actualBlockTime: u64,
|
|
377
|
-
startDifficulty: u128,
|
|
378
|
-
newDifficulty: u128
|
|
379
|
-
], {
|
|
380
|
-
expectedBlockTime: u64;
|
|
381
|
-
actualBlockTime: u64;
|
|
382
|
-
startDifficulty: u128;
|
|
383
|
-
newDifficulty: u128;
|
|
384
|
-
}>;
|
|
385
|
-
VoteMinimumAdjusted: AugmentedEvent<ApiType, [
|
|
386
|
-
expectedBlockVotes: u128,
|
|
387
|
-
actualBlockVotes: u128,
|
|
388
|
-
startVoteMinimum: u128,
|
|
389
|
-
newVoteMinimum: u128
|
|
390
|
-
], {
|
|
391
|
-
expectedBlockVotes: u128;
|
|
392
|
-
actualBlockVotes: u128;
|
|
393
|
-
startVoteMinimum: u128;
|
|
394
|
-
newVoteMinimum: u128;
|
|
395
|
-
}>;
|
|
396
|
-
};
|
|
397
|
-
chainTransfer: {
|
|
398
|
-
/**
|
|
399
|
-
* A localchain transfer could not be cleaned up properly. Possible invalid transfer
|
|
400
|
-
* needing investigation.
|
|
401
|
-
**/
|
|
402
|
-
PossibleInvalidLocalchainTransferAllowed: AugmentedEvent<ApiType, [
|
|
403
|
-
transferId: u32,
|
|
404
|
-
notaryId: u32,
|
|
405
|
-
notebookNumber: u32
|
|
406
|
-
], {
|
|
407
|
-
transferId: u32;
|
|
408
|
-
notaryId: u32;
|
|
409
|
-
notebookNumber: u32;
|
|
410
|
-
}>;
|
|
411
|
-
/**
|
|
412
|
-
* Taxation failed
|
|
413
|
-
**/
|
|
414
|
-
TaxationError: AugmentedEvent<ApiType, [
|
|
415
|
-
notaryId: u32,
|
|
416
|
-
notebookNumber: u32,
|
|
417
|
-
tax: u128,
|
|
418
|
-
error: SpRuntimeDispatchError
|
|
419
|
-
], {
|
|
420
|
-
notaryId: u32;
|
|
421
|
-
notebookNumber: u32;
|
|
422
|
-
tax: u128;
|
|
423
|
-
error: SpRuntimeDispatchError;
|
|
424
|
-
}>;
|
|
425
|
-
/**
|
|
426
|
-
* Transfer from Localchain to Mainchain
|
|
427
|
-
**/
|
|
428
|
-
TransferFromLocalchain: AugmentedEvent<ApiType, [
|
|
429
|
-
accountId: AccountId32,
|
|
430
|
-
amount: u128,
|
|
431
|
-
notaryId: u32
|
|
432
|
-
], {
|
|
433
|
-
accountId: AccountId32;
|
|
434
|
-
amount: u128;
|
|
435
|
-
notaryId: u32;
|
|
436
|
-
}>;
|
|
437
|
-
/**
|
|
438
|
-
* A transfer into the mainchain failed
|
|
439
|
-
**/
|
|
440
|
-
TransferFromLocalchainError: AugmentedEvent<ApiType, [
|
|
441
|
-
accountId: AccountId32,
|
|
442
|
-
amount: u128,
|
|
443
|
-
notaryId: u32,
|
|
444
|
-
notebookNumber: u32,
|
|
445
|
-
error: SpRuntimeDispatchError
|
|
446
|
-
], {
|
|
447
|
-
accountId: AccountId32;
|
|
448
|
-
amount: u128;
|
|
449
|
-
notaryId: u32;
|
|
450
|
-
notebookNumber: u32;
|
|
451
|
-
error: SpRuntimeDispatchError;
|
|
452
|
-
}>;
|
|
453
|
-
/**
|
|
454
|
-
* Funds sent to a localchain
|
|
455
|
-
**/
|
|
456
|
-
TransferToLocalchain: AugmentedEvent<ApiType, [
|
|
457
|
-
accountId: AccountId32,
|
|
458
|
-
amount: u128,
|
|
459
|
-
transferId: u32,
|
|
460
|
-
notaryId: u32,
|
|
461
|
-
expirationTick: u64
|
|
462
|
-
], {
|
|
463
|
-
accountId: AccountId32;
|
|
464
|
-
amount: u128;
|
|
465
|
-
transferId: u32;
|
|
466
|
-
notaryId: u32;
|
|
467
|
-
expirationTick: u64;
|
|
468
|
-
}>;
|
|
469
|
-
/**
|
|
470
|
-
* Transfer to localchain expired and rolled back
|
|
471
|
-
**/
|
|
472
|
-
TransferToLocalchainExpired: AugmentedEvent<ApiType, [
|
|
473
|
-
accountId: AccountId32,
|
|
474
|
-
transferId: u32,
|
|
475
|
-
notaryId: u32
|
|
476
|
-
], {
|
|
477
|
-
accountId: AccountId32;
|
|
478
|
-
transferId: u32;
|
|
479
|
-
notaryId: u32;
|
|
480
|
-
}>;
|
|
481
|
-
/**
|
|
482
|
-
* An expired transfer to localchain failed to be refunded
|
|
483
|
-
**/
|
|
484
|
-
TransferToLocalchainRefundError: AugmentedEvent<ApiType, [
|
|
485
|
-
accountId: AccountId32,
|
|
486
|
-
transferId: u32,
|
|
487
|
-
notaryId: u32,
|
|
488
|
-
notebookNumber: u32,
|
|
489
|
-
error: SpRuntimeDispatchError
|
|
490
|
-
], {
|
|
491
|
-
accountId: AccountId32;
|
|
492
|
-
transferId: u32;
|
|
493
|
-
notaryId: u32;
|
|
494
|
-
notebookNumber: u32;
|
|
495
|
-
error: SpRuntimeDispatchError;
|
|
496
|
-
}>;
|
|
497
|
-
};
|
|
498
|
-
digests: {};
|
|
499
|
-
domains: {
|
|
500
|
-
/**
|
|
501
|
-
* A domain was expired
|
|
502
|
-
**/
|
|
503
|
-
DomainExpired: AugmentedEvent<ApiType, [
|
|
504
|
-
domainHash: H256
|
|
505
|
-
], {
|
|
506
|
-
domainHash: H256;
|
|
507
|
-
}>;
|
|
508
|
-
/**
|
|
509
|
-
* A domain was registered
|
|
510
|
-
**/
|
|
511
|
-
DomainRegistered: AugmentedEvent<ApiType, [
|
|
512
|
-
domainHash: H256,
|
|
513
|
-
registration: PalletDomainsDomainRegistration
|
|
514
|
-
], {
|
|
515
|
-
domainHash: H256;
|
|
516
|
-
registration: PalletDomainsDomainRegistration;
|
|
517
|
-
}>;
|
|
518
|
-
/**
|
|
519
|
-
* A domain registration was canceled due to a conflicting registration in the same
|
|
520
|
-
* tick
|
|
521
|
-
**/
|
|
522
|
-
DomainRegistrationCanceled: AugmentedEvent<ApiType, [
|
|
523
|
-
domainHash: H256,
|
|
524
|
-
registration: PalletDomainsDomainRegistration
|
|
525
|
-
], {
|
|
526
|
-
domainHash: H256;
|
|
527
|
-
registration: PalletDomainsDomainRegistration;
|
|
528
|
-
}>;
|
|
529
|
-
/**
|
|
530
|
-
* A domain registration failed due to an error
|
|
531
|
-
**/
|
|
532
|
-
DomainRegistrationError: AugmentedEvent<ApiType, [
|
|
533
|
-
domainHash: H256,
|
|
534
|
-
accountId: AccountId32,
|
|
535
|
-
error: SpRuntimeDispatchError
|
|
536
|
-
], {
|
|
537
|
-
domainHash: H256;
|
|
538
|
-
accountId: AccountId32;
|
|
539
|
-
error: SpRuntimeDispatchError;
|
|
540
|
-
}>;
|
|
541
|
-
/**
|
|
542
|
-
* A domain was registered
|
|
543
|
-
**/
|
|
544
|
-
DomainRenewed: AugmentedEvent<ApiType, [
|
|
545
|
-
domainHash: H256
|
|
546
|
-
], {
|
|
547
|
-
domainHash: H256;
|
|
548
|
-
}>;
|
|
549
|
-
/**
|
|
550
|
-
* A domain zone record was updated
|
|
551
|
-
**/
|
|
552
|
-
ZoneRecordUpdated: AugmentedEvent<ApiType, [
|
|
553
|
-
domainHash: H256,
|
|
554
|
-
zoneRecord: ArgonPrimitivesDomainZoneRecord
|
|
555
|
-
], {
|
|
556
|
-
domainHash: H256;
|
|
557
|
-
zoneRecord: ArgonPrimitivesDomainZoneRecord;
|
|
558
|
-
}>;
|
|
559
|
-
};
|
|
560
|
-
grandpa: {
|
|
561
|
-
/**
|
|
562
|
-
* New authority set has been applied.
|
|
563
|
-
**/
|
|
564
|
-
NewAuthorities: AugmentedEvent<ApiType, [
|
|
565
|
-
authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>
|
|
566
|
-
], {
|
|
567
|
-
authoritySet: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
568
|
-
}>;
|
|
569
|
-
/**
|
|
570
|
-
* Current authority set has been paused.
|
|
571
|
-
**/
|
|
572
|
-
Paused: AugmentedEvent<ApiType, []>;
|
|
573
|
-
/**
|
|
574
|
-
* Current authority set has been resumed.
|
|
575
|
-
**/
|
|
576
|
-
Resumed: AugmentedEvent<ApiType, []>;
|
|
577
|
-
};
|
|
578
|
-
hyperbridge: {
|
|
579
|
-
/**
|
|
580
|
-
* Hyperbridge governance has now updated it's host params on this chain.
|
|
581
|
-
**/
|
|
582
|
-
HostParamsUpdated: AugmentedEvent<ApiType, [
|
|
583
|
-
old: PalletHyperbridgeVersionedHostParams,
|
|
584
|
-
new_: PalletHyperbridgeVersionedHostParams
|
|
585
|
-
], {
|
|
586
|
-
old: PalletHyperbridgeVersionedHostParams;
|
|
587
|
-
new_: PalletHyperbridgeVersionedHostParams;
|
|
588
|
-
}>;
|
|
589
|
-
/**
|
|
590
|
-
* Hyperbridge has withdrawn it's protocol revenue
|
|
591
|
-
**/
|
|
592
|
-
ProtocolRevenueWithdrawn: AugmentedEvent<ApiType, [
|
|
593
|
-
amount: u128,
|
|
594
|
-
account: AccountId32
|
|
595
|
-
], {
|
|
596
|
-
amount: u128;
|
|
597
|
-
account: AccountId32;
|
|
598
|
-
}>;
|
|
599
|
-
/**
|
|
600
|
-
* A relayer has withdrawn some fees
|
|
601
|
-
**/
|
|
602
|
-
RelayerFeeWithdrawn: AugmentedEvent<ApiType, [
|
|
603
|
-
amount: u128,
|
|
604
|
-
account: AccountId32
|
|
605
|
-
], {
|
|
606
|
-
amount: u128;
|
|
607
|
-
account: AccountId32;
|
|
608
|
-
}>;
|
|
609
|
-
};
|
|
610
|
-
ismp: {
|
|
611
|
-
/**
|
|
612
|
-
* Indicates that a consensus client has been created
|
|
613
|
-
**/
|
|
614
|
-
ConsensusClientCreated: AugmentedEvent<ApiType, [
|
|
615
|
-
consensusClientId: U8aFixed
|
|
616
|
-
], {
|
|
617
|
-
consensusClientId: U8aFixed;
|
|
618
|
-
}>;
|
|
619
|
-
/**
|
|
620
|
-
* Indicates that a consensus client has been created
|
|
621
|
-
**/
|
|
622
|
-
ConsensusClientFrozen: AugmentedEvent<ApiType, [
|
|
623
|
-
consensusClientId: U8aFixed
|
|
624
|
-
], {
|
|
625
|
-
consensusClientId: U8aFixed;
|
|
626
|
-
}>;
|
|
627
|
-
/**
|
|
628
|
-
* Some errors handling some ismp messages
|
|
629
|
-
**/
|
|
630
|
-
Errors: AugmentedEvent<ApiType, [
|
|
631
|
-
errors: Vec<PalletIsmpErrorsHandlingError>
|
|
632
|
-
], {
|
|
633
|
-
errors: Vec<PalletIsmpErrorsHandlingError>;
|
|
634
|
-
}>;
|
|
635
|
-
/**
|
|
636
|
-
* Get Response Handled
|
|
637
|
-
**/
|
|
638
|
-
GetRequestHandled: AugmentedEvent<ApiType, [
|
|
639
|
-
IsmpEventsRequestResponseHandled
|
|
640
|
-
]>;
|
|
641
|
-
/**
|
|
642
|
-
* Get request timeout handled
|
|
643
|
-
**/
|
|
644
|
-
GetRequestTimeoutHandled: AugmentedEvent<ApiType, [
|
|
645
|
-
IsmpEventsTimeoutHandled
|
|
646
|
-
]>;
|
|
647
|
-
/**
|
|
648
|
-
* Post Request Handled
|
|
649
|
-
**/
|
|
650
|
-
PostRequestHandled: AugmentedEvent<ApiType, [
|
|
651
|
-
IsmpEventsRequestResponseHandled
|
|
652
|
-
]>;
|
|
653
|
-
/**
|
|
654
|
-
* Post request timeout handled
|
|
655
|
-
**/
|
|
656
|
-
PostRequestTimeoutHandled: AugmentedEvent<ApiType, [
|
|
657
|
-
IsmpEventsTimeoutHandled
|
|
658
|
-
]>;
|
|
659
|
-
/**
|
|
660
|
-
* Post Response Handled
|
|
661
|
-
**/
|
|
662
|
-
PostResponseHandled: AugmentedEvent<ApiType, [
|
|
663
|
-
IsmpEventsRequestResponseHandled
|
|
664
|
-
]>;
|
|
665
|
-
/**
|
|
666
|
-
* Post response timeout handled
|
|
667
|
-
**/
|
|
668
|
-
PostResponseTimeoutHandled: AugmentedEvent<ApiType, [
|
|
669
|
-
IsmpEventsTimeoutHandled
|
|
670
|
-
]>;
|
|
671
|
-
/**
|
|
672
|
-
* An Outgoing Request has been deposited
|
|
673
|
-
**/
|
|
674
|
-
Request: AugmentedEvent<ApiType, [
|
|
675
|
-
destChain: IsmpHostStateMachine,
|
|
676
|
-
sourceChain: IsmpHostStateMachine,
|
|
677
|
-
requestNonce: u64,
|
|
678
|
-
commitment: H256
|
|
679
|
-
], {
|
|
680
|
-
destChain: IsmpHostStateMachine;
|
|
681
|
-
sourceChain: IsmpHostStateMachine;
|
|
682
|
-
requestNonce: u64;
|
|
683
|
-
commitment: H256;
|
|
684
|
-
}>;
|
|
685
|
-
/**
|
|
686
|
-
* An Outgoing Response has been deposited
|
|
687
|
-
**/
|
|
688
|
-
Response: AugmentedEvent<ApiType, [
|
|
689
|
-
destChain: IsmpHostStateMachine,
|
|
690
|
-
sourceChain: IsmpHostStateMachine,
|
|
691
|
-
requestNonce: u64,
|
|
692
|
-
commitment: H256,
|
|
693
|
-
reqCommitment: H256
|
|
694
|
-
], {
|
|
695
|
-
destChain: IsmpHostStateMachine;
|
|
696
|
-
sourceChain: IsmpHostStateMachine;
|
|
697
|
-
requestNonce: u64;
|
|
698
|
-
commitment: H256;
|
|
699
|
-
reqCommitment: H256;
|
|
700
|
-
}>;
|
|
701
|
-
/**
|
|
702
|
-
* Emitted when a state commitment is vetoed by a fisherman
|
|
703
|
-
**/
|
|
704
|
-
StateCommitmentVetoed: AugmentedEvent<ApiType, [
|
|
705
|
-
height: IsmpConsensusStateMachineHeight,
|
|
706
|
-
fisherman: Bytes
|
|
707
|
-
], {
|
|
708
|
-
height: IsmpConsensusStateMachineHeight;
|
|
709
|
-
fisherman: Bytes;
|
|
710
|
-
}>;
|
|
711
|
-
/**
|
|
712
|
-
* Emitted when a state machine is successfully updated to a new height
|
|
713
|
-
**/
|
|
714
|
-
StateMachineUpdated: AugmentedEvent<ApiType, [
|
|
715
|
-
stateMachineId: IsmpConsensusStateMachineId,
|
|
716
|
-
latestHeight: u64
|
|
717
|
-
], {
|
|
718
|
-
stateMachineId: IsmpConsensusStateMachineId;
|
|
719
|
-
latestHeight: u64;
|
|
720
|
-
}>;
|
|
721
|
-
};
|
|
722
|
-
ismpGrandpa: {
|
|
723
|
-
/**
|
|
724
|
-
* State machines have been added to whitelist
|
|
725
|
-
**/
|
|
726
|
-
StateMachineAdded: AugmentedEvent<ApiType, [
|
|
727
|
-
stateMachines: Vec<IsmpHostStateMachine>
|
|
728
|
-
], {
|
|
729
|
-
stateMachines: Vec<IsmpHostStateMachine>;
|
|
730
|
-
}>;
|
|
731
|
-
/**
|
|
732
|
-
* State machines have been removed from the whitelist
|
|
733
|
-
**/
|
|
734
|
-
StateMachineRemoved: AugmentedEvent<ApiType, [
|
|
735
|
-
stateMachines: Vec<IsmpHostStateMachine>
|
|
736
|
-
], {
|
|
737
|
-
stateMachines: Vec<IsmpHostStateMachine>;
|
|
738
|
-
}>;
|
|
739
|
-
};
|
|
740
|
-
miningSlot: {
|
|
741
|
-
/**
|
|
742
|
-
* Bids are closed due to the VRF randomized function triggering
|
|
743
|
-
**/
|
|
744
|
-
MiningBidsClosed: AugmentedEvent<ApiType, [
|
|
745
|
-
cohortId: u64
|
|
746
|
-
], {
|
|
747
|
-
cohortId: u64;
|
|
748
|
-
}>;
|
|
749
|
-
MiningConfigurationUpdated: AugmentedEvent<ApiType, [
|
|
750
|
-
ticksBeforeBidEndForVrfClose: u64,
|
|
751
|
-
ticksBetweenSlots: u64,
|
|
752
|
-
slotBiddingStartAfterTicks: u64
|
|
753
|
-
], {
|
|
754
|
-
ticksBeforeBidEndForVrfClose: u64;
|
|
755
|
-
ticksBetweenSlots: u64;
|
|
756
|
-
slotBiddingStartAfterTicks: u64;
|
|
757
|
-
}>;
|
|
758
|
-
NewMiners: AugmentedEvent<ApiType, [
|
|
759
|
-
startIndex: u32,
|
|
760
|
-
newMiners: Vec<ArgonPrimitivesBlockSealMiningRegistration>,
|
|
761
|
-
releasedMiners: u32,
|
|
762
|
-
cohortId: u64
|
|
763
|
-
], {
|
|
764
|
-
startIndex: u32;
|
|
765
|
-
newMiners: Vec<ArgonPrimitivesBlockSealMiningRegistration>;
|
|
766
|
-
releasedMiners: u32;
|
|
767
|
-
cohortId: u64;
|
|
768
|
-
}>;
|
|
769
|
-
ReleaseBidError: AugmentedEvent<ApiType, [
|
|
770
|
-
accountId: AccountId32,
|
|
771
|
-
error: SpRuntimeDispatchError
|
|
772
|
-
], {
|
|
773
|
-
accountId: AccountId32;
|
|
774
|
-
error: SpRuntimeDispatchError;
|
|
775
|
-
}>;
|
|
776
|
-
ReleaseMinerSeatError: AugmentedEvent<ApiType, [
|
|
777
|
-
accountId: AccountId32,
|
|
778
|
-
error: SpRuntimeDispatchError
|
|
779
|
-
], {
|
|
780
|
-
accountId: AccountId32;
|
|
781
|
-
error: SpRuntimeDispatchError;
|
|
782
|
-
}>;
|
|
783
|
-
SlotBidderAdded: AugmentedEvent<ApiType, [
|
|
784
|
-
accountId: AccountId32,
|
|
785
|
-
bidAmount: u128,
|
|
786
|
-
index: u32
|
|
787
|
-
], {
|
|
788
|
-
accountId: AccountId32;
|
|
789
|
-
bidAmount: u128;
|
|
790
|
-
index: u32;
|
|
791
|
-
}>;
|
|
792
|
-
SlotBidderDropped: AugmentedEvent<ApiType, [
|
|
793
|
-
accountId: AccountId32,
|
|
794
|
-
preservedArgonotHold: bool
|
|
795
|
-
], {
|
|
796
|
-
accountId: AccountId32;
|
|
797
|
-
preservedArgonotHold: bool;
|
|
798
|
-
}>;
|
|
799
|
-
};
|
|
800
|
-
mint: {
|
|
801
|
-
BitcoinMint: AugmentedEvent<ApiType, [
|
|
802
|
-
accountId: AccountId32,
|
|
803
|
-
utxoId: Option<u64>,
|
|
804
|
-
amount: u128
|
|
805
|
-
], {
|
|
806
|
-
accountId: AccountId32;
|
|
807
|
-
utxoId: Option<u64>;
|
|
808
|
-
amount: u128;
|
|
809
|
-
}>;
|
|
810
|
-
MiningMint: AugmentedEvent<ApiType, [
|
|
811
|
-
amount: U256,
|
|
812
|
-
argonCpi: i128,
|
|
813
|
-
liquidity: u128
|
|
814
|
-
], {
|
|
815
|
-
amount: U256;
|
|
816
|
-
argonCpi: i128;
|
|
817
|
-
liquidity: u128;
|
|
818
|
-
}>;
|
|
819
|
-
MintError: AugmentedEvent<ApiType, [
|
|
820
|
-
mintType: PalletMintMintType,
|
|
821
|
-
accountId: AccountId32,
|
|
822
|
-
utxoId: Option<u64>,
|
|
823
|
-
amount: u128,
|
|
824
|
-
error: SpRuntimeDispatchError
|
|
825
|
-
], {
|
|
826
|
-
mintType: PalletMintMintType;
|
|
827
|
-
accountId: AccountId32;
|
|
828
|
-
utxoId: Option<u64>;
|
|
829
|
-
amount: u128;
|
|
830
|
-
error: SpRuntimeDispatchError;
|
|
831
|
-
}>;
|
|
832
|
-
};
|
|
833
|
-
multisig: {
|
|
834
|
-
/**
|
|
835
|
-
* A multisig operation has been approved by someone.
|
|
836
|
-
**/
|
|
837
|
-
MultisigApproval: AugmentedEvent<ApiType, [
|
|
838
|
-
approving: AccountId32,
|
|
839
|
-
timepoint: PalletMultisigTimepoint,
|
|
840
|
-
multisig: AccountId32,
|
|
841
|
-
callHash: U8aFixed
|
|
842
|
-
], {
|
|
843
|
-
approving: AccountId32;
|
|
844
|
-
timepoint: PalletMultisigTimepoint;
|
|
845
|
-
multisig: AccountId32;
|
|
846
|
-
callHash: U8aFixed;
|
|
847
|
-
}>;
|
|
848
|
-
/**
|
|
849
|
-
* A multisig operation has been cancelled.
|
|
850
|
-
**/
|
|
851
|
-
MultisigCancelled: AugmentedEvent<ApiType, [
|
|
852
|
-
cancelling: AccountId32,
|
|
853
|
-
timepoint: PalletMultisigTimepoint,
|
|
854
|
-
multisig: AccountId32,
|
|
855
|
-
callHash: U8aFixed
|
|
856
|
-
], {
|
|
857
|
-
cancelling: AccountId32;
|
|
858
|
-
timepoint: PalletMultisigTimepoint;
|
|
859
|
-
multisig: AccountId32;
|
|
860
|
-
callHash: U8aFixed;
|
|
861
|
-
}>;
|
|
862
|
-
/**
|
|
863
|
-
* A multisig operation has been executed.
|
|
864
|
-
**/
|
|
865
|
-
MultisigExecuted: AugmentedEvent<ApiType, [
|
|
866
|
-
approving: AccountId32,
|
|
867
|
-
timepoint: PalletMultisigTimepoint,
|
|
868
|
-
multisig: AccountId32,
|
|
869
|
-
callHash: U8aFixed,
|
|
870
|
-
result: Result<Null, SpRuntimeDispatchError>
|
|
871
|
-
], {
|
|
872
|
-
approving: AccountId32;
|
|
873
|
-
timepoint: PalletMultisigTimepoint;
|
|
874
|
-
multisig: AccountId32;
|
|
875
|
-
callHash: U8aFixed;
|
|
876
|
-
result: Result<Null, SpRuntimeDispatchError>;
|
|
877
|
-
}>;
|
|
878
|
-
/**
|
|
879
|
-
* A new multisig operation has begun.
|
|
880
|
-
**/
|
|
881
|
-
NewMultisig: AugmentedEvent<ApiType, [
|
|
882
|
-
approving: AccountId32,
|
|
883
|
-
multisig: AccountId32,
|
|
884
|
-
callHash: U8aFixed
|
|
885
|
-
], {
|
|
886
|
-
approving: AccountId32;
|
|
887
|
-
multisig: AccountId32;
|
|
888
|
-
callHash: U8aFixed;
|
|
889
|
-
}>;
|
|
890
|
-
};
|
|
891
|
-
notaries: {
|
|
892
|
-
/**
|
|
893
|
-
* A notary proposal has been accepted
|
|
894
|
-
**/
|
|
895
|
-
NotaryActivated: AugmentedEvent<ApiType, [
|
|
896
|
-
notary: ArgonPrimitivesNotaryNotaryRecord
|
|
897
|
-
], {
|
|
898
|
-
notary: ArgonPrimitivesNotaryNotaryRecord;
|
|
899
|
-
}>;
|
|
900
|
-
/**
|
|
901
|
-
* Notary metadata updated
|
|
902
|
-
**/
|
|
903
|
-
NotaryMetaUpdated: AugmentedEvent<ApiType, [
|
|
904
|
-
notaryId: u32,
|
|
905
|
-
meta: ArgonPrimitivesNotaryNotaryMeta
|
|
906
|
-
], {
|
|
907
|
-
notaryId: u32;
|
|
908
|
-
meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
909
|
-
}>;
|
|
910
|
-
/**
|
|
911
|
-
* Error updating queued notary info
|
|
912
|
-
**/
|
|
913
|
-
NotaryMetaUpdateError: AugmentedEvent<ApiType, [
|
|
914
|
-
notaryId: u32,
|
|
915
|
-
error: SpRuntimeDispatchError,
|
|
916
|
-
meta: ArgonPrimitivesNotaryNotaryMeta
|
|
917
|
-
], {
|
|
918
|
-
notaryId: u32;
|
|
919
|
-
error: SpRuntimeDispatchError;
|
|
920
|
-
meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
921
|
-
}>;
|
|
922
|
-
/**
|
|
923
|
-
* Notary metadata queued for update
|
|
924
|
-
**/
|
|
925
|
-
NotaryMetaUpdateQueued: AugmentedEvent<ApiType, [
|
|
926
|
-
notaryId: u32,
|
|
927
|
-
meta: ArgonPrimitivesNotaryNotaryMeta,
|
|
928
|
-
effectiveTick: u64
|
|
929
|
-
], {
|
|
930
|
-
notaryId: u32;
|
|
931
|
-
meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
932
|
-
effectiveTick: u64;
|
|
933
|
-
}>;
|
|
934
|
-
/**
|
|
935
|
-
* A user has proposed operating as a notary
|
|
936
|
-
**/
|
|
937
|
-
NotaryProposed: AugmentedEvent<ApiType, [
|
|
938
|
-
operatorAccount: AccountId32,
|
|
939
|
-
meta: ArgonPrimitivesNotaryNotaryMeta,
|
|
940
|
-
expires: u32
|
|
941
|
-
], {
|
|
942
|
-
operatorAccount: AccountId32;
|
|
943
|
-
meta: ArgonPrimitivesNotaryNotaryMeta;
|
|
944
|
-
expires: u32;
|
|
945
|
-
}>;
|
|
946
|
-
};
|
|
947
|
-
notebook: {
|
|
948
|
-
NotebookAuditFailure: AugmentedEvent<ApiType, [
|
|
949
|
-
notaryId: u32,
|
|
950
|
-
notebookNumber: u32,
|
|
951
|
-
notebookHash: H256,
|
|
952
|
-
firstFailureReason: ArgonNotaryAuditErrorVerifyError
|
|
953
|
-
], {
|
|
954
|
-
notaryId: u32;
|
|
955
|
-
notebookNumber: u32;
|
|
956
|
-
notebookHash: H256;
|
|
957
|
-
firstFailureReason: ArgonNotaryAuditErrorVerifyError;
|
|
958
|
-
}>;
|
|
959
|
-
NotebookReadyForReprocess: AugmentedEvent<ApiType, [
|
|
960
|
-
notaryId: u32,
|
|
961
|
-
notebookNumber: u32
|
|
962
|
-
], {
|
|
963
|
-
notaryId: u32;
|
|
964
|
-
notebookNumber: u32;
|
|
965
|
-
}>;
|
|
966
|
-
NotebookSubmitted: AugmentedEvent<ApiType, [
|
|
967
|
-
notaryId: u32,
|
|
968
|
-
notebookNumber: u32
|
|
969
|
-
], {
|
|
970
|
-
notaryId: u32;
|
|
971
|
-
notebookNumber: u32;
|
|
972
|
-
}>;
|
|
973
|
-
};
|
|
974
|
-
ownership: {
|
|
975
|
-
/**
|
|
976
|
-
* A balance was set by root.
|
|
977
|
-
**/
|
|
978
|
-
BalanceSet: AugmentedEvent<ApiType, [
|
|
979
|
-
who: AccountId32,
|
|
980
|
-
free: u128
|
|
981
|
-
], {
|
|
982
|
-
who: AccountId32;
|
|
983
|
-
free: u128;
|
|
984
|
-
}>;
|
|
985
|
-
/**
|
|
986
|
-
* Some amount was burned from an account.
|
|
987
|
-
**/
|
|
988
|
-
Burned: AugmentedEvent<ApiType, [
|
|
989
|
-
who: AccountId32,
|
|
990
|
-
amount: u128
|
|
991
|
-
], {
|
|
992
|
-
who: AccountId32;
|
|
993
|
-
amount: u128;
|
|
994
|
-
}>;
|
|
995
|
-
/**
|
|
996
|
-
* Some amount was deposited (e.g. for transaction fees).
|
|
997
|
-
**/
|
|
998
|
-
Deposit: AugmentedEvent<ApiType, [
|
|
999
|
-
who: AccountId32,
|
|
1000
|
-
amount: u128
|
|
1001
|
-
], {
|
|
1002
|
-
who: AccountId32;
|
|
1003
|
-
amount: u128;
|
|
1004
|
-
}>;
|
|
1005
|
-
/**
|
|
1006
|
-
* An account was removed whose balance was non-zero but below ExistentialDeposit,
|
|
1007
|
-
* resulting in an outright loss.
|
|
1008
|
-
**/
|
|
1009
|
-
DustLost: AugmentedEvent<ApiType, [
|
|
1010
|
-
account: AccountId32,
|
|
1011
|
-
amount: u128
|
|
1012
|
-
], {
|
|
1013
|
-
account: AccountId32;
|
|
1014
|
-
amount: u128;
|
|
1015
|
-
}>;
|
|
1016
|
-
/**
|
|
1017
|
-
* An account was created with some free balance.
|
|
1018
|
-
**/
|
|
1019
|
-
Endowed: AugmentedEvent<ApiType, [
|
|
1020
|
-
account: AccountId32,
|
|
1021
|
-
freeBalance: u128
|
|
1022
|
-
], {
|
|
1023
|
-
account: AccountId32;
|
|
1024
|
-
freeBalance: u128;
|
|
1025
|
-
}>;
|
|
1026
|
-
/**
|
|
1027
|
-
* Some balance was frozen.
|
|
1028
|
-
**/
|
|
1029
|
-
Frozen: AugmentedEvent<ApiType, [
|
|
1030
|
-
who: AccountId32,
|
|
1031
|
-
amount: u128
|
|
1032
|
-
], {
|
|
1033
|
-
who: AccountId32;
|
|
1034
|
-
amount: u128;
|
|
1035
|
-
}>;
|
|
1036
|
-
/**
|
|
1037
|
-
* Total issuance was increased by `amount`, creating a credit to be balanced.
|
|
1038
|
-
**/
|
|
1039
|
-
Issued: AugmentedEvent<ApiType, [amount: u128], {
|
|
1040
|
-
amount: u128;
|
|
1041
|
-
}>;
|
|
1042
|
-
/**
|
|
1043
|
-
* Some balance was locked.
|
|
1044
|
-
**/
|
|
1045
|
-
Locked: AugmentedEvent<ApiType, [
|
|
1046
|
-
who: AccountId32,
|
|
1047
|
-
amount: u128
|
|
1048
|
-
], {
|
|
1049
|
-
who: AccountId32;
|
|
1050
|
-
amount: u128;
|
|
1051
|
-
}>;
|
|
1052
|
-
/**
|
|
1053
|
-
* Some amount was minted into an account.
|
|
1054
|
-
**/
|
|
1055
|
-
Minted: AugmentedEvent<ApiType, [
|
|
1056
|
-
who: AccountId32,
|
|
1057
|
-
amount: u128
|
|
1058
|
-
], {
|
|
1059
|
-
who: AccountId32;
|
|
1060
|
-
amount: u128;
|
|
1061
|
-
}>;
|
|
1062
|
-
/**
|
|
1063
|
-
* Total issuance was decreased by `amount`, creating a debt to be balanced.
|
|
1064
|
-
**/
|
|
1065
|
-
Rescinded: AugmentedEvent<ApiType, [amount: u128], {
|
|
1066
|
-
amount: u128;
|
|
1067
|
-
}>;
|
|
1068
|
-
/**
|
|
1069
|
-
* Some balance was reserved (moved from free to reserved).
|
|
1070
|
-
**/
|
|
1071
|
-
Reserved: AugmentedEvent<ApiType, [
|
|
1072
|
-
who: AccountId32,
|
|
1073
|
-
amount: u128
|
|
1074
|
-
], {
|
|
1075
|
-
who: AccountId32;
|
|
1076
|
-
amount: u128;
|
|
1077
|
-
}>;
|
|
1078
|
-
/**
|
|
1079
|
-
* Some balance was moved from the reserve of the first account to the second account.
|
|
1080
|
-
* Final argument indicates the destination balance type.
|
|
1081
|
-
**/
|
|
1082
|
-
ReserveRepatriated: AugmentedEvent<ApiType, [
|
|
1083
|
-
from: AccountId32,
|
|
1084
|
-
to: AccountId32,
|
|
1085
|
-
amount: u128,
|
|
1086
|
-
destinationStatus: FrameSupportTokensMiscBalanceStatus
|
|
1087
|
-
], {
|
|
1088
|
-
from: AccountId32;
|
|
1089
|
-
to: AccountId32;
|
|
1090
|
-
amount: u128;
|
|
1091
|
-
destinationStatus: FrameSupportTokensMiscBalanceStatus;
|
|
1092
|
-
}>;
|
|
1093
|
-
/**
|
|
1094
|
-
* Some amount was restored into an account.
|
|
1095
|
-
**/
|
|
1096
|
-
Restored: AugmentedEvent<ApiType, [
|
|
1097
|
-
who: AccountId32,
|
|
1098
|
-
amount: u128
|
|
1099
|
-
], {
|
|
1100
|
-
who: AccountId32;
|
|
1101
|
-
amount: u128;
|
|
1102
|
-
}>;
|
|
1103
|
-
/**
|
|
1104
|
-
* Some amount was removed from the account (e.g. for misbehavior).
|
|
1105
|
-
**/
|
|
1106
|
-
Slashed: AugmentedEvent<ApiType, [
|
|
1107
|
-
who: AccountId32,
|
|
1108
|
-
amount: u128
|
|
1109
|
-
], {
|
|
1110
|
-
who: AccountId32;
|
|
1111
|
-
amount: u128;
|
|
1112
|
-
}>;
|
|
1113
|
-
/**
|
|
1114
|
-
* Some amount was suspended from an account (it can be restored later).
|
|
1115
|
-
**/
|
|
1116
|
-
Suspended: AugmentedEvent<ApiType, [
|
|
1117
|
-
who: AccountId32,
|
|
1118
|
-
amount: u128
|
|
1119
|
-
], {
|
|
1120
|
-
who: AccountId32;
|
|
1121
|
-
amount: u128;
|
|
1122
|
-
}>;
|
|
1123
|
-
/**
|
|
1124
|
-
* Some balance was thawed.
|
|
1125
|
-
**/
|
|
1126
|
-
Thawed: AugmentedEvent<ApiType, [
|
|
1127
|
-
who: AccountId32,
|
|
1128
|
-
amount: u128
|
|
1129
|
-
], {
|
|
1130
|
-
who: AccountId32;
|
|
1131
|
-
amount: u128;
|
|
1132
|
-
}>;
|
|
1133
|
-
/**
|
|
1134
|
-
* The `TotalIssuance` was forcefully changed.
|
|
1135
|
-
**/
|
|
1136
|
-
TotalIssuanceForced: AugmentedEvent<ApiType, [
|
|
1137
|
-
old: u128,
|
|
1138
|
-
new_: u128
|
|
1139
|
-
], {
|
|
1140
|
-
old: u128;
|
|
1141
|
-
new_: u128;
|
|
1142
|
-
}>;
|
|
1143
|
-
/**
|
|
1144
|
-
* Transfer succeeded.
|
|
1145
|
-
**/
|
|
1146
|
-
Transfer: AugmentedEvent<ApiType, [
|
|
1147
|
-
from: AccountId32,
|
|
1148
|
-
to: AccountId32,
|
|
1149
|
-
amount: u128
|
|
1150
|
-
], {
|
|
1151
|
-
from: AccountId32;
|
|
1152
|
-
to: AccountId32;
|
|
1153
|
-
amount: u128;
|
|
1154
|
-
}>;
|
|
1155
|
-
/**
|
|
1156
|
-
* Some balance was unlocked.
|
|
1157
|
-
**/
|
|
1158
|
-
Unlocked: AugmentedEvent<ApiType, [
|
|
1159
|
-
who: AccountId32,
|
|
1160
|
-
amount: u128
|
|
1161
|
-
], {
|
|
1162
|
-
who: AccountId32;
|
|
1163
|
-
amount: u128;
|
|
1164
|
-
}>;
|
|
1165
|
-
/**
|
|
1166
|
-
* Some balance was unreserved (moved from reserved to free).
|
|
1167
|
-
**/
|
|
1168
|
-
Unreserved: AugmentedEvent<ApiType, [
|
|
1169
|
-
who: AccountId32,
|
|
1170
|
-
amount: u128
|
|
1171
|
-
], {
|
|
1172
|
-
who: AccountId32;
|
|
1173
|
-
amount: u128;
|
|
1174
|
-
}>;
|
|
1175
|
-
/**
|
|
1176
|
-
* An account was upgraded.
|
|
1177
|
-
**/
|
|
1178
|
-
Upgraded: AugmentedEvent<ApiType, [
|
|
1179
|
-
who: AccountId32
|
|
1180
|
-
], {
|
|
1181
|
-
who: AccountId32;
|
|
1182
|
-
}>;
|
|
1183
|
-
/**
|
|
1184
|
-
* Some amount was withdrawn from the account (e.g. for transaction fees).
|
|
1185
|
-
**/
|
|
1186
|
-
Withdraw: AugmentedEvent<ApiType, [
|
|
1187
|
-
who: AccountId32,
|
|
1188
|
-
amount: u128
|
|
1189
|
-
], {
|
|
1190
|
-
who: AccountId32;
|
|
1191
|
-
amount: u128;
|
|
1192
|
-
}>;
|
|
1193
|
-
};
|
|
1194
|
-
priceIndex: {
|
|
1195
|
-
/**
|
|
1196
|
-
* Event emitted when a new price index is submitted
|
|
1197
|
-
**/
|
|
1198
|
-
NewIndex: AugmentedEvent<ApiType, []>;
|
|
1199
|
-
OperatorChanged: AugmentedEvent<ApiType, [
|
|
1200
|
-
operatorId: AccountId32
|
|
1201
|
-
], {
|
|
1202
|
-
operatorId: AccountId32;
|
|
1203
|
-
}>;
|
|
1204
|
-
};
|
|
1205
|
-
proxy: {
|
|
1206
|
-
/**
|
|
1207
|
-
* An announcement was placed to make a call in the future.
|
|
1208
|
-
**/
|
|
1209
|
-
Announced: AugmentedEvent<ApiType, [
|
|
1210
|
-
real: AccountId32,
|
|
1211
|
-
proxy: AccountId32,
|
|
1212
|
-
callHash: H256
|
|
1213
|
-
], {
|
|
1214
|
-
real: AccountId32;
|
|
1215
|
-
proxy: AccountId32;
|
|
1216
|
-
callHash: H256;
|
|
1217
|
-
}>;
|
|
1218
|
-
/**
|
|
1219
|
-
* A proxy was added.
|
|
1220
|
-
**/
|
|
1221
|
-
ProxyAdded: AugmentedEvent<ApiType, [
|
|
1222
|
-
delegator: AccountId32,
|
|
1223
|
-
delegatee: AccountId32,
|
|
1224
|
-
proxyType: ArgonRuntimeProxyType,
|
|
1225
|
-
delay: u32
|
|
1226
|
-
], {
|
|
1227
|
-
delegator: AccountId32;
|
|
1228
|
-
delegatee: AccountId32;
|
|
1229
|
-
proxyType: ArgonRuntimeProxyType;
|
|
1230
|
-
delay: u32;
|
|
1231
|
-
}>;
|
|
1232
|
-
/**
|
|
1233
|
-
* A proxy was executed correctly, with the given.
|
|
1234
|
-
**/
|
|
1235
|
-
ProxyExecuted: AugmentedEvent<ApiType, [
|
|
1236
|
-
result: Result<Null, SpRuntimeDispatchError>
|
|
1237
|
-
], {
|
|
1238
|
-
result: Result<Null, SpRuntimeDispatchError>;
|
|
1239
|
-
}>;
|
|
1240
|
-
/**
|
|
1241
|
-
* A proxy was removed.
|
|
1242
|
-
**/
|
|
1243
|
-
ProxyRemoved: AugmentedEvent<ApiType, [
|
|
1244
|
-
delegator: AccountId32,
|
|
1245
|
-
delegatee: AccountId32,
|
|
1246
|
-
proxyType: ArgonRuntimeProxyType,
|
|
1247
|
-
delay: u32
|
|
1248
|
-
], {
|
|
1249
|
-
delegator: AccountId32;
|
|
1250
|
-
delegatee: AccountId32;
|
|
1251
|
-
proxyType: ArgonRuntimeProxyType;
|
|
1252
|
-
delay: u32;
|
|
1253
|
-
}>;
|
|
1254
|
-
/**
|
|
1255
|
-
* A pure account has been created by new proxy with given
|
|
1256
|
-
* disambiguation index and proxy type.
|
|
1257
|
-
**/
|
|
1258
|
-
PureCreated: AugmentedEvent<ApiType, [
|
|
1259
|
-
pure: AccountId32,
|
|
1260
|
-
who: AccountId32,
|
|
1261
|
-
proxyType: ArgonRuntimeProxyType,
|
|
1262
|
-
disambiguationIndex: u16
|
|
1263
|
-
], {
|
|
1264
|
-
pure: AccountId32;
|
|
1265
|
-
who: AccountId32;
|
|
1266
|
-
proxyType: ArgonRuntimeProxyType;
|
|
1267
|
-
disambiguationIndex: u16;
|
|
1268
|
-
}>;
|
|
1269
|
-
};
|
|
1270
|
-
sudo: {
|
|
1271
|
-
/**
|
|
1272
|
-
* The sudo key has been updated.
|
|
1273
|
-
**/
|
|
1274
|
-
KeyChanged: AugmentedEvent<ApiType, [
|
|
1275
|
-
old: Option<AccountId32>,
|
|
1276
|
-
new_: AccountId32
|
|
1277
|
-
], {
|
|
1278
|
-
old: Option<AccountId32>;
|
|
1279
|
-
new_: AccountId32;
|
|
1280
|
-
}>;
|
|
1281
|
-
/**
|
|
1282
|
-
* The key was permanently removed.
|
|
1283
|
-
**/
|
|
1284
|
-
KeyRemoved: AugmentedEvent<ApiType, []>;
|
|
1285
|
-
/**
|
|
1286
|
-
* A sudo call just took place.
|
|
1287
|
-
**/
|
|
1288
|
-
Sudid: AugmentedEvent<ApiType, [
|
|
1289
|
-
sudoResult: Result<Null, SpRuntimeDispatchError>
|
|
1290
|
-
], {
|
|
1291
|
-
sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
1292
|
-
}>;
|
|
1293
|
-
/**
|
|
1294
|
-
* A [sudo_as](Pallet::sudo_as) call just took place.
|
|
1295
|
-
**/
|
|
1296
|
-
SudoAsDone: AugmentedEvent<ApiType, [
|
|
1297
|
-
sudoResult: Result<Null, SpRuntimeDispatchError>
|
|
1298
|
-
], {
|
|
1299
|
-
sudoResult: Result<Null, SpRuntimeDispatchError>;
|
|
1300
|
-
}>;
|
|
1301
|
-
};
|
|
1302
|
-
system: {
|
|
1303
|
-
/**
|
|
1304
|
-
* `:code` was updated.
|
|
1305
|
-
**/
|
|
1306
|
-
CodeUpdated: AugmentedEvent<ApiType, []>;
|
|
1307
|
-
/**
|
|
1308
|
-
* An extrinsic failed.
|
|
1309
|
-
**/
|
|
1310
|
-
ExtrinsicFailed: AugmentedEvent<ApiType, [
|
|
1311
|
-
dispatchError: SpRuntimeDispatchError,
|
|
1312
|
-
dispatchInfo: FrameSupportDispatchDispatchInfo
|
|
1313
|
-
], {
|
|
1314
|
-
dispatchError: SpRuntimeDispatchError;
|
|
1315
|
-
dispatchInfo: FrameSupportDispatchDispatchInfo;
|
|
1316
|
-
}>;
|
|
1317
|
-
/**
|
|
1318
|
-
* An extrinsic completed successfully.
|
|
1319
|
-
**/
|
|
1320
|
-
ExtrinsicSuccess: AugmentedEvent<ApiType, [
|
|
1321
|
-
dispatchInfo: FrameSupportDispatchDispatchInfo
|
|
1322
|
-
], {
|
|
1323
|
-
dispatchInfo: FrameSupportDispatchDispatchInfo;
|
|
1324
|
-
}>;
|
|
1325
|
-
/**
|
|
1326
|
-
* An account was reaped.
|
|
1327
|
-
**/
|
|
1328
|
-
KilledAccount: AugmentedEvent<ApiType, [
|
|
1329
|
-
account: AccountId32
|
|
1330
|
-
], {
|
|
1331
|
-
account: AccountId32;
|
|
1332
|
-
}>;
|
|
1333
|
-
/**
|
|
1334
|
-
* A new account was created.
|
|
1335
|
-
**/
|
|
1336
|
-
NewAccount: AugmentedEvent<ApiType, [
|
|
1337
|
-
account: AccountId32
|
|
1338
|
-
], {
|
|
1339
|
-
account: AccountId32;
|
|
1340
|
-
}>;
|
|
1341
|
-
/**
|
|
1342
|
-
* On on-chain remark happened.
|
|
1343
|
-
**/
|
|
1344
|
-
Remarked: AugmentedEvent<ApiType, [
|
|
1345
|
-
sender: AccountId32,
|
|
1346
|
-
hash_: H256
|
|
1347
|
-
], {
|
|
1348
|
-
sender: AccountId32;
|
|
1349
|
-
hash_: H256;
|
|
1350
|
-
}>;
|
|
1351
|
-
/**
|
|
1352
|
-
* An upgrade was authorized.
|
|
1353
|
-
**/
|
|
1354
|
-
UpgradeAuthorized: AugmentedEvent<ApiType, [
|
|
1355
|
-
codeHash: H256,
|
|
1356
|
-
checkVersion: bool
|
|
1357
|
-
], {
|
|
1358
|
-
codeHash: H256;
|
|
1359
|
-
checkVersion: bool;
|
|
1360
|
-
}>;
|
|
1361
|
-
};
|
|
1362
|
-
tokenGateway: {
|
|
1363
|
-
/**
|
|
1364
|
-
* An asset has been received and transferred to the beneficiary's account
|
|
1365
|
-
**/
|
|
1366
|
-
AssetReceived: AugmentedEvent<ApiType, [
|
|
1367
|
-
beneficiary: AccountId32,
|
|
1368
|
-
amount: u128,
|
|
1369
|
-
source: IsmpHostStateMachine
|
|
1370
|
-
], {
|
|
1371
|
-
beneficiary: AccountId32;
|
|
1372
|
-
amount: u128;
|
|
1373
|
-
source: IsmpHostStateMachine;
|
|
1374
|
-
}>;
|
|
1375
|
-
/**
|
|
1376
|
-
* An asset has been refunded and transferred to the beneficiary's account
|
|
1377
|
-
**/
|
|
1378
|
-
AssetRefunded: AugmentedEvent<ApiType, [
|
|
1379
|
-
beneficiary: AccountId32,
|
|
1380
|
-
amount: u128,
|
|
1381
|
-
source: IsmpHostStateMachine
|
|
1382
|
-
], {
|
|
1383
|
-
beneficiary: AccountId32;
|
|
1384
|
-
amount: u128;
|
|
1385
|
-
source: IsmpHostStateMachine;
|
|
1386
|
-
}>;
|
|
1387
|
-
/**
|
|
1388
|
-
* An asset has been teleported
|
|
1389
|
-
**/
|
|
1390
|
-
AssetTeleported: AugmentedEvent<ApiType, [
|
|
1391
|
-
from: AccountId32,
|
|
1392
|
-
to: H256,
|
|
1393
|
-
amount: u128,
|
|
1394
|
-
dest: IsmpHostStateMachine,
|
|
1395
|
-
commitment: H256
|
|
1396
|
-
], {
|
|
1397
|
-
from: AccountId32;
|
|
1398
|
-
to: H256;
|
|
1399
|
-
amount: u128;
|
|
1400
|
-
dest: IsmpHostStateMachine;
|
|
1401
|
-
commitment: H256;
|
|
1402
|
-
}>;
|
|
1403
|
-
/**
|
|
1404
|
-
* ERC6160 asset creation request dispatched to hyperbridge
|
|
1405
|
-
**/
|
|
1406
|
-
ERC6160AssetRegistrationDispatched: AugmentedEvent<ApiType, [
|
|
1407
|
-
commitment: H256
|
|
1408
|
-
], {
|
|
1409
|
-
commitment: H256;
|
|
1410
|
-
}>;
|
|
1411
|
-
};
|
|
1412
|
-
transactionPayment: {
|
|
1413
|
-
/**
|
|
1414
|
-
* A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee,
|
|
1415
|
-
* has been paid by `who`.
|
|
1416
|
-
**/
|
|
1417
|
-
TransactionFeePaid: AugmentedEvent<ApiType, [
|
|
1418
|
-
who: AccountId32,
|
|
1419
|
-
actualFee: u128,
|
|
1420
|
-
tip: u128
|
|
1421
|
-
], {
|
|
1422
|
-
who: AccountId32;
|
|
1423
|
-
actualFee: u128;
|
|
1424
|
-
tip: u128;
|
|
1425
|
-
}>;
|
|
1426
|
-
};
|
|
1427
|
-
txPause: {
|
|
1428
|
-
/**
|
|
1429
|
-
* This pallet, or a specific call is now paused.
|
|
1430
|
-
**/
|
|
1431
|
-
CallPaused: AugmentedEvent<ApiType, [
|
|
1432
|
-
fullName: ITuple<[Bytes, Bytes]>
|
|
1433
|
-
], {
|
|
1434
|
-
fullName: ITuple<[Bytes, Bytes]>;
|
|
1435
|
-
}>;
|
|
1436
|
-
/**
|
|
1437
|
-
* This pallet, or a specific call is now unpaused.
|
|
1438
|
-
**/
|
|
1439
|
-
CallUnpaused: AugmentedEvent<ApiType, [
|
|
1440
|
-
fullName: ITuple<[Bytes, Bytes]>
|
|
1441
|
-
], {
|
|
1442
|
-
fullName: ITuple<[Bytes, Bytes]>;
|
|
1443
|
-
}>;
|
|
1444
|
-
};
|
|
1445
|
-
utility: {
|
|
1446
|
-
/**
|
|
1447
|
-
* Batch of dispatches completed fully with no error.
|
|
1448
|
-
**/
|
|
1449
|
-
BatchCompleted: AugmentedEvent<ApiType, []>;
|
|
1450
|
-
/**
|
|
1451
|
-
* Batch of dispatches completed but has errors.
|
|
1452
|
-
**/
|
|
1453
|
-
BatchCompletedWithErrors: AugmentedEvent<ApiType, []>;
|
|
1454
|
-
/**
|
|
1455
|
-
* Batch of dispatches did not complete fully. Index of first failing dispatch given, as
|
|
1456
|
-
* well as the error.
|
|
1457
|
-
**/
|
|
1458
|
-
BatchInterrupted: AugmentedEvent<ApiType, [
|
|
1459
|
-
index: u32,
|
|
1460
|
-
error: SpRuntimeDispatchError
|
|
1461
|
-
], {
|
|
1462
|
-
index: u32;
|
|
1463
|
-
error: SpRuntimeDispatchError;
|
|
1464
|
-
}>;
|
|
1465
|
-
/**
|
|
1466
|
-
* A call was dispatched.
|
|
1467
|
-
**/
|
|
1468
|
-
DispatchedAs: AugmentedEvent<ApiType, [
|
|
1469
|
-
result: Result<Null, SpRuntimeDispatchError>
|
|
1470
|
-
], {
|
|
1471
|
-
result: Result<Null, SpRuntimeDispatchError>;
|
|
1472
|
-
}>;
|
|
1473
|
-
/**
|
|
1474
|
-
* A single item within a Batch of dispatches has completed with no error.
|
|
1475
|
-
**/
|
|
1476
|
-
ItemCompleted: AugmentedEvent<ApiType, []>;
|
|
1477
|
-
/**
|
|
1478
|
-
* A single item within a Batch of dispatches has completed with error.
|
|
1479
|
-
**/
|
|
1480
|
-
ItemFailed: AugmentedEvent<ApiType, [
|
|
1481
|
-
error: SpRuntimeDispatchError
|
|
1482
|
-
], {
|
|
1483
|
-
error: SpRuntimeDispatchError;
|
|
1484
|
-
}>;
|
|
1485
|
-
};
|
|
1486
|
-
vaults: {
|
|
1487
|
-
/**
|
|
1488
|
-
* Funds fro the active bid pool have been distributed
|
|
1489
|
-
**/
|
|
1490
|
-
BidPoolDistributed: AugmentedEvent<ApiType, [
|
|
1491
|
-
cohortId: u64,
|
|
1492
|
-
bidPoolDistributed: u128,
|
|
1493
|
-
bidPoolBurned: u128,
|
|
1494
|
-
bidPoolEntrants: u32
|
|
1495
|
-
], {
|
|
1496
|
-
cohortId: u64;
|
|
1497
|
-
bidPoolDistributed: u128;
|
|
1498
|
-
bidPoolBurned: u128;
|
|
1499
|
-
bidPoolEntrants: u32;
|
|
1500
|
-
}>;
|
|
1501
|
-
/**
|
|
1502
|
-
* An error occurred allocating the next bid pool
|
|
1503
|
-
**/
|
|
1504
|
-
CouldNotAllocateNextBidPool: AugmentedEvent<ApiType, [
|
|
1505
|
-
cohortId: u64,
|
|
1506
|
-
dispatchError: SpRuntimeDispatchError
|
|
1507
|
-
], {
|
|
1508
|
-
cohortId: u64;
|
|
1509
|
-
dispatchError: SpRuntimeDispatchError;
|
|
1510
|
-
}>;
|
|
1511
|
-
/**
|
|
1512
|
-
* An error occurred burning from the bid pool
|
|
1513
|
-
**/
|
|
1514
|
-
CouldNotBurnBidPool: AugmentedEvent<ApiType, [
|
|
1515
|
-
cohortId: u64,
|
|
1516
|
-
amount: u128,
|
|
1517
|
-
dispatchError: SpRuntimeDispatchError
|
|
1518
|
-
], {
|
|
1519
|
-
cohortId: u64;
|
|
1520
|
-
amount: u128;
|
|
1521
|
-
dispatchError: SpRuntimeDispatchError;
|
|
1522
|
-
}>;
|
|
1523
|
-
/**
|
|
1524
|
-
* An error occurred distributing a bid pool
|
|
1525
|
-
**/
|
|
1526
|
-
CouldNotDistributeBidPool: AugmentedEvent<ApiType, [
|
|
1527
|
-
cohortId: u64,
|
|
1528
|
-
vaultId: u32,
|
|
1529
|
-
amount: u128,
|
|
1530
|
-
dispatchError: SpRuntimeDispatchError
|
|
1531
|
-
], {
|
|
1532
|
-
cohortId: u64;
|
|
1533
|
-
vaultId: u32;
|
|
1534
|
-
amount: u128;
|
|
1535
|
-
dispatchError: SpRuntimeDispatchError;
|
|
1536
|
-
}>;
|
|
1537
|
-
/**
|
|
1538
|
-
* The next bid pool has been allocated
|
|
1539
|
-
**/
|
|
1540
|
-
NextBidPoolAllocated: AugmentedEvent<ApiType, [
|
|
1541
|
-
bondedBitcoinPool: u128,
|
|
1542
|
-
bidPoolEntrants: u32
|
|
1543
|
-
], {
|
|
1544
|
-
bondedBitcoinPool: u128;
|
|
1545
|
-
bidPoolEntrants: u32;
|
|
1546
|
-
}>;
|
|
1547
|
-
/**
|
|
1548
|
-
* An error occurred releasing a base fee hold
|
|
1549
|
-
**/
|
|
1550
|
-
ObligationBaseFeeMaturationError: AugmentedEvent<ApiType, [
|
|
1551
|
-
obligationId: u64,
|
|
1552
|
-
baseFee: u128,
|
|
1553
|
-
vaultId: u32,
|
|
1554
|
-
error: SpRuntimeDispatchError
|
|
1555
|
-
], {
|
|
1556
|
-
obligationId: u64;
|
|
1557
|
-
baseFee: u128;
|
|
1558
|
-
vaultId: u32;
|
|
1559
|
-
error: SpRuntimeDispatchError;
|
|
1560
|
-
}>;
|
|
1561
|
-
ObligationCanceled: AugmentedEvent<ApiType, [
|
|
1562
|
-
vaultId: u32,
|
|
1563
|
-
obligationId: u64,
|
|
1564
|
-
beneficiary: AccountId32,
|
|
1565
|
-
fundType: ArgonPrimitivesVaultFundType,
|
|
1566
|
-
returnedFee: u128
|
|
1567
|
-
], {
|
|
1568
|
-
vaultId: u32;
|
|
1569
|
-
obligationId: u64;
|
|
1570
|
-
beneficiary: AccountId32;
|
|
1571
|
-
fundType: ArgonPrimitivesVaultFundType;
|
|
1572
|
-
returnedFee: u128;
|
|
1573
|
-
}>;
|
|
1574
|
-
ObligationCompleted: AugmentedEvent<ApiType, [
|
|
1575
|
-
vaultId: u32,
|
|
1576
|
-
obligationId: u64,
|
|
1577
|
-
returnedFee: u128,
|
|
1578
|
-
releasedFee: u128
|
|
1579
|
-
], {
|
|
1580
|
-
vaultId: u32;
|
|
1581
|
-
obligationId: u64;
|
|
1582
|
-
returnedFee: u128;
|
|
1583
|
-
releasedFee: u128;
|
|
1584
|
-
}>;
|
|
1585
|
-
/**
|
|
1586
|
-
* An error occurred while completing an obligation
|
|
1587
|
-
**/
|
|
1588
|
-
ObligationCompletionError: AugmentedEvent<ApiType, [
|
|
1589
|
-
obligationId: u64,
|
|
1590
|
-
error: SpRuntimeDispatchError
|
|
1591
|
-
], {
|
|
1592
|
-
obligationId: u64;
|
|
1593
|
-
error: SpRuntimeDispatchError;
|
|
1594
|
-
}>;
|
|
1595
|
-
ObligationCreated: AugmentedEvent<ApiType, [
|
|
1596
|
-
vaultId: u32,
|
|
1597
|
-
obligationId: u64,
|
|
1598
|
-
fundType: ArgonPrimitivesVaultFundType,
|
|
1599
|
-
beneficiary: AccountId32,
|
|
1600
|
-
amount: u128,
|
|
1601
|
-
expiration: ArgonPrimitivesVaultObligationExpiration
|
|
1602
|
-
], {
|
|
1603
|
-
vaultId: u32;
|
|
1604
|
-
obligationId: u64;
|
|
1605
|
-
fundType: ArgonPrimitivesVaultFundType;
|
|
1606
|
-
beneficiary: AccountId32;
|
|
1607
|
-
amount: u128;
|
|
1608
|
-
expiration: ArgonPrimitivesVaultObligationExpiration;
|
|
1609
|
-
}>;
|
|
1610
|
-
ObligationModified: AugmentedEvent<ApiType, [
|
|
1611
|
-
vaultId: u32,
|
|
1612
|
-
obligationId: u64,
|
|
1613
|
-
amount: u128
|
|
1614
|
-
], {
|
|
1615
|
-
vaultId: u32;
|
|
1616
|
-
obligationId: u64;
|
|
1617
|
-
amount: u128;
|
|
1618
|
-
}>;
|
|
1619
|
-
VaultBitcoinXpubChange: AugmentedEvent<ApiType, [
|
|
1620
|
-
vaultId: u32
|
|
1621
|
-
], {
|
|
1622
|
-
vaultId: u32;
|
|
1623
|
-
}>;
|
|
1624
|
-
VaultClosed: AugmentedEvent<ApiType, [
|
|
1625
|
-
vaultId: u32,
|
|
1626
|
-
lockedBitcoinAmountStillReserved: u128,
|
|
1627
|
-
bondedBitcoinAmountStillReserved: u128,
|
|
1628
|
-
securitizationStillReserved: u128
|
|
1629
|
-
], {
|
|
1630
|
-
vaultId: u32;
|
|
1631
|
-
lockedBitcoinAmountStillReserved: u128;
|
|
1632
|
-
bondedBitcoinAmountStillReserved: u128;
|
|
1633
|
-
securitizationStillReserved: u128;
|
|
1634
|
-
}>;
|
|
1635
|
-
VaultCreated: AugmentedEvent<ApiType, [
|
|
1636
|
-
vaultId: u32,
|
|
1637
|
-
lockedBitcoinArgons: u128,
|
|
1638
|
-
bondedBitcoinArgons: u128,
|
|
1639
|
-
addedSecuritizationPercent: u128,
|
|
1640
|
-
operatorAccountId: AccountId32,
|
|
1641
|
-
activationTick: u64
|
|
1642
|
-
], {
|
|
1643
|
-
vaultId: u32;
|
|
1644
|
-
lockedBitcoinArgons: u128;
|
|
1645
|
-
bondedBitcoinArgons: u128;
|
|
1646
|
-
addedSecuritizationPercent: u128;
|
|
1647
|
-
operatorAccountId: AccountId32;
|
|
1648
|
-
activationTick: u64;
|
|
1649
|
-
}>;
|
|
1650
|
-
VaultModified: AugmentedEvent<ApiType, [
|
|
1651
|
-
vaultId: u32,
|
|
1652
|
-
lockedBitcoinArgons: u128,
|
|
1653
|
-
bondedBitcoinArgons: u128,
|
|
1654
|
-
addedSecuritizationPercent: u128
|
|
1655
|
-
], {
|
|
1656
|
-
vaultId: u32;
|
|
1657
|
-
lockedBitcoinArgons: u128;
|
|
1658
|
-
bondedBitcoinArgons: u128;
|
|
1659
|
-
addedSecuritizationPercent: u128;
|
|
1660
|
-
}>;
|
|
1661
|
-
VaultTermsChanged: AugmentedEvent<ApiType, [
|
|
1662
|
-
vaultId: u32
|
|
1663
|
-
], {
|
|
1664
|
-
vaultId: u32;
|
|
1665
|
-
}>;
|
|
1666
|
-
VaultTermsChangeScheduled: AugmentedEvent<ApiType, [
|
|
1667
|
-
vaultId: u32,
|
|
1668
|
-
changeTick: u64
|
|
1669
|
-
], {
|
|
1670
|
-
vaultId: u32;
|
|
1671
|
-
changeTick: u64;
|
|
1672
|
-
}>;
|
|
1673
|
-
};
|
|
1674
|
-
}
|
|
1675
|
-
}
|