@waves/node-api-js 1.2.5-beta.2 → 1.2.5-beta.6

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.
Files changed (64) hide show
  1. package/cjs/api-node/assets/index.d.ts +0 -1
  2. package/cjs/api-node/assets/index.js +1 -5
  3. package/cjs/api-node/assets/index.js.map +1 -1
  4. package/cjs/api-node/eth/index.d.ts +3 -0
  5. package/cjs/api-node/eth/index.js +15 -0
  6. package/cjs/api-node/eth/index.js.map +1 -0
  7. package/cjs/create.d.ts +1088 -0
  8. package/cjs/create.js +119 -0
  9. package/cjs/create.js.map +1 -0
  10. package/cjs/index.d.ts +5 -1087
  11. package/cjs/index.js +6 -111
  12. package/cjs/index.js.map +1 -1
  13. package/cjs/tools/adresses/ethTxId2waves.d.ts +1 -0
  14. package/cjs/tools/adresses/ethTxId2waves.js +8 -0
  15. package/cjs/tools/adresses/ethTxId2waves.js.map +1 -0
  16. package/cjs/tools/assets/wavesAsset2eth.js +1 -1
  17. package/cjs/tools/assets/wavesAsset2eth.js.map +1 -1
  18. package/cjs/tools/query.js +2 -1
  19. package/cjs/tools/query.js.map +1 -1
  20. package/cjs/tools/transactions/ethTxId2waves.d.ts +1 -0
  21. package/cjs/tools/transactions/ethTxId2waves.js +8 -0
  22. package/cjs/tools/transactions/ethTxId2waves.js.map +1 -0
  23. package/dist/node-api.js +91 -21
  24. package/dist/node-api.min.js +5 -5
  25. package/es/api-node/assets/index.d.ts +0 -1
  26. package/es/api-node/assets/index.js +0 -3
  27. package/es/api-node/assets/index.js.map +1 -1
  28. package/es/api-node/eth/index.d.ts +3 -0
  29. package/es/api-node/eth/index.js +8 -0
  30. package/es/api-node/eth/index.js.map +1 -0
  31. package/es/create.d.ts +1088 -0
  32. package/es/create.js +93 -0
  33. package/es/create.js.map +1 -0
  34. package/es/index.d.ts +5 -1087
  35. package/es/index.js +5 -91
  36. package/es/index.js.map +1 -1
  37. package/es/tools/adresses/eth2waves.js +16 -19
  38. package/es/tools/adresses/eth2waves.js.map +1 -1
  39. package/es/tools/adresses/ethTxId2waves.d.ts +1 -0
  40. package/es/tools/adresses/ethTxId2waves.js +5 -0
  41. package/es/tools/adresses/ethTxId2waves.js.map +1 -0
  42. package/es/tools/assets/wavesAsset2eth.js +1 -1
  43. package/es/tools/assets/wavesAsset2eth.js.map +1 -1
  44. package/es/tools/query.js +2 -1
  45. package/es/tools/query.js.map +1 -1
  46. package/es/tools/transactions/ethTxId2waves.d.ts +1 -0
  47. package/es/tools/transactions/ethTxId2waves.js +5 -0
  48. package/es/tools/transactions/ethTxId2waves.js.map +1 -0
  49. package/package.json +1 -1
  50. package/cjs/tools/adresses/eth2waves.d.ts +0 -1
  51. package/cjs/tools/adresses/eth2waves.js +0 -38
  52. package/cjs/tools/adresses/eth2waves.js.map +0 -1
  53. package/cjs/tools/adresses/waves2eth.d.ts +0 -1
  54. package/cjs/tools/adresses/waves2eth.js +0 -10
  55. package/cjs/tools/adresses/waves2eth.js.map +0 -1
  56. package/cjs/tools/assets/convertWaves2Eth.d.ts +0 -1
  57. package/cjs/tools/assets/convertWaves2Eth.js +0 -10
  58. package/cjs/tools/assets/convertWaves2Eth.js.map +0 -1
  59. package/es/tools/adresses/waves2eth.d.ts +0 -1
  60. package/es/tools/adresses/waves2eth.js +0 -7
  61. package/es/tools/adresses/waves2eth.js.map +0 -1
  62. package/es/tools/assets/convertWaves2Eth.d.ts +0 -1
  63. package/es/tools/assets/convertWaves2Eth.js +0 -7
  64. package/es/tools/assets/convertWaves2Eth.js.map +0 -1
@@ -0,0 +1,1088 @@
1
+ import * as addressesModule from './api-node/addresses';
2
+ import * as blocksModule from './api-node/blocks';
3
+ import * as transactionsModule from './api-node/transactions';
4
+ import * as leasingModule from './api-node/leasing';
5
+ import * as peersModule from './api-node/peers';
6
+ import * as rewardsModule from './api-node/rewards';
7
+ import * as utilsModule from './api-node/utils';
8
+ import * as debugModule from './api-node/debug';
9
+ import * as aliasModule from './api-node/alias';
10
+ import * as consensusModule from './api-node/consensus';
11
+ import * as activationModule from './api-node/activation';
12
+ import * as nodeModule from './api-node/node';
13
+ import * as assetsModule from './api-node/assets';
14
+ import * as ethModule from './api-node/eth';
15
+ import query from './tools/query';
16
+ import resolve from './tools/resolve';
17
+ import request from './tools/request';
18
+ import { IOptions, TMap, TMapTuple } from './tools/transactions/broadcast';
19
+ import getAssetIdListByTx from './tools/adresses/getAssetIdListByTx';
20
+ import parse from './tools/parse';
21
+ import * as toolsUtilsModule from './tools/utils';
22
+ import { Transaction, TransactionMap, WithApiMixin } from '@waves/ts-types';
23
+ import { TLong } from './interface';
24
+ declare function broadcastWrapped<T extends Array<Transaction<TLong>>>(list: T, options?: Partial<IOptions>): Promise<TMapTuple<T, TransactionMap<TLong>, 'type'> & WithApiMixin>;
25
+ declare function broadcastWrapped<T extends Transaction<TLong>>(tx: T, options?: Partial<IOptions>): Promise<TMap<TransactionMap<TLong>, T['type'] & WithApiMixin>>;
26
+ declare type TWrapRecord<T extends Record<string, (base: string, ...args: Array<any>) => any>> = {
27
+ [Key in keyof T]: TWrapApi<T[Key]>;
28
+ };
29
+ declare type TWrapApi<T extends (base: string, ...args: Array<any>) => any> = T extends (base: string, ...args: infer NEXT) => any ? (...args: NEXT) => ReturnType<T> : never;
30
+ export declare function create(base: string): {
31
+ addresses: TWrapRecord<typeof addressesModule>;
32
+ blocks: TWrapRecord<typeof blocksModule>;
33
+ transactions: TWrapRecord<typeof transactionsModule>;
34
+ leasing: TWrapRecord<typeof leasingModule>;
35
+ tools: {
36
+ transactions: {
37
+ broadcast: typeof broadcastWrapped;
38
+ wait: (tx: (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
39
+ version: 1;
40
+ } & import("@waves/ts-types").WithId & {
41
+ sender: string;
42
+ height: number;
43
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
44
+ version: 2;
45
+ } & import("@waves/ts-types").WithId & {
46
+ sender: string;
47
+ height: number;
48
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
49
+ version: 3;
50
+ } & import("@waves/ts-types").WithId & {
51
+ sender: string;
52
+ height: number;
53
+ }) | (import("@waves/ts-types").GenesisTransactionFields<import("@waves/ts-types").Long> & {
54
+ type: 1;
55
+ chainId: number;
56
+ timestamp: number;
57
+ fee: import("@waves/ts-types").Long;
58
+ } & {
59
+ version: 1;
60
+ } & import("@waves/ts-types").WithId & {
61
+ sender: string;
62
+ height: number;
63
+ }) | (import("@waves/ts-types").PaymentTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 2> & {
64
+ version: 1;
65
+ } & import("@waves/ts-types").WithId & {
66
+ sender: string;
67
+ height: number;
68
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
69
+ version: 1;
70
+ } & import("@waves/ts-types").WithId & {
71
+ sender: string;
72
+ height: number;
73
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
74
+ version: 2;
75
+ } & import("@waves/ts-types").WithId & {
76
+ sender: string;
77
+ height: number;
78
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
79
+ feeAssetId: string | null;
80
+ } & {
81
+ version: 3;
82
+ } & import("@waves/ts-types").WithId & {
83
+ sender: string;
84
+ height: number;
85
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
86
+ version: 1;
87
+ } & import("@waves/ts-types").WithId & {
88
+ sender: string;
89
+ height: number;
90
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
91
+ version: 2;
92
+ } & import("@waves/ts-types").WithId & {
93
+ sender: string;
94
+ height: number;
95
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
96
+ version: 3;
97
+ } & import("@waves/ts-types").WithId & {
98
+ sender: string;
99
+ height: number;
100
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
101
+ version: 1;
102
+ } & import("@waves/ts-types").WithId & {
103
+ sender: string;
104
+ height: number;
105
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
106
+ version: 2;
107
+ } & import("@waves/ts-types").WithId & {
108
+ sender: string;
109
+ height: number;
110
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
111
+ version: 3;
112
+ } & import("@waves/ts-types").WithId & {
113
+ sender: string;
114
+ height: number;
115
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
116
+ version: 1;
117
+ } & import("@waves/ts-types").WithId & {
118
+ sender: string;
119
+ height: number;
120
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
121
+ version: 2;
122
+ } & import("@waves/ts-types").WithId & {
123
+ sender: string;
124
+ height: number;
125
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
126
+ version: 3;
127
+ } & import("@waves/ts-types").WithId & {
128
+ sender: string;
129
+ height: number;
130
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
131
+ version: 1;
132
+ } & import("@waves/ts-types").WithId & {
133
+ sender: string;
134
+ height: number;
135
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
136
+ version: 2;
137
+ } & import("@waves/ts-types").WithId & {
138
+ sender: string;
139
+ height: number;
140
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
141
+ version: 3;
142
+ } & import("@waves/ts-types").WithId & {
143
+ sender: string;
144
+ height: number;
145
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
146
+ version: 1;
147
+ } & import("@waves/ts-types").WithId & {
148
+ sender: string;
149
+ height: number;
150
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
151
+ version: 2;
152
+ } & import("@waves/ts-types").WithId & {
153
+ sender: string;
154
+ height: number;
155
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
156
+ version: 3;
157
+ } & import("@waves/ts-types").WithId & {
158
+ sender: string;
159
+ height: number;
160
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
161
+ version: 1;
162
+ } & import("@waves/ts-types").WithId & {
163
+ sender: string;
164
+ height: number;
165
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
166
+ version: 2;
167
+ } & import("@waves/ts-types").WithId & {
168
+ sender: string;
169
+ height: number;
170
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
171
+ version: 3;
172
+ } & import("@waves/ts-types").WithId & {
173
+ sender: string;
174
+ height: number;
175
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
176
+ version: 1;
177
+ } & import("@waves/ts-types").WithId & {
178
+ sender: string;
179
+ height: number;
180
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
181
+ version: 2;
182
+ } & import("@waves/ts-types").WithId & {
183
+ sender: string;
184
+ height: number;
185
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
186
+ version: 1;
187
+ } & import("@waves/ts-types").WithId & {
188
+ sender: string;
189
+ height: number;
190
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
191
+ version: 2;
192
+ } & import("@waves/ts-types").WithId & {
193
+ sender: string;
194
+ height: number;
195
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
196
+ version: 1;
197
+ } & import("@waves/ts-types").WithId & {
198
+ sender: string;
199
+ height: number;
200
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
201
+ version: 2;
202
+ } & import("@waves/ts-types").WithId & {
203
+ sender: string;
204
+ height: number;
205
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
206
+ version: 1;
207
+ } & import("@waves/ts-types").WithId & {
208
+ sender: string;
209
+ height: number;
210
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
211
+ version: 2;
212
+ } & import("@waves/ts-types").WithId & {
213
+ sender: string;
214
+ height: number;
215
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
216
+ version: 1;
217
+ } & import("@waves/ts-types").WithId & {
218
+ sender: string;
219
+ height: number;
220
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
221
+ version: 2;
222
+ } & import("@waves/ts-types").WithId & {
223
+ sender: string;
224
+ height: number;
225
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
226
+ version: 1;
227
+ } & import("@waves/ts-types").WithId & {
228
+ sender: string;
229
+ height: number;
230
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
231
+ version: 2;
232
+ } & import("@waves/ts-types").WithId & {
233
+ sender: string;
234
+ height: number;
235
+ }) | (import("@waves/ts-types").UpdateAssetInfoTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 17> & {
236
+ version: 1;
237
+ } & import("@waves/ts-types").WithId & {
238
+ sender: string;
239
+ height: number;
240
+ }) | ((import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
241
+ version: 1;
242
+ } & import("@waves/ts-types").WithId & {
243
+ sender: string;
244
+ height: number;
245
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
246
+ version: 2;
247
+ } & import("@waves/ts-types").WithId & {
248
+ sender: string;
249
+ height: number;
250
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
251
+ version: 3;
252
+ } & import("@waves/ts-types").WithId & {
253
+ sender: string;
254
+ height: number;
255
+ }) | (import("@waves/ts-types").GenesisTransactionFields<import("@waves/ts-types").Long> & {
256
+ type: 1;
257
+ chainId: number;
258
+ timestamp: number;
259
+ fee: import("@waves/ts-types").Long;
260
+ } & {
261
+ version: 1;
262
+ } & import("@waves/ts-types").WithId & {
263
+ sender: string;
264
+ height: number;
265
+ }) | (import("@waves/ts-types").PaymentTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 2> & {
266
+ version: 1;
267
+ } & import("@waves/ts-types").WithId & {
268
+ sender: string;
269
+ height: number;
270
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
271
+ version: 1;
272
+ } & import("@waves/ts-types").WithId & {
273
+ sender: string;
274
+ height: number;
275
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
276
+ version: 2;
277
+ } & import("@waves/ts-types").WithId & {
278
+ sender: string;
279
+ height: number;
280
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
281
+ feeAssetId: string | null;
282
+ } & {
283
+ version: 3;
284
+ } & import("@waves/ts-types").WithId & {
285
+ sender: string;
286
+ height: number;
287
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
288
+ version: 1;
289
+ } & import("@waves/ts-types").WithId & {
290
+ sender: string;
291
+ height: number;
292
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
293
+ version: 2;
294
+ } & import("@waves/ts-types").WithId & {
295
+ sender: string;
296
+ height: number;
297
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
298
+ version: 3;
299
+ } & import("@waves/ts-types").WithId & {
300
+ sender: string;
301
+ height: number;
302
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
303
+ version: 1;
304
+ } & import("@waves/ts-types").WithId & {
305
+ sender: string;
306
+ height: number;
307
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
308
+ version: 2;
309
+ } & import("@waves/ts-types").WithId & {
310
+ sender: string;
311
+ height: number;
312
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
313
+ version: 3;
314
+ } & import("@waves/ts-types").WithId & {
315
+ sender: string;
316
+ height: number;
317
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
318
+ version: 1;
319
+ } & import("@waves/ts-types").WithId & {
320
+ sender: string;
321
+ height: number;
322
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
323
+ version: 2;
324
+ } & import("@waves/ts-types").WithId & {
325
+ sender: string;
326
+ height: number;
327
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
328
+ version: 3;
329
+ } & import("@waves/ts-types").WithId & {
330
+ sender: string;
331
+ height: number;
332
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
333
+ version: 1;
334
+ } & import("@waves/ts-types").WithId & {
335
+ sender: string;
336
+ height: number;
337
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
338
+ version: 2;
339
+ } & import("@waves/ts-types").WithId & {
340
+ sender: string;
341
+ height: number;
342
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
343
+ version: 3;
344
+ } & import("@waves/ts-types").WithId & {
345
+ sender: string;
346
+ height: number;
347
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
348
+ version: 1;
349
+ } & import("@waves/ts-types").WithId & {
350
+ sender: string;
351
+ height: number;
352
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
353
+ version: 2;
354
+ } & import("@waves/ts-types").WithId & {
355
+ sender: string;
356
+ height: number;
357
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
358
+ version: 3;
359
+ } & import("@waves/ts-types").WithId & {
360
+ sender: string;
361
+ height: number;
362
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
363
+ version: 1;
364
+ } & import("@waves/ts-types").WithId & {
365
+ sender: string;
366
+ height: number;
367
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
368
+ version: 2;
369
+ } & import("@waves/ts-types").WithId & {
370
+ sender: string;
371
+ height: number;
372
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
373
+ version: 3;
374
+ } & import("@waves/ts-types").WithId & {
375
+ sender: string;
376
+ height: number;
377
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
378
+ version: 1;
379
+ } & import("@waves/ts-types").WithId & {
380
+ sender: string;
381
+ height: number;
382
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
383
+ version: 2;
384
+ } & import("@waves/ts-types").WithId & {
385
+ sender: string;
386
+ height: number;
387
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
388
+ version: 1;
389
+ } & import("@waves/ts-types").WithId & {
390
+ sender: string;
391
+ height: number;
392
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
393
+ version: 2;
394
+ } & import("@waves/ts-types").WithId & {
395
+ sender: string;
396
+ height: number;
397
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
398
+ version: 1;
399
+ } & import("@waves/ts-types").WithId & {
400
+ sender: string;
401
+ height: number;
402
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
403
+ version: 2;
404
+ } & import("@waves/ts-types").WithId & {
405
+ sender: string;
406
+ height: number;
407
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
408
+ version: 1;
409
+ } & import("@waves/ts-types").WithId & {
410
+ sender: string;
411
+ height: number;
412
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
413
+ version: 2;
414
+ } & import("@waves/ts-types").WithId & {
415
+ sender: string;
416
+ height: number;
417
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
418
+ version: 1;
419
+ } & import("@waves/ts-types").WithId & {
420
+ sender: string;
421
+ height: number;
422
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
423
+ version: 2;
424
+ } & import("@waves/ts-types").WithId & {
425
+ sender: string;
426
+ height: number;
427
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
428
+ version: 1;
429
+ } & import("@waves/ts-types").WithId & {
430
+ sender: string;
431
+ height: number;
432
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
433
+ version: 2;
434
+ } & import("@waves/ts-types").WithId & {
435
+ sender: string;
436
+ height: number;
437
+ }) | (import("@waves/ts-types").UpdateAssetInfoTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 17> & {
438
+ version: 1;
439
+ } & import("@waves/ts-types").WithId & {
440
+ sender: string;
441
+ height: number;
442
+ }))[], options?: import("./tools/transactions/wait").IWaitOptions | undefined) => Promise<(import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
443
+ version: 1;
444
+ } & import("@waves/ts-types").WithId & {
445
+ sender: string;
446
+ height: number;
447
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
448
+ version: 2;
449
+ } & import("@waves/ts-types").WithId & {
450
+ sender: string;
451
+ height: number;
452
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
453
+ version: 3;
454
+ } & import("@waves/ts-types").WithId & {
455
+ sender: string;
456
+ height: number;
457
+ }) | (import("@waves/ts-types").GenesisTransactionFields<import("@waves/ts-types").Long> & {
458
+ type: 1;
459
+ chainId: number;
460
+ timestamp: number;
461
+ fee: import("@waves/ts-types").Long;
462
+ } & {
463
+ version: 1;
464
+ } & import("@waves/ts-types").WithId & {
465
+ sender: string;
466
+ height: number;
467
+ }) | (import("@waves/ts-types").PaymentTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 2> & {
468
+ version: 1;
469
+ } & import("@waves/ts-types").WithId & {
470
+ sender: string;
471
+ height: number;
472
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
473
+ version: 1;
474
+ } & import("@waves/ts-types").WithId & {
475
+ sender: string;
476
+ height: number;
477
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
478
+ version: 2;
479
+ } & import("@waves/ts-types").WithId & {
480
+ sender: string;
481
+ height: number;
482
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
483
+ feeAssetId: string | null;
484
+ } & {
485
+ version: 3;
486
+ } & import("@waves/ts-types").WithId & {
487
+ sender: string;
488
+ height: number;
489
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
490
+ version: 1;
491
+ } & import("@waves/ts-types").WithId & {
492
+ sender: string;
493
+ height: number;
494
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
495
+ version: 2;
496
+ } & import("@waves/ts-types").WithId & {
497
+ sender: string;
498
+ height: number;
499
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
500
+ version: 3;
501
+ } & import("@waves/ts-types").WithId & {
502
+ sender: string;
503
+ height: number;
504
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
505
+ version: 1;
506
+ } & import("@waves/ts-types").WithId & {
507
+ sender: string;
508
+ height: number;
509
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
510
+ version: 2;
511
+ } & import("@waves/ts-types").WithId & {
512
+ sender: string;
513
+ height: number;
514
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
515
+ version: 3;
516
+ } & import("@waves/ts-types").WithId & {
517
+ sender: string;
518
+ height: number;
519
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
520
+ version: 1;
521
+ } & import("@waves/ts-types").WithId & {
522
+ sender: string;
523
+ height: number;
524
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
525
+ version: 2;
526
+ } & import("@waves/ts-types").WithId & {
527
+ sender: string;
528
+ height: number;
529
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
530
+ version: 3;
531
+ } & import("@waves/ts-types").WithId & {
532
+ sender: string;
533
+ height: number;
534
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
535
+ version: 1;
536
+ } & import("@waves/ts-types").WithId & {
537
+ sender: string;
538
+ height: number;
539
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
540
+ version: 2;
541
+ } & import("@waves/ts-types").WithId & {
542
+ sender: string;
543
+ height: number;
544
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
545
+ version: 3;
546
+ } & import("@waves/ts-types").WithId & {
547
+ sender: string;
548
+ height: number;
549
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
550
+ version: 1;
551
+ } & import("@waves/ts-types").WithId & {
552
+ sender: string;
553
+ height: number;
554
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
555
+ version: 2;
556
+ } & import("@waves/ts-types").WithId & {
557
+ sender: string;
558
+ height: number;
559
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
560
+ version: 3;
561
+ } & import("@waves/ts-types").WithId & {
562
+ sender: string;
563
+ height: number;
564
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
565
+ version: 1;
566
+ } & import("@waves/ts-types").WithId & {
567
+ sender: string;
568
+ height: number;
569
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
570
+ version: 2;
571
+ } & import("@waves/ts-types").WithId & {
572
+ sender: string;
573
+ height: number;
574
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
575
+ version: 3;
576
+ } & import("@waves/ts-types").WithId & {
577
+ sender: string;
578
+ height: number;
579
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
580
+ version: 1;
581
+ } & import("@waves/ts-types").WithId & {
582
+ sender: string;
583
+ height: number;
584
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
585
+ version: 2;
586
+ } & import("@waves/ts-types").WithId & {
587
+ sender: string;
588
+ height: number;
589
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
590
+ version: 1;
591
+ } & import("@waves/ts-types").WithId & {
592
+ sender: string;
593
+ height: number;
594
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
595
+ version: 2;
596
+ } & import("@waves/ts-types").WithId & {
597
+ sender: string;
598
+ height: number;
599
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
600
+ version: 1;
601
+ } & import("@waves/ts-types").WithId & {
602
+ sender: string;
603
+ height: number;
604
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
605
+ version: 2;
606
+ } & import("@waves/ts-types").WithId & {
607
+ sender: string;
608
+ height: number;
609
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
610
+ version: 1;
611
+ } & import("@waves/ts-types").WithId & {
612
+ sender: string;
613
+ height: number;
614
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
615
+ version: 2;
616
+ } & import("@waves/ts-types").WithId & {
617
+ sender: string;
618
+ height: number;
619
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
620
+ version: 1;
621
+ } & import("@waves/ts-types").WithId & {
622
+ sender: string;
623
+ height: number;
624
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
625
+ version: 2;
626
+ } & import("@waves/ts-types").WithId & {
627
+ sender: string;
628
+ height: number;
629
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
630
+ version: 1;
631
+ } & import("@waves/ts-types").WithId & {
632
+ sender: string;
633
+ height: number;
634
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
635
+ version: 2;
636
+ } & import("@waves/ts-types").WithId & {
637
+ sender: string;
638
+ height: number;
639
+ }) | (import("@waves/ts-types").UpdateAssetInfoTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 17> & {
640
+ version: 1;
641
+ } & import("@waves/ts-types").WithId & {
642
+ sender: string;
643
+ height: number;
644
+ }) | ((import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
645
+ version: 1;
646
+ } & import("@waves/ts-types").WithId & {
647
+ sender: string;
648
+ height: number;
649
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
650
+ version: 2;
651
+ } & import("@waves/ts-types").WithId & {
652
+ sender: string;
653
+ height: number;
654
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
655
+ version: 3;
656
+ } & import("@waves/ts-types").WithId & {
657
+ sender: string;
658
+ height: number;
659
+ }) | (import("@waves/ts-types").GenesisTransactionFields<import("@waves/ts-types").Long> & {
660
+ type: 1;
661
+ chainId: number;
662
+ timestamp: number;
663
+ fee: import("@waves/ts-types").Long;
664
+ } & {
665
+ version: 1;
666
+ } & import("@waves/ts-types").WithId & {
667
+ sender: string;
668
+ height: number;
669
+ }) | (import("@waves/ts-types").PaymentTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 2> & {
670
+ version: 1;
671
+ } & import("@waves/ts-types").WithId & {
672
+ sender: string;
673
+ height: number;
674
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
675
+ version: 1;
676
+ } & import("@waves/ts-types").WithId & {
677
+ sender: string;
678
+ height: number;
679
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
680
+ version: 2;
681
+ } & import("@waves/ts-types").WithId & {
682
+ sender: string;
683
+ height: number;
684
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
685
+ feeAssetId: string | null;
686
+ } & {
687
+ version: 3;
688
+ } & import("@waves/ts-types").WithId & {
689
+ sender: string;
690
+ height: number;
691
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
692
+ version: 1;
693
+ } & import("@waves/ts-types").WithId & {
694
+ sender: string;
695
+ height: number;
696
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
697
+ version: 2;
698
+ } & import("@waves/ts-types").WithId & {
699
+ sender: string;
700
+ height: number;
701
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
702
+ version: 3;
703
+ } & import("@waves/ts-types").WithId & {
704
+ sender: string;
705
+ height: number;
706
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
707
+ version: 1;
708
+ } & import("@waves/ts-types").WithId & {
709
+ sender: string;
710
+ height: number;
711
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
712
+ version: 2;
713
+ } & import("@waves/ts-types").WithId & {
714
+ sender: string;
715
+ height: number;
716
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
717
+ version: 3;
718
+ } & import("@waves/ts-types").WithId & {
719
+ sender: string;
720
+ height: number;
721
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
722
+ version: 1;
723
+ } & import("@waves/ts-types").WithId & {
724
+ sender: string;
725
+ height: number;
726
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
727
+ version: 2;
728
+ } & import("@waves/ts-types").WithId & {
729
+ sender: string;
730
+ height: number;
731
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
732
+ version: 3;
733
+ } & import("@waves/ts-types").WithId & {
734
+ sender: string;
735
+ height: number;
736
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
737
+ version: 1;
738
+ } & import("@waves/ts-types").WithId & {
739
+ sender: string;
740
+ height: number;
741
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
742
+ version: 2;
743
+ } & import("@waves/ts-types").WithId & {
744
+ sender: string;
745
+ height: number;
746
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
747
+ version: 3;
748
+ } & import("@waves/ts-types").WithId & {
749
+ sender: string;
750
+ height: number;
751
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
752
+ version: 1;
753
+ } & import("@waves/ts-types").WithId & {
754
+ sender: string;
755
+ height: number;
756
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
757
+ version: 2;
758
+ } & import("@waves/ts-types").WithId & {
759
+ sender: string;
760
+ height: number;
761
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
762
+ version: 3;
763
+ } & import("@waves/ts-types").WithId & {
764
+ sender: string;
765
+ height: number;
766
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
767
+ version: 1;
768
+ } & import("@waves/ts-types").WithId & {
769
+ sender: string;
770
+ height: number;
771
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
772
+ version: 2;
773
+ } & import("@waves/ts-types").WithId & {
774
+ sender: string;
775
+ height: number;
776
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
777
+ version: 3;
778
+ } & import("@waves/ts-types").WithId & {
779
+ sender: string;
780
+ height: number;
781
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
782
+ version: 1;
783
+ } & import("@waves/ts-types").WithId & {
784
+ sender: string;
785
+ height: number;
786
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
787
+ version: 2;
788
+ } & import("@waves/ts-types").WithId & {
789
+ sender: string;
790
+ height: number;
791
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
792
+ version: 1;
793
+ } & import("@waves/ts-types").WithId & {
794
+ sender: string;
795
+ height: number;
796
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
797
+ version: 2;
798
+ } & import("@waves/ts-types").WithId & {
799
+ sender: string;
800
+ height: number;
801
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
802
+ version: 1;
803
+ } & import("@waves/ts-types").WithId & {
804
+ sender: string;
805
+ height: number;
806
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
807
+ version: 2;
808
+ } & import("@waves/ts-types").WithId & {
809
+ sender: string;
810
+ height: number;
811
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
812
+ version: 1;
813
+ } & import("@waves/ts-types").WithId & {
814
+ sender: string;
815
+ height: number;
816
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
817
+ version: 2;
818
+ } & import("@waves/ts-types").WithId & {
819
+ sender: string;
820
+ height: number;
821
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
822
+ version: 1;
823
+ } & import("@waves/ts-types").WithId & {
824
+ sender: string;
825
+ height: number;
826
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
827
+ version: 2;
828
+ } & import("@waves/ts-types").WithId & {
829
+ sender: string;
830
+ height: number;
831
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
832
+ version: 1;
833
+ } & import("@waves/ts-types").WithId & {
834
+ sender: string;
835
+ height: number;
836
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
837
+ version: 2;
838
+ } & import("@waves/ts-types").WithId & {
839
+ sender: string;
840
+ height: number;
841
+ }) | (import("@waves/ts-types").UpdateAssetInfoTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 17> & {
842
+ version: 1;
843
+ } & import("@waves/ts-types").WithId & {
844
+ sender: string;
845
+ height: number;
846
+ }))[]>;
847
+ };
848
+ blocks: {
849
+ getNetworkByte: () => Promise<number>;
850
+ getNetworkCode: () => Promise<string>;
851
+ };
852
+ addresses: {
853
+ createWatch: (address: string, interval?: number | undefined) => Promise<import("./tools/adresses/watch").Watch>;
854
+ getAssetsByTransaction: (tx: import("@waves/ts-types").WithVersion<import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7>, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").GenesisTransactionFields<import("@waves/ts-types").Long> & {
855
+ type: 1;
856
+ chainId: number;
857
+ timestamp: number;
858
+ fee: import("@waves/ts-types").Long;
859
+ }, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").PaymentTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 2>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
860
+ feeAssetId: string | null;
861
+ }, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4>, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5>, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6>, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8>, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9>, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10>, 3> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16>, 1> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16>, 2> | import("@waves/ts-types").WithVersion<import("@waves/ts-types").UpdateAssetInfoTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 17>, 1> | Transaction<import("@waves/ts-types").Long>[]) => Promise<Record<string, assetsModule.TAssetDetails<import("@waves/ts-types").Long>>>;
862
+ getAssetIdListByTx: typeof getAssetIdListByTx;
863
+ getTransactionsWithAssets: (address: string, limit: number, after?: string | undefined) => Promise<{
864
+ transactions: ((import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
865
+ version: 1;
866
+ } & import("@waves/ts-types").WithId & {
867
+ sender: string;
868
+ height: number;
869
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
870
+ version: 2;
871
+ } & import("@waves/ts-types").WithId & {
872
+ sender: string;
873
+ height: number;
874
+ }) | (import("@waves/ts-types").ExchangeTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 7> & {
875
+ version: 3;
876
+ } & import("@waves/ts-types").WithId & {
877
+ sender: string;
878
+ height: number;
879
+ }) | (import("@waves/ts-types").GenesisTransactionFields<import("@waves/ts-types").Long> & {
880
+ type: 1;
881
+ chainId: number;
882
+ timestamp: number;
883
+ fee: import("@waves/ts-types").Long;
884
+ } & {
885
+ version: 1;
886
+ } & import("@waves/ts-types").WithId & {
887
+ sender: string;
888
+ height: number;
889
+ }) | (import("@waves/ts-types").PaymentTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 2> & {
890
+ version: 1;
891
+ } & import("@waves/ts-types").WithId & {
892
+ sender: string;
893
+ height: number;
894
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
895
+ version: 1;
896
+ } & import("@waves/ts-types").WithId & {
897
+ sender: string;
898
+ height: number;
899
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
900
+ version: 2;
901
+ } & import("@waves/ts-types").WithId & {
902
+ sender: string;
903
+ height: number;
904
+ }) | (import("@waves/ts-types").IssueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 3> & {
905
+ feeAssetId: string | null;
906
+ } & {
907
+ version: 3;
908
+ } & import("@waves/ts-types").WithId & {
909
+ sender: string;
910
+ height: number;
911
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
912
+ version: 1;
913
+ } & import("@waves/ts-types").WithId & {
914
+ sender: string;
915
+ height: number;
916
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
917
+ version: 2;
918
+ } & import("@waves/ts-types").WithId & {
919
+ sender: string;
920
+ height: number;
921
+ }) | (import("@waves/ts-types").TransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 4> & {
922
+ version: 3;
923
+ } & import("@waves/ts-types").WithId & {
924
+ sender: string;
925
+ height: number;
926
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
927
+ version: 1;
928
+ } & import("@waves/ts-types").WithId & {
929
+ sender: string;
930
+ height: number;
931
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
932
+ version: 2;
933
+ } & import("@waves/ts-types").WithId & {
934
+ sender: string;
935
+ height: number;
936
+ }) | (import("@waves/ts-types").ReissueTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 5> & {
937
+ version: 3;
938
+ } & import("@waves/ts-types").WithId & {
939
+ sender: string;
940
+ height: number;
941
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
942
+ version: 1;
943
+ } & import("@waves/ts-types").WithId & {
944
+ sender: string;
945
+ height: number;
946
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
947
+ version: 2;
948
+ } & import("@waves/ts-types").WithId & {
949
+ sender: string;
950
+ height: number;
951
+ }) | (import("@waves/ts-types").BurnTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 6> & {
952
+ version: 3;
953
+ } & import("@waves/ts-types").WithId & {
954
+ sender: string;
955
+ height: number;
956
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
957
+ version: 1;
958
+ } & import("@waves/ts-types").WithId & {
959
+ sender: string;
960
+ height: number;
961
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
962
+ version: 2;
963
+ } & import("@waves/ts-types").WithId & {
964
+ sender: string;
965
+ height: number;
966
+ }) | (import("@waves/ts-types").LeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 8> & {
967
+ version: 3;
968
+ } & import("@waves/ts-types").WithId & {
969
+ sender: string;
970
+ height: number;
971
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
972
+ version: 1;
973
+ } & import("@waves/ts-types").WithId & {
974
+ sender: string;
975
+ height: number;
976
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
977
+ version: 2;
978
+ } & import("@waves/ts-types").WithId & {
979
+ sender: string;
980
+ height: number;
981
+ }) | (import("@waves/ts-types").CancelLeaseTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 9> & {
982
+ version: 3;
983
+ } & import("@waves/ts-types").WithId & {
984
+ sender: string;
985
+ height: number;
986
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
987
+ version: 1;
988
+ } & import("@waves/ts-types").WithId & {
989
+ sender: string;
990
+ height: number;
991
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
992
+ version: 2;
993
+ } & import("@waves/ts-types").WithId & {
994
+ sender: string;
995
+ height: number;
996
+ }) | (import("@waves/ts-types").AliasTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 10> & {
997
+ version: 3;
998
+ } & import("@waves/ts-types").WithId & {
999
+ sender: string;
1000
+ height: number;
1001
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
1002
+ version: 1;
1003
+ } & import("@waves/ts-types").WithId & {
1004
+ sender: string;
1005
+ height: number;
1006
+ }) | (import("@waves/ts-types").MassTransferTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 11> & {
1007
+ version: 2;
1008
+ } & import("@waves/ts-types").WithId & {
1009
+ sender: string;
1010
+ height: number;
1011
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
1012
+ version: 1;
1013
+ } & import("@waves/ts-types").WithId & {
1014
+ sender: string;
1015
+ height: number;
1016
+ }) | (import("@waves/ts-types").DataTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 12> & {
1017
+ version: 2;
1018
+ } & import("@waves/ts-types").WithId & {
1019
+ sender: string;
1020
+ height: number;
1021
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
1022
+ version: 1;
1023
+ } & import("@waves/ts-types").WithId & {
1024
+ sender: string;
1025
+ height: number;
1026
+ }) | (import("@waves/ts-types").SetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 13> & {
1027
+ version: 2;
1028
+ } & import("@waves/ts-types").WithId & {
1029
+ sender: string;
1030
+ height: number;
1031
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
1032
+ version: 1;
1033
+ } & import("@waves/ts-types").WithId & {
1034
+ sender: string;
1035
+ height: number;
1036
+ }) | (import("@waves/ts-types").SponsorshipTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 14> & {
1037
+ version: 2;
1038
+ } & import("@waves/ts-types").WithId & {
1039
+ sender: string;
1040
+ height: number;
1041
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
1042
+ version: 1;
1043
+ } & import("@waves/ts-types").WithId & {
1044
+ sender: string;
1045
+ height: number;
1046
+ }) | (import("@waves/ts-types").SetAssetScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 15> & {
1047
+ version: 2;
1048
+ } & import("@waves/ts-types").WithId & {
1049
+ sender: string;
1050
+ height: number;
1051
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
1052
+ version: 1;
1053
+ } & import("@waves/ts-types").WithId & {
1054
+ sender: string;
1055
+ height: number;
1056
+ }) | (import("@waves/ts-types").InvokeScriptTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 16> & {
1057
+ version: 2;
1058
+ } & import("@waves/ts-types").WithId & {
1059
+ sender: string;
1060
+ height: number;
1061
+ }) | (import("@waves/ts-types").UpdateAssetInfoTransactionFields<import("@waves/ts-types").Long> & import("@waves/ts-types").BaseTransaction<import("@waves/ts-types").Long, 17> & {
1062
+ version: 1;
1063
+ } & import("@waves/ts-types").WithId & {
1064
+ sender: string;
1065
+ height: number;
1066
+ }))[];
1067
+ assets: Record<string, assetsModule.TAssetDetails<import("@waves/ts-types").Long>>;
1068
+ }>;
1069
+ availableSponsoredBalances: (address: string, wavesFee: import("@waves/ts-types").Long) => Promise<import("./tools/adresses/availableSponsoredBalances").TAssetFeeInfo[]>;
1070
+ };
1071
+ utils: typeof toolsUtilsModule;
1072
+ query: typeof query;
1073
+ resolve: typeof resolve;
1074
+ request: typeof request;
1075
+ parse: typeof parse;
1076
+ };
1077
+ peers: TWrapRecord<typeof peersModule>;
1078
+ rewards: TWrapRecord<typeof rewardsModule>;
1079
+ utils: TWrapRecord<typeof utilsModule>;
1080
+ debug: TWrapRecord<typeof debugModule>;
1081
+ alias: TWrapRecord<typeof aliasModule>;
1082
+ consensus: TWrapRecord<typeof consensusModule>;
1083
+ activation: TWrapRecord<typeof activationModule>;
1084
+ node: TWrapRecord<typeof nodeModule>;
1085
+ assets: TWrapRecord<typeof assetsModule>;
1086
+ eth: TWrapRecord<typeof ethModule>;
1087
+ };
1088
+ export {};