@waves/node-api-js 1.3.0 → 1.3.10-beta.1

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