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