@waves/node-api-js 1.3.11-beta.1 → 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 (227) 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 +5 -5
  5. package/cjs/api-node/addresses/index.js +74 -61
  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 +68 -27
  12. package/cjs/api-node/assets/index.js.map +1 -1
  13. package/cjs/api-node/blocks/index.d.ts +26 -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 +3 -3
  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 -1170
  40. package/cjs/create.js +30 -13
  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/cjs/api-node/consensus/index.d.ts +0 -39
  104. package/cjs/api-node/consensus/index.js +0 -37
  105. package/cjs/api-node/consensus/index.js.map +0 -1
  106. package/dist/node-api.js +0 -30395
  107. package/dist/node-api.min.js +0 -26
  108. package/es/api-node/activation/index.d.ts +0 -21
  109. package/es/api-node/activation/index.js +0 -13
  110. package/es/api-node/activation/index.js.map +0 -1
  111. package/es/api-node/addresses/index.d.ts +0 -81
  112. package/es/api-node/addresses/index.js +0 -111
  113. package/es/api-node/addresses/index.js.map +0 -1
  114. package/es/api-node/alias/index.d.ts +0 -6
  115. package/es/api-node/alias/index.js +0 -14
  116. package/es/api-node/alias/index.js.map +0 -1
  117. package/es/api-node/assets/index.d.ts +0 -79
  118. package/es/api-node/assets/index.js +0 -63
  119. package/es/api-node/assets/index.js.map +0 -1
  120. package/es/api-node/blocks/index.d.ts +0 -131
  121. package/es/api-node/blocks/index.js +0 -179
  122. package/es/api-node/blocks/index.js.map +0 -1
  123. package/es/api-node/consensus/index.d.ts +0 -39
  124. package/es/api-node/consensus/index.js +0 -27
  125. package/es/api-node/consensus/index.js.map +0 -1
  126. package/es/api-node/debug/index.d.ts +0 -189
  127. package/es/api-node/debug/index.js +0 -201
  128. package/es/api-node/debug/index.js.map +0 -1
  129. package/es/api-node/eth/index.d.ts +0 -3
  130. package/es/api-node/eth/index.js +0 -8
  131. package/es/api-node/eth/index.js.map +0 -1
  132. package/es/api-node/leasing/index.d.ts +0 -22
  133. package/es/api-node/leasing/index.js +0 -22
  134. package/es/api-node/leasing/index.js.map +0 -1
  135. package/es/api-node/node/index.d.ts +0 -11
  136. package/es/api-node/node/index.js +0 -10
  137. package/es/api-node/node/index.js.map +0 -1
  138. package/es/api-node/peers/index.d.ts +0 -46
  139. package/es/api-node/peers/index.js +0 -46
  140. package/es/api-node/peers/index.js.map +0 -1
  141. package/es/api-node/rewards/index.d.ts +0 -21
  142. package/es/api-node/rewards/index.js +0 -13
  143. package/es/api-node/rewards/index.js.map +0 -1
  144. package/es/api-node/transactions/index.d.ts +0 -73
  145. package/es/api-node/transactions/index.js +0 -137
  146. package/es/api-node/transactions/index.js.map +0 -1
  147. package/es/api-node/utils/index.d.ts +0 -110
  148. package/es/api-node/utils/index.js +0 -193
  149. package/es/api-node/utils/index.js.map +0 -1
  150. package/es/api-node/wallet/index.d.ts +0 -5
  151. package/es/api-node/wallet/index.js +0 -7
  152. package/es/api-node/wallet/index.js.map +0 -1
  153. package/es/constants.d.ts +0 -40
  154. package/es/constants.js +0 -40
  155. package/es/constants.js.map +0 -1
  156. package/es/create.d.ts +0 -1240
  157. package/es/create.js +0 -93
  158. package/es/create.js.map +0 -1
  159. package/es/index.d.ts +0 -9
  160. package/es/index.js +0 -9
  161. package/es/index.js.map +0 -1
  162. package/es/interface.d.ts +0 -44
  163. package/es/interface.js +0 -3
  164. package/es/interface.js.map +0 -1
  165. package/es/tools/adresses/availableSponsoredBalances.d.ts +0 -7
  166. package/es/tools/adresses/availableSponsoredBalances.js +0 -27
  167. package/es/tools/adresses/availableSponsoredBalances.js.map +0 -1
  168. package/es/tools/adresses/ethAddress2waves.d.ts +0 -1
  169. package/es/tools/adresses/ethAddress2waves.js +0 -31
  170. package/es/tools/adresses/ethAddress2waves.js.map +0 -1
  171. package/es/tools/adresses/getAssetIdListByTx.d.ts +0 -2
  172. package/es/tools/adresses/getAssetIdListByTx.js +0 -24
  173. package/es/tools/adresses/getAssetIdListByTx.js.map +0 -1
  174. package/es/tools/adresses/getAssetsByTransaction.d.ts +0 -3
  175. package/es/tools/adresses/getAssetsByTransaction.js +0 -8
  176. package/es/tools/adresses/getAssetsByTransaction.js.map +0 -1
  177. package/es/tools/adresses/getTransactionsWithAssets.d.ts +0 -6
  178. package/es/tools/adresses/getTransactionsWithAssets.js +0 -7
  179. package/es/tools/adresses/getTransactionsWithAssets.js.map +0 -1
  180. package/es/tools/adresses/watch.d.ts +0 -24
  181. package/es/tools/adresses/watch.js +0 -134
  182. package/es/tools/adresses/watch.js.map +0 -1
  183. package/es/tools/adresses/wavesAddress2eth.d.ts +0 -1
  184. package/es/tools/adresses/wavesAddress2eth.js +0 -7
  185. package/es/tools/adresses/wavesAddress2eth.js.map +0 -1
  186. package/es/tools/assets/wavesAsset2eth.d.ts +0 -1
  187. package/es/tools/assets/wavesAsset2eth.js +0 -7
  188. package/es/tools/assets/wavesAsset2eth.js.map +0 -1
  189. package/es/tools/blocks/detectInterval.d.ts +0 -1
  190. package/es/tools/blocks/detectInterval.js +0 -9
  191. package/es/tools/blocks/detectInterval.js.map +0 -1
  192. package/es/tools/blocks/getNetworkByte.d.ts +0 -1
  193. package/es/tools/blocks/getNetworkByte.js +0 -51
  194. package/es/tools/blocks/getNetworkByte.js.map +0 -1
  195. package/es/tools/blocks/getNetworkCode.d.ts +0 -1
  196. package/es/tools/blocks/getNetworkCode.js +0 -5
  197. package/es/tools/blocks/getNetworkCode.js.map +0 -1
  198. package/es/tools/blocks/waitHeight.d.ts +0 -3
  199. package/es/tools/blocks/waitHeight.js +0 -36
  200. package/es/tools/blocks/waitHeight.js.map +0 -1
  201. package/es/tools/parse.d.ts +0 -1
  202. package/es/tools/parse.js +0 -5
  203. package/es/tools/parse.js.map +0 -1
  204. package/es/tools/query.d.ts +0 -4
  205. package/es/tools/query.js +0 -12
  206. package/es/tools/query.js.map +0 -1
  207. package/es/tools/request.d.ts +0 -64
  208. package/es/tools/request.js +0 -22
  209. package/es/tools/request.js.map +0 -1
  210. package/es/tools/resolve.d.ts +0 -1
  211. package/es/tools/resolve.js +0 -4
  212. package/es/tools/resolve.js.map +0 -1
  213. package/es/tools/stringify.d.ts +0 -1
  214. package/es/tools/stringify.js +0 -18
  215. package/es/tools/stringify.js.map +0 -1
  216. package/es/tools/transactions/broadcast.d.ts +0 -14
  217. package/es/tools/transactions/broadcast.js +0 -43
  218. package/es/tools/transactions/broadcast.js.map +0 -1
  219. package/es/tools/transactions/ethTxId2waves.d.ts +0 -1
  220. package/es/tools/transactions/ethTxId2waves.js +0 -8
  221. package/es/tools/transactions/ethTxId2waves.js.map +0 -1
  222. package/es/tools/transactions/wait.d.ts +0 -10
  223. package/es/tools/transactions/wait.js +0 -39
  224. package/es/tools/transactions/wait.js.map +0 -1
  225. package/es/tools/utils.d.ts +0 -32
  226. package/es/tools/utils.js +0 -73
  227. package/es/tools/utils.js.map +0 -1
package/es/create.d.ts DELETED
@@ -1,1240 +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 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 | null;
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 | null;
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 {};