@waves/node-api-js 1.3.10 → 1.4.0-snapshot.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 (221) hide show
  1. package/cjs/api-node/activation/index.d.ts +2 -1
  2. package/cjs/api-node/activation/index.js +2 -3
  3. package/cjs/api-node/activation/index.js.map +1 -1
  4. package/cjs/api-node/addresses/index.d.ts +4 -4
  5. package/cjs/api-node/addresses/index.js +68 -55
  6. package/cjs/api-node/addresses/index.js.map +1 -1
  7. package/cjs/api-node/alias/index.d.ts +1 -1
  8. package/cjs/api-node/alias/index.js +6 -7
  9. package/cjs/api-node/alias/index.js.map +1 -1
  10. package/cjs/api-node/assets/index.d.ts +4 -4
  11. package/cjs/api-node/assets/index.js +24 -25
  12. package/cjs/api-node/assets/index.js.map +1 -1
  13. package/cjs/api-node/blocks/index.d.ts +14 -7
  14. package/cjs/api-node/blocks/index.js +36 -51
  15. package/cjs/api-node/blocks/index.js.map +1 -1
  16. package/cjs/api-node/debug/index.d.ts +2 -2
  17. package/cjs/api-node/debug/index.js +56 -43
  18. package/cjs/api-node/debug/index.js.map +1 -1
  19. package/cjs/api-node/eth/index.js +3 -4
  20. package/cjs/api-node/eth/index.js.map +1 -1
  21. package/cjs/api-node/finalization/index.d.ts +54 -0
  22. package/cjs/api-node/finalization/index.js +126 -0
  23. package/cjs/api-node/finalization/index.js.map +1 -0
  24. package/cjs/api-node/leasing/index.js +7 -7
  25. package/cjs/api-node/leasing/index.js.map +1 -1
  26. package/cjs/api-node/node/index.js +4 -5
  27. package/cjs/api-node/node/index.js.map +1 -1
  28. package/cjs/api-node/peers/index.js +8 -9
  29. package/cjs/api-node/peers/index.js.map +1 -1
  30. package/cjs/api-node/rewards/index.d.ts +1 -1
  31. package/cjs/api-node/rewards/index.js +3 -4
  32. package/cjs/api-node/rewards/index.js.map +1 -1
  33. package/cjs/api-node/transactions/index.d.ts +1 -1
  34. package/cjs/api-node/transactions/index.js +26 -27
  35. package/cjs/api-node/transactions/index.js.map +1 -1
  36. package/cjs/api-node/utils/index.js +29 -30
  37. package/cjs/api-node/utils/index.js.map +1 -1
  38. package/cjs/constants.d.ts +1 -1
  39. package/cjs/create.d.ts +17 -1168
  40. package/cjs/create.js +30 -10
  41. package/cjs/create.js.map +1 -1
  42. package/cjs/index.d.ts +2 -1
  43. package/cjs/index.js +4 -1
  44. package/cjs/index.js.map +1 -1
  45. package/cjs/interface.d.ts +6 -6
  46. package/cjs/interface.js +4 -2
  47. package/cjs/interface.js.map +1 -1
  48. package/cjs/nodeInteraction.d.ts +34 -0
  49. package/cjs/nodeInteraction.js +266 -0
  50. package/cjs/nodeInteraction.js.map +1 -0
  51. package/cjs/tools/adresses/availableSponsoredBalances.d.ts +1 -1
  52. package/cjs/tools/adresses/availableSponsoredBalances.js +2 -2
  53. package/cjs/tools/adresses/availableSponsoredBalances.js.map +1 -1
  54. package/cjs/tools/adresses/ethAddress2waves.js +15 -10
  55. package/cjs/tools/adresses/ethAddress2waves.js.map +1 -1
  56. package/cjs/tools/adresses/getAssetIdListByTx.js +12 -7
  57. package/cjs/tools/adresses/getAssetIdListByTx.js.map +1 -1
  58. package/cjs/tools/adresses/getAssetsByTransaction.js +3 -3
  59. package/cjs/tools/adresses/getAssetsByTransaction.js.map +1 -1
  60. package/cjs/tools/adresses/getTransactionsWithAssets.js +3 -3
  61. package/cjs/tools/adresses/getTransactionsWithAssets.js.map +1 -1
  62. package/cjs/tools/adresses/watch.d.ts +8 -5
  63. package/cjs/tools/adresses/watch.js +56 -16
  64. package/cjs/tools/adresses/watch.js.map +1 -1
  65. package/cjs/tools/adresses/wavesAddress2eth.js +3 -3
  66. package/cjs/tools/adresses/wavesAddress2eth.js.map +1 -1
  67. package/cjs/tools/assets/wavesAsset2eth.js +3 -3
  68. package/cjs/tools/assets/wavesAsset2eth.js.map +1 -1
  69. package/cjs/tools/blocks/detectInterval.js +3 -3
  70. package/cjs/tools/blocks/detectInterval.js.map +1 -1
  71. package/cjs/tools/blocks/getNetworkByte.js +2 -2
  72. package/cjs/tools/blocks/getNetworkByte.js.map +1 -1
  73. package/cjs/tools/blocks/getNetworkCode.js +2 -2
  74. package/cjs/tools/blocks/getNetworkCode.js.map +1 -1
  75. package/cjs/tools/blocks/waitHeight.js +5 -5
  76. package/cjs/tools/blocks/waitHeight.js.map +1 -1
  77. package/cjs/tools/matcher/order.d.ts +17 -0
  78. package/cjs/tools/matcher/order.js +27 -0
  79. package/cjs/tools/matcher/order.js.map +1 -0
  80. package/cjs/tools/parse.js +1 -1
  81. package/cjs/tools/parse.js.map +1 -1
  82. package/cjs/tools/query.d.ts +1 -1
  83. package/cjs/tools/query.js +3 -3
  84. package/cjs/tools/query.js.map +1 -1
  85. package/cjs/tools/request.d.ts +1 -57
  86. package/cjs/tools/request.js +48 -6
  87. package/cjs/tools/request.js.map +1 -1
  88. package/cjs/tools/resolve.js +1 -1
  89. package/cjs/tools/resolve.js.map +1 -1
  90. package/cjs/tools/stringify.js +3 -3
  91. package/cjs/tools/stringify.js.map +1 -1
  92. package/cjs/tools/transactions/broadcast.d.ts +2 -2
  93. package/cjs/tools/transactions/broadcast.js +8 -8
  94. package/cjs/tools/transactions/broadcast.js.map +1 -1
  95. package/cjs/tools/transactions/ethTxId2waves.js +2 -2
  96. package/cjs/tools/transactions/ethTxId2waves.js.map +1 -1
  97. package/cjs/tools/transactions/wait.js +5 -5
  98. package/cjs/tools/transactions/wait.js.map +1 -1
  99. package/cjs/tools/utils.d.ts +7 -7
  100. package/cjs/tools/utils.js +30 -23
  101. package/cjs/tools/utils.js.map +1 -1
  102. package/package.json +34 -35
  103. package/dist/node-api.js +0 -30492
  104. package/dist/node-api.min.js +0 -26
  105. package/es/api-node/activation/index.d.ts +0 -21
  106. package/es/api-node/activation/index.js +0 -13
  107. package/es/api-node/activation/index.js.map +0 -1
  108. package/es/api-node/addresses/index.d.ts +0 -81
  109. package/es/api-node/addresses/index.js +0 -111
  110. package/es/api-node/addresses/index.js.map +0 -1
  111. package/es/api-node/alias/index.d.ts +0 -6
  112. package/es/api-node/alias/index.js +0 -14
  113. package/es/api-node/alias/index.js.map +0 -1
  114. package/es/api-node/assets/index.d.ts +0 -79
  115. package/es/api-node/assets/index.js +0 -103
  116. package/es/api-node/assets/index.js.map +0 -1
  117. package/es/api-node/blocks/index.d.ts +0 -143
  118. package/es/api-node/blocks/index.js +0 -179
  119. package/es/api-node/blocks/index.js.map +0 -1
  120. package/es/api-node/debug/index.d.ts +0 -189
  121. package/es/api-node/debug/index.js +0 -201
  122. package/es/api-node/debug/index.js.map +0 -1
  123. package/es/api-node/eth/index.d.ts +0 -3
  124. package/es/api-node/eth/index.js +0 -8
  125. package/es/api-node/eth/index.js.map +0 -1
  126. package/es/api-node/leasing/index.d.ts +0 -22
  127. package/es/api-node/leasing/index.js +0 -22
  128. package/es/api-node/leasing/index.js.map +0 -1
  129. package/es/api-node/node/index.d.ts +0 -11
  130. package/es/api-node/node/index.js +0 -10
  131. package/es/api-node/node/index.js.map +0 -1
  132. package/es/api-node/peers/index.d.ts +0 -46
  133. package/es/api-node/peers/index.js +0 -46
  134. package/es/api-node/peers/index.js.map +0 -1
  135. package/es/api-node/rewards/index.d.ts +0 -21
  136. package/es/api-node/rewards/index.js +0 -13
  137. package/es/api-node/rewards/index.js.map +0 -1
  138. package/es/api-node/transactions/index.d.ts +0 -73
  139. package/es/api-node/transactions/index.js +0 -137
  140. package/es/api-node/transactions/index.js.map +0 -1
  141. package/es/api-node/utils/index.d.ts +0 -110
  142. package/es/api-node/utils/index.js +0 -193
  143. package/es/api-node/utils/index.js.map +0 -1
  144. package/es/api-node/wallet/index.d.ts +0 -5
  145. package/es/api-node/wallet/index.js +0 -7
  146. package/es/api-node/wallet/index.js.map +0 -1
  147. package/es/constants.d.ts +0 -40
  148. package/es/constants.js +0 -40
  149. package/es/constants.js.map +0 -1
  150. package/es/create.d.ts +0 -1238
  151. package/es/create.js +0 -90
  152. package/es/create.js.map +0 -1
  153. package/es/index.d.ts +0 -9
  154. package/es/index.js +0 -9
  155. package/es/index.js.map +0 -1
  156. package/es/interface.d.ts +0 -44
  157. package/es/interface.js +0 -3
  158. package/es/interface.js.map +0 -1
  159. package/es/tools/adresses/availableSponsoredBalances.d.ts +0 -7
  160. package/es/tools/adresses/availableSponsoredBalances.js +0 -27
  161. package/es/tools/adresses/availableSponsoredBalances.js.map +0 -1
  162. package/es/tools/adresses/ethAddress2waves.d.ts +0 -1
  163. package/es/tools/adresses/ethAddress2waves.js +0 -31
  164. package/es/tools/adresses/ethAddress2waves.js.map +0 -1
  165. package/es/tools/adresses/getAssetIdListByTx.d.ts +0 -2
  166. package/es/tools/adresses/getAssetIdListByTx.js +0 -24
  167. package/es/tools/adresses/getAssetIdListByTx.js.map +0 -1
  168. package/es/tools/adresses/getAssetsByTransaction.d.ts +0 -3
  169. package/es/tools/adresses/getAssetsByTransaction.js +0 -8
  170. package/es/tools/adresses/getAssetsByTransaction.js.map +0 -1
  171. package/es/tools/adresses/getTransactionsWithAssets.d.ts +0 -6
  172. package/es/tools/adresses/getTransactionsWithAssets.js +0 -7
  173. package/es/tools/adresses/getTransactionsWithAssets.js.map +0 -1
  174. package/es/tools/adresses/watch.d.ts +0 -24
  175. package/es/tools/adresses/watch.js +0 -134
  176. package/es/tools/adresses/watch.js.map +0 -1
  177. package/es/tools/adresses/wavesAddress2eth.d.ts +0 -1
  178. package/es/tools/adresses/wavesAddress2eth.js +0 -7
  179. package/es/tools/adresses/wavesAddress2eth.js.map +0 -1
  180. package/es/tools/assets/wavesAsset2eth.d.ts +0 -1
  181. package/es/tools/assets/wavesAsset2eth.js +0 -7
  182. package/es/tools/assets/wavesAsset2eth.js.map +0 -1
  183. package/es/tools/blocks/detectInterval.d.ts +0 -1
  184. package/es/tools/blocks/detectInterval.js +0 -9
  185. package/es/tools/blocks/detectInterval.js.map +0 -1
  186. package/es/tools/blocks/getNetworkByte.d.ts +0 -1
  187. package/es/tools/blocks/getNetworkByte.js +0 -51
  188. package/es/tools/blocks/getNetworkByte.js.map +0 -1
  189. package/es/tools/blocks/getNetworkCode.d.ts +0 -1
  190. package/es/tools/blocks/getNetworkCode.js +0 -5
  191. package/es/tools/blocks/getNetworkCode.js.map +0 -1
  192. package/es/tools/blocks/waitHeight.d.ts +0 -3
  193. package/es/tools/blocks/waitHeight.js +0 -36
  194. package/es/tools/blocks/waitHeight.js.map +0 -1
  195. package/es/tools/parse.d.ts +0 -1
  196. package/es/tools/parse.js +0 -5
  197. package/es/tools/parse.js.map +0 -1
  198. package/es/tools/query.d.ts +0 -4
  199. package/es/tools/query.js +0 -12
  200. package/es/tools/query.js.map +0 -1
  201. package/es/tools/request.d.ts +0 -64
  202. package/es/tools/request.js +0 -22
  203. package/es/tools/request.js.map +0 -1
  204. package/es/tools/resolve.d.ts +0 -1
  205. package/es/tools/resolve.js +0 -4
  206. package/es/tools/resolve.js.map +0 -1
  207. package/es/tools/stringify.d.ts +0 -1
  208. package/es/tools/stringify.js +0 -18
  209. package/es/tools/stringify.js.map +0 -1
  210. package/es/tools/transactions/broadcast.d.ts +0 -14
  211. package/es/tools/transactions/broadcast.js +0 -43
  212. package/es/tools/transactions/broadcast.js.map +0 -1
  213. package/es/tools/transactions/ethTxId2waves.d.ts +0 -1
  214. package/es/tools/transactions/ethTxId2waves.js +0 -8
  215. package/es/tools/transactions/ethTxId2waves.js.map +0 -1
  216. package/es/tools/transactions/wait.d.ts +0 -10
  217. package/es/tools/transactions/wait.js +0 -39
  218. package/es/tools/transactions/wait.js.map +0 -1
  219. package/es/tools/utils.d.ts +0 -32
  220. package/es/tools/utils.js +0 -73
  221. package/es/tools/utils.js.map +0 -1
package/es/create.d.ts DELETED
@@ -1,1238 +0,0 @@
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 {};