@hawksightco/hawk-sdk 1.3.265 → 1.3.267

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 (181) hide show
  1. package/dist/addresses.d.ts +37 -0
  2. package/dist/addresses.d.ts.map +1 -0
  3. package/dist/addresses.js +84 -0
  4. package/dist/anchor.d.ts +22 -0
  5. package/dist/anchor.d.ts.map +1 -0
  6. package/dist/anchor.js +121 -0
  7. package/dist/classes/AltStorage.d.ts +29 -0
  8. package/dist/classes/AltStorage.d.ts.map +1 -0
  9. package/dist/classes/AltStorage.js +58 -0
  10. package/dist/classes/Atomicity.d.ts +34 -0
  11. package/dist/classes/Atomicity.d.ts.map +1 -0
  12. package/dist/classes/Atomicity.js +110 -0
  13. package/dist/classes/Client.d.ts +35 -0
  14. package/dist/classes/Client.d.ts.map +1 -0
  15. package/dist/classes/Client.js +66 -0
  16. package/dist/classes/CombineTransactions.d.ts +11 -0
  17. package/dist/classes/CombineTransactions.d.ts.map +1 -0
  18. package/dist/classes/CombineTransactions.js +58 -0
  19. package/dist/classes/CreateTxMetadata.d.ts +100 -0
  20. package/dist/classes/CreateTxMetadata.d.ts.map +1 -0
  21. package/dist/classes/CreateTxMetadata.js +415 -0
  22. package/dist/classes/General.d.ts +87 -0
  23. package/dist/classes/General.d.ts.map +1 -0
  24. package/dist/classes/General.js +176 -0
  25. package/dist/classes/GeneralUtility.d.ts +79 -0
  26. package/dist/classes/GeneralUtility.d.ts.map +1 -0
  27. package/dist/classes/GeneralUtility.js +121 -0
  28. package/dist/classes/HawkAPI.d.ts +122 -0
  29. package/dist/classes/HawkAPI.d.ts.map +1 -0
  30. package/dist/classes/HawkAPI.js +169 -0
  31. package/dist/classes/Health.d.ts +29 -0
  32. package/dist/classes/Health.d.ts.map +1 -0
  33. package/dist/classes/Health.js +48 -0
  34. package/dist/classes/JupiterAlts.d.ts +37 -0
  35. package/dist/classes/JupiterAlts.d.ts.map +1 -0
  36. package/dist/classes/JupiterAlts.js +114 -0
  37. package/dist/classes/JupiterSwap.d.ts +21 -0
  38. package/dist/classes/JupiterSwap.d.ts.map +1 -0
  39. package/dist/classes/JupiterSwap.js +40 -0
  40. package/dist/classes/Logging.d.ts +13 -0
  41. package/dist/classes/Logging.d.ts.map +1 -0
  42. package/dist/classes/Logging.js +50 -0
  43. package/dist/classes/MultiTransaction.d.ts +75 -0
  44. package/dist/classes/MultiTransaction.d.ts.map +1 -0
  45. package/dist/classes/MultiTransaction.js +296 -0
  46. package/dist/classes/RaydiumSDK.d.ts +67 -0
  47. package/dist/classes/RaydiumSDK.d.ts.map +1 -0
  48. package/dist/classes/RaydiumSDK.js +206 -0
  49. package/dist/classes/Search.d.ts +100 -0
  50. package/dist/classes/Search.d.ts.map +1 -0
  51. package/dist/classes/Search.js +216 -0
  52. package/dist/classes/SimpleIxGenerator.d.ts +57 -0
  53. package/dist/classes/SimpleIxGenerator.d.ts.map +1 -0
  54. package/dist/classes/SimpleIxGenerator.js +62 -0
  55. package/dist/classes/SimplePdaGenerator.d.ts +28 -0
  56. package/dist/classes/SimplePdaGenerator.d.ts.map +1 -0
  57. package/dist/classes/SimplePdaGenerator.js +33 -0
  58. package/dist/classes/Transaction.d.ts +229 -0
  59. package/dist/classes/Transaction.d.ts.map +1 -0
  60. package/dist/classes/Transaction.js +643 -0
  61. package/dist/classes/Transaction2.d.ts +107 -0
  62. package/dist/classes/Transaction2.d.ts.map +1 -0
  63. package/dist/classes/Transaction2.js +249 -0
  64. package/dist/classes/Transaction3.d.ts +165 -0
  65. package/dist/classes/Transaction3.d.ts.map +1 -0
  66. package/dist/classes/Transaction3.js +416 -0
  67. package/dist/classes/TransactionBatchExecute.d.ts +163 -0
  68. package/dist/classes/TransactionBatchExecute.d.ts.map +1 -0
  69. package/dist/classes/TransactionBatchExecute.js +466 -0
  70. package/dist/classes/TransactionBatchExecute2.d.ts +99 -0
  71. package/dist/classes/TransactionBatchExecute2.d.ts.map +1 -0
  72. package/dist/classes/TransactionBatchExecute2.js +357 -0
  73. package/dist/classes/Transactions.d.ts +586 -0
  74. package/dist/classes/Transactions.d.ts.map +1 -0
  75. package/dist/classes/Transactions.js +7667 -0
  76. package/dist/classes/TxGenerator.d.ts +350 -0
  77. package/dist/classes/TxGenerator.d.ts.map +1 -0
  78. package/dist/classes/TxGenerator.js +1957 -0
  79. package/dist/classes/TxGeneratorAutomations.d.ts +186 -0
  80. package/dist/classes/TxGeneratorAutomations.d.ts.map +1 -0
  81. package/dist/classes/TxGeneratorAutomations.js +897 -0
  82. package/dist/classes/Util.d.ts +87 -0
  83. package/dist/classes/Util.d.ts.map +1 -0
  84. package/dist/classes/Util.js +148 -0
  85. package/dist/classes/account-cache/AccountCache.d.ts +54 -0
  86. package/dist/classes/account-cache/AccountCache.d.ts.map +1 -0
  87. package/dist/classes/account-cache/AccountCache.js +143 -0
  88. package/dist/classes/account-cache/MintCache.d.ts +33 -0
  89. package/dist/classes/account-cache/MintCache.d.ts.map +1 -0
  90. package/dist/classes/account-cache/MintCache.js +47 -0
  91. package/dist/classes/account-cache/TokenCache.d.ts +33 -0
  92. package/dist/classes/account-cache/TokenCache.d.ts.map +1 -0
  93. package/dist/classes/account-cache/TokenCache.js +47 -0
  94. package/dist/errors.d.ts +13 -0
  95. package/dist/errors.d.ts.map +1 -0
  96. package/dist/errors.js +96 -0
  97. package/dist/functions.d.ts +514 -0
  98. package/dist/functions.d.ts.map +1 -0
  99. package/dist/functions.js +1636 -0
  100. package/dist/hawksight.d.ts +53 -0
  101. package/dist/hawksight.d.ts.map +1 -0
  102. package/dist/hawksight.js +328 -0
  103. package/dist/hsToMeteora.d.ts +31 -0
  104. package/dist/hsToMeteora.d.ts.map +1 -0
  105. package/dist/hsToMeteora.js +3175 -0
  106. package/dist/idl/iyf-extension-idl.d.ts +14583 -0
  107. package/dist/idl/iyf-extension-idl.d.ts.map +1 -0
  108. package/dist/idl/iyf-extension-idl.js +14578 -0
  109. package/dist/idl/iyf-extension-wrapper.d.ts +112 -0
  110. package/dist/idl/iyf-extension-wrapper.d.ts.map +1 -0
  111. package/dist/idl/iyf-extension-wrapper.js +2 -0
  112. package/dist/idl/iyf-main-idl.d.ts +12078 -0
  113. package/dist/idl/iyf-main-idl.d.ts.map +1 -0
  114. package/dist/idl/iyf-main-idl.js +12073 -0
  115. package/dist/idl/iyf-main-wrapper.d.ts +112 -0
  116. package/dist/idl/iyf-main-wrapper.d.ts.map +1 -0
  117. package/dist/idl/iyf-main-wrapper.js +2 -0
  118. package/dist/idl/jupiter-idl.d.ts +3063 -0
  119. package/dist/idl/jupiter-idl.d.ts.map +1 -0
  120. package/dist/idl/jupiter-idl.js +3061 -0
  121. package/dist/idl/meteora-idl.d.ts +7371 -0
  122. package/dist/idl/meteora-idl.d.ts.map +1 -0
  123. package/dist/idl/meteora-idl.js +7372 -0
  124. package/dist/idl/orca-idl.d.ts +3833 -0
  125. package/dist/idl/orca-idl.d.ts.map +1 -0
  126. package/dist/idl/orca-idl.js +3834 -0
  127. package/dist/idl/raydium-idl.d.ts +3054 -0
  128. package/dist/idl/raydium-idl.d.ts.map +1 -0
  129. package/dist/idl/raydium-idl.js +3055 -0
  130. package/dist/index.d.ts +9 -0
  131. package/dist/index.d.ts.map +1 -0
  132. package/dist/index.js +31 -0
  133. package/dist/ixGenerator/IyfExtensionIxGenerator.d.ts +126 -0
  134. package/dist/ixGenerator/IyfExtensionIxGenerator.d.ts.map +1 -0
  135. package/dist/ixGenerator/IyfExtensionIxGenerator.js +467 -0
  136. package/dist/ixGenerator/IyfMainIxGenerator.d.ts +330 -0
  137. package/dist/ixGenerator/IyfMainIxGenerator.d.ts.map +1 -0
  138. package/dist/ixGenerator/IyfMainIxGenerator.js +1239 -0
  139. package/dist/ixGenerator/MeteoraDlmmIxGenerator.d.ts +685 -0
  140. package/dist/ixGenerator/MeteoraDlmmIxGenerator.d.ts.map +1 -0
  141. package/dist/ixGenerator/MeteoraDlmmIxGenerator.js +3008 -0
  142. package/dist/ixGenerator/OrcaIxGenerator.d.ts +119 -0
  143. package/dist/ixGenerator/OrcaIxGenerator.d.ts.map +1 -0
  144. package/dist/ixGenerator/OrcaIxGenerator.js +438 -0
  145. package/dist/ixGenerator/RaydiumIxGenerator.d.ts +99 -0
  146. package/dist/ixGenerator/RaydiumIxGenerator.d.ts.map +1 -0
  147. package/dist/ixGenerator/RaydiumIxGenerator.js +558 -0
  148. package/dist/ixGenerator/UtilIxGenerator.d.ts +20 -0
  149. package/dist/ixGenerator/UtilIxGenerator.d.ts.map +1 -0
  150. package/dist/ixGenerator/UtilIxGenerator.js +25 -0
  151. package/dist/meteora/index.d.ts +2 -0
  152. package/dist/meteora/index.d.ts.map +1 -0
  153. package/dist/meteora/index.js +17 -0
  154. package/dist/meteora/liquidityStrategy.d.ts +408 -0
  155. package/dist/meteora/liquidityStrategy.d.ts.map +1 -0
  156. package/dist/meteora/liquidityStrategy.js +1325 -0
  157. package/dist/meteora.d.ts +669 -0
  158. package/dist/meteora.d.ts.map +1 -0
  159. package/dist/meteora.js +1932 -0
  160. package/dist/orca.d.ts +57 -0
  161. package/dist/orca.d.ts.map +1 -0
  162. package/dist/orca.js +123 -0
  163. package/dist/pdaGenerator/HawksightPdaGenerator.d.ts +29 -0
  164. package/dist/pdaGenerator/HawksightPdaGenerator.d.ts.map +1 -0
  165. package/dist/pdaGenerator/HawksightPdaGenerator.js +75 -0
  166. package/dist/pdaGenerator/MeteoraPdaGenerator.d.ts +76 -0
  167. package/dist/pdaGenerator/MeteoraPdaGenerator.d.ts.map +1 -0
  168. package/dist/pdaGenerator/MeteoraPdaGenerator.js +166 -0
  169. package/dist/pdaGenerator/OrcaPdaGenerator.d.ts +23 -0
  170. package/dist/pdaGenerator/OrcaPdaGenerator.d.ts.map +1 -0
  171. package/dist/pdaGenerator/OrcaPdaGenerator.js +68 -0
  172. package/dist/pdaGenerator/RaydiumPdaGenerator.d.ts +49 -0
  173. package/dist/pdaGenerator/RaydiumPdaGenerator.d.ts.map +1 -0
  174. package/dist/pdaGenerator/RaydiumPdaGenerator.js +114 -0
  175. package/dist/pdaGenerator/UtilPdaGenerator.d.ts +8 -0
  176. package/dist/pdaGenerator/UtilPdaGenerator.d.ts.map +1 -0
  177. package/dist/pdaGenerator/UtilPdaGenerator.js +51 -0
  178. package/dist/types.d.ts +1104 -0
  179. package/dist/types.d.ts.map +1 -0
  180. package/dist/types.js +95 -0
  181. package/package.json +6 -5
@@ -0,0 +1,350 @@
1
+ import * as web3 from '@solana/web3.js';
2
+ import * as _client from '@hawksightco/swagger-client';
3
+ import { InitializeStorageTokenAccount, ClaimTokensFromSTA, MeteoraTxWithdraw, ResponseWithStatus, TransactionMetadata, OrcaWithdraw, OrcaDeposit, OrcaClosePosition, OrcaOpenPosition, OrcaClaimRewards, MeteoraClaimAll, MeteoraCreatePositionAndDeposit, MeteoraCreatePositionAndDepositPda, RaydiumOpenPosition, RaydiumClosePosition, RaydiumIncreaseLiquidity, RaydiumDecreaseLiquidity, OrcaSweepDust, CreateLimitTokenParams, CloseLimitTokenParams, TokenType, RaydiumWithdrawAndClosePosition, MeteoraCreatePoolAndPosition, MeteoraInitializeBinArrays, ClaimTokenFromPda, MeteoraDeposit, MeteoraInitializeLargePosition, MeteoraDepositLargerPosition, MeteoraTxWithdrawLargerPosition, TransactionMetadataWithActions, MeteoraDepositHybridToLargePosition, MeteoraCreatePositionAndDepositHybridToLargePosition, SaberWithdrawAndClosePosition } from '../types';
4
+ import { Client } from './Client';
5
+ import { GeneralUtility } from './GeneralUtility';
6
+ import BN from 'bn.js';
7
+ import { MultiTransaction } from './MultiTransaction';
8
+ import { SimpleIxGenerator } from './SimpleIxGenerator';
9
+ import { SimplePdaGenerator } from './SimplePdaGenerator';
10
+ type DepositToLtaParams = {
11
+ userWallet: web3.PublicKey;
12
+ deposit: {
13
+ mint: web3.PublicKey;
14
+ amount: BN;
15
+ }[];
16
+ };
17
+ type WithdrawFromLtaParams = {
18
+ userWallet: web3.PublicKey;
19
+ withdraw: {
20
+ mint: web3.PublicKey;
21
+ amount: BN;
22
+ }[];
23
+ hasAmount: boolean;
24
+ };
25
+ /**
26
+ * The `TxGenerator` class encapsulates methods to generate transactions with various trading operations
27
+ * on decentralized market making platforms like Meteora and Orca within the Solana ecosystem. It allows
28
+ * setting custom transaction priority and fees to manage transaction processing speed and cost.
29
+ */
30
+ export declare class TxGenerator {
31
+ private readonly client;
32
+ protected readonly generalUtility: GeneralUtility;
33
+ /**
34
+ * Simple IX Generator instance (overridable)
35
+ */
36
+ ix: SimpleIxGenerator;
37
+ /**
38
+ * Simple PDA Generator instance (overridable)
39
+ */
40
+ pda: SimplePdaGenerator;
41
+ /**
42
+ * Initializes a new instance of the TxGenerator class with a specified client.
43
+ *
44
+ * @param client An instance of Client used to interact with various APIs for transaction generation.
45
+ */
46
+ constructor(client: Client, generalUtility: GeneralUtility);
47
+ /**
48
+ * Claim token from STA. Fallbacks to ATA if STA is not yet initialized.
49
+ * @param connection A Solana web3 connection for interacting with the blockchain.
50
+ * @param payer The public key of the payer for transaction fees.
51
+ * @param params Parameters required.
52
+ * Note: Subject to refactor. Dirty implementation.
53
+ *
54
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
55
+ */
56
+ claimTokenFromSta(connection: web3.Connection, payer: string, params: ClaimTokenFromPda): Promise<ResponseWithStatus<TransactionMetadata>>;
57
+ /**
58
+ * Claim token from ATA.
59
+ * @param connection A Solana web3 connection for interacting with the blockchain.
60
+ * @param payer The public key of the payer for transaction fees.
61
+ * @param params Parameters required.
62
+ *
63
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
64
+ */
65
+ claimTokenFromAta(connection: web3.Connection, payer: string, params: ClaimTokenFromPda): Promise<ResponseWithStatus<TransactionMetadata>>;
66
+ /**
67
+ * Claim tokens from STA.
68
+ * @param connection A Solana web3 connection for interacting with the blockchain.
69
+ * @param payer The public key of the payer for transaction fees.
70
+ * @param params Parameters required.
71
+ * Note: Subject to refactor. Dirty implementation.
72
+ *
73
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
74
+ */
75
+ claimTokensFromSta(connection: web3.Connection, payer: string, params: ClaimTokensFromSTA): Promise<ResponseWithStatus<TransactionMetadata>>;
76
+ /**
77
+ * Creates instructions to initialize storage token accounts
78
+ *
79
+ * @param connection A Solana web3 connection for interacting with the blockchain.
80
+ * @param payer The public key of the payer for transaction fees.
81
+ * @param params Parameters required.
82
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
83
+ */
84
+ initializeStorageTokenAccounts(connection: web3.Connection, payer: string, params: InitializeStorageTokenAccount): Promise<ResponseWithStatus<TransactionMetadata>>;
85
+ createLimitToken(connection: web3.Connection, params: CreateLimitTokenParams): Promise<ResponseWithStatus<TransactionMetadata>>;
86
+ closeLimitToken(connection: web3.Connection, params: CloseLimitTokenParams): Promise<ResponseWithStatus<TransactionMetadata>>;
87
+ /**
88
+ * Create executable instructions to initialize and deposit to limit token accounts.
89
+ *
90
+ * @param connection The Solana web3 connection object for blockchain interactions.
91
+ * @param params Parameters required
92
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
93
+ */
94
+ depositToLta(connection: web3.Connection, params: DepositToLtaParams): Promise<{
95
+ status: number;
96
+ data: TransactionMetadata;
97
+ }>;
98
+ /**
99
+ * Creates executable instruction to withdraw from limit token accounts.
100
+ *
101
+ * @param connection The Solana web3 connection object for blockchain interactions.
102
+ * @param params Parameters required
103
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
104
+ */
105
+ withdrawFromLta(connection: web3.Connection, params: WithdrawFromLtaParams): Promise<{
106
+ status: number;
107
+ data: TransactionMetadata;
108
+ }>;
109
+ /**
110
+ * Creates meteora instruction that creates new position and deposit.
111
+ *
112
+ * @deprecated Use meteoraCreatePositionAndDepositToLargePosition instead
113
+ *
114
+ * @param connection The Solana web3 connection object for blockchain interactions.
115
+ * @param payer The public key of the payer for transaction fees.
116
+ * @param params Parameters required
117
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
118
+ */
119
+ meteoraCreatePositionAndDeposit(connection: web3.Connection, payer: string, params: _client.TxCreatePositionAndDepositBody): Promise<ResponseWithStatus<TransactionMetadata>>;
120
+ /**
121
+ * Creates meteora instruction that creates new position and deposit.
122
+ *
123
+ * @param connection The Solana web3 connection object for blockchain interactions.
124
+ * @param payer The public key of the payer for transaction fees.
125
+ * @param params Parameters required
126
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
127
+ */
128
+ meteoraCreatePositionAndDepositPda(connection: web3.Connection, payer: string, params: MeteoraCreatePositionAndDepositPda): Promise<ResponseWithStatus<TransactionMetadata>>;
129
+ /**
130
+ * Creates meteora instruction that deposits to position.
131
+ *
132
+ * @deprecated Use meteoraDepositToLargePosition instead
133
+ *
134
+ * @param connection The Solana web3 connection object for blockchain interactions.
135
+ * @param payer The public key of the payer for transaction fees.
136
+ * @param params Parameters required
137
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
138
+ */
139
+ meteoraDeposit(connection: web3.Connection, payer: string, params: _client.TxDepositBody): Promise<ResponseWithStatus<TransactionMetadata>>;
140
+ /**
141
+ * Creates meteora instruction withdraws from a position.
142
+ *
143
+ * @deprecated Use meteoraWithdrawLargerPosition instead
144
+ *
145
+ * @param connection The Solana web3 connection object for blockchain interactions.
146
+ * @param payer The public key of the payer for transaction fees.
147
+ * @param params Parameters required
148
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
149
+ */
150
+ meteoraWithdraw(connection: web3.Connection, payer: string, params: MeteoraTxWithdraw): Promise<ResponseWithStatus<TransactionMetadata>>;
151
+ /**
152
+ * Creates meteora instruction withdraws from a position.
153
+ *
154
+ * @param connection The Solana web3 connection object for blockchain interactions.
155
+ * @param payer The public key of the payer for transaction fees.
156
+ * @param params Parameters required
157
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
158
+ */
159
+ meteoraWithdrawPda(connection: web3.Connection, payer: string, params: MeteoraTxWithdraw, pdaTokenType?: TokenType): Promise<ResponseWithStatus<TransactionMetadata>>;
160
+ /**
161
+ * Withdraw liquidity from a large Meteora DLMM position (up to 1400 bins).
162
+ * For ≤149 bins: single tx. For ≥150 bins: multi-tx with chunked withdrawals.
163
+ */
164
+ meteoraWithdrawLargePosition(connection: web3.Connection, payer: string, params: MeteoraTxWithdrawLargerPosition): Promise<ResponseWithStatus<TransactionMetadata[]>>;
165
+ /**
166
+ * Creates meteora instruction that claims fees and rewards.
167
+ *
168
+ * @param connection The Solana web3 connection object for blockchain interactions.
169
+ * @param payer The public key of the payer for transaction fees.
170
+ * @param params Parameters required
171
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
172
+ */
173
+ meteoraClaim(connection: web3.Connection, payer: string, params: _client.TxClaimBody): Promise<ResponseWithStatus<TransactionMetadata>>;
174
+ /**
175
+ * Claim fees and rewards from a large Meteora DLMM position (up to 1400 bins).
176
+ *
177
+ * For ≤149 bins, delegates to single-TX meteoraClaim.
178
+ * For ≥150 bins, chunks the bin range into ≤149-bin pieces, returning multiple TXs.
179
+ *
180
+ * @param connection The Solana web3 connection object for blockchain interactions.
181
+ * @param payer The public key of the payer for transaction fees.
182
+ * @param params Parameters required
183
+ * @returns A ResponseWithStatus containing an array of TransactionMetadata.
184
+ */
185
+ meteoraClaimLargePosition(connection: web3.Connection, payer: string, params: _client.TxClaimBody): Promise<ResponseWithStatus<TransactionMetadata[]>>;
186
+ /**
187
+ * Creates meteora instruction that claims fees and rewards.
188
+ *
189
+ * @param connection The Solana web3 connection object for blockchain interactions.
190
+ * @param payer The public key of the payer for transaction fees.
191
+ * @param params Parameters required
192
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
193
+ */
194
+ meteoraClaimAll(connection: web3.Connection, payer: string, params: MeteoraClaimAll): Promise<MultiTransaction>;
195
+ /**
196
+ * Creates meteora instruction that closes position.
197
+ *
198
+ * @param connection The Solana web3 connection object for blockchain interactions.
199
+ * @param payer The public key of the payer for transaction fees.
200
+ * @param params Parameters required
201
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
202
+ */
203
+ meteoraClosePosition(connection: web3.Connection, payer: string, params: _client.TxClosePositionBody): Promise<ResponseWithStatus<TransactionMetadata>>;
204
+ /**
205
+ * Creates meteora instruction that initializes bin arrays (via hawkfi program -- main iyf)
206
+ *
207
+ * @param connection The Solana web3 connection object for blockchain interactions.
208
+ * @param payer The public key of the payer for transaction fees.
209
+ * @param params Parameters required
210
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
211
+ */
212
+ meteoraInitializeBinArrays(connection: web3.Connection, payer: string, params: _client.TxInitializeBinArraysBody): Promise<ResponseWithStatus<TransactionMetadata>>;
213
+ /**
214
+ * Creates meteora instruction that initializes bin arrays
215
+ *
216
+ * @param connection The Solana web3 connection object for blockchain interactions.
217
+ * @param payer The public key of the payer for transaction fees.
218
+ * @param params Parameters required
219
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
220
+ */
221
+ meteoraInitializeBinArrays2(connection: web3.Connection, payer: string, params: MeteoraInitializeBinArrays): Promise<ResponseWithStatus<TransactionMetadata>>;
222
+ meteoraCreatePoolAndPosition(connection: web3.Connection, payer: string, params: MeteoraCreatePoolAndPosition): Promise<ResponseWithStatus<TransactionMetadata>>;
223
+ /**
224
+ * Creates meteora instruction that initializes a large position.
225
+ * Supports up to 1400 bins, splitting across multiple transactions if needed.
226
+ *
227
+ * @param connection - Solana connection
228
+ * @param payer - Public key of the payer for transaction fees.
229
+ * @param params - Parameters required
230
+ * @returns A ResponseWithStatus containing an array of TransactionMetadata.
231
+ */
232
+ meteoraInitializeLargePosition(connection: web3.Connection, payer: string, params: MeteoraInitializeLargePosition): Promise<ResponseWithStatus<TransactionMetadataWithActions[]>>;
233
+ /**
234
+ * Deposit liquidity to a large Meteora DLMM position.
235
+ * Generates a single rebalanceLiquidity instruction for the entire position range.
236
+ *
237
+ * Uses rebalance_liquidity to chunk the deposit into multiple transactions.
238
+ * Author note: Do not use yet. No infra support yet for automations.
239
+ *
240
+ * @param connection The Solana web3 connection object for blockchain interactions.
241
+ * @param payer The public key of the payer for transaction fees.
242
+ * @param params MeteoraDeposit parameters
243
+ * @returns A ResponseWithStatus containing an array of TransactionMetadata.
244
+ */
245
+ meteoraDepositToLargePosition(connection: web3.Connection, payer: string, params: MeteoraDeposit): Promise<ResponseWithStatus<TransactionMetadataWithActions[]>>;
246
+ /**
247
+ * Create a position and deposit liquidity for any bin count.
248
+ * For ≤149 bins: single tx. For ≥150 bins: multi-tx with init + deposit.
249
+ */
250
+ meteoraCreatePositionAndDepositToLargePosition(connection: web3.Connection, payer: string, params: MeteoraCreatePositionAndDeposit): Promise<ResponseWithStatus<TransactionMetadataWithActions[]>>;
251
+ meteoraDepositHybridToLargePosition(connection: web3.Connection, payer: string, params: MeteoraDepositHybridToLargePosition): Promise<ResponseWithStatus<TransactionMetadataWithActions[]>>;
252
+ meteoraCreatePositionAndDepositHybridToLargePosition(connection: web3.Connection, payer: string, params: MeteoraCreatePositionAndDepositHybridToLargePosition): Promise<ResponseWithStatus<TransactionMetadataWithActions[]>>;
253
+ /**
254
+ * Deposit liquidity to a Meteora DLMM position (up to 70 bins) with optional position initialization.
255
+ *
256
+ * This method combines:
257
+ * - Initialize bin arrays (idempotent)
258
+ * - Optionally initialize position (if initializePosition is true)
259
+ * - Add liquidity using addLiquidityByStrategy
260
+ *
261
+ * Designed for automation compatibility - all operations in a single transaction.
262
+ * Note: Number of bins limited to 70 due to Meteora InitializePosition width constraint.
263
+ *
264
+ * @param connection The Solana web3 connection object for blockchain interactions.
265
+ * @param payer The public key of the payer for transaction fees.
266
+ * @param params MeteoraDepositLargerPosition parameters
267
+ * @returns A ResponseWithStatus containing TransactionMetadata.
268
+ */
269
+ meteoraDepositLargerPosition(connection: web3.Connection, payer: string, params: MeteoraDepositLargerPosition): Promise<ResponseWithStatus<TransactionMetadataWithActions>>;
270
+ /**
271
+ * Creates orca instruction that opens new position
272
+ *
273
+ * @param connection The Solana web3 connection object for blockchain interactions.
274
+ * @param payer The public key of the payer for transaction fees.
275
+ * @param params Parameters required
276
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
277
+ */
278
+ orcaOpenPosition(connection: web3.Connection, payer: string, params: OrcaOpenPosition): Promise<ResponseWithStatus<TransactionMetadata>>;
279
+ /**
280
+ * Creates orca instruction that closes position
281
+ *
282
+ * @param connection The Solana web3 connection object for blockchain interactions.
283
+ * @param payer The public key of the payer for transaction fees.
284
+ * @param params Parameters required
285
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
286
+ */
287
+ orcaClosePosition(connection: web3.Connection, payer: string, params: OrcaClosePosition): Promise<ResponseWithStatus<TransactionMetadata>>;
288
+ /**
289
+ * Creates orca instruction that deposits to a position
290
+ *
291
+ * @param connection The Solana web3 connection object for blockchain interactions.
292
+ * @param payer The public key of the payer for transaction fees.
293
+ * @param params Parameters required
294
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
295
+ */
296
+ orcaDeposit(connection: web3.Connection, payer: string, params: OrcaDeposit): Promise<ResponseWithStatus<TransactionMetadata>>;
297
+ /**
298
+ * Creates orca instruction that deposits to a position
299
+ *
300
+ * @param connection The Solana web3 connection object for blockchain interactions.
301
+ * @param payer The public key of the payer for transaction fees.
302
+ * @param params Parameters required
303
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
304
+ */
305
+ orcaDepositPda(connection: web3.Connection, payer: string, params: OrcaDeposit): Promise<ResponseWithStatus<TransactionMetadata>>;
306
+ /**
307
+ * Creates orca instruction that withdraws from a position
308
+ *
309
+ * @param connection The Solana web3 connection object for blockchain interactions.
310
+ * @param payer The public key of the payer for transaction fees.
311
+ * @param params Parameters required
312
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
313
+ */
314
+ orcaWithdraw(connection: web3.Connection, payer: string, params: OrcaWithdraw): Promise<ResponseWithStatus<TransactionMetadata>>;
315
+ /**
316
+ * Creates orca instruction that withdraws from a position
317
+ *
318
+ * @param connection The Solana web3 connection object for blockchain interactions.
319
+ * @param payer The public key of the payer for transaction fees.
320
+ * @param params Parameters required
321
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
322
+ */
323
+ orcaWithdrawPda(connection: web3.Connection, payer: string, params: OrcaWithdraw): Promise<ResponseWithStatus<TransactionMetadata>>;
324
+ /**
325
+ * Creates orca instruction that withdraws from a position
326
+ *
327
+ * @param connection The Solana web3 connection object for blockchain interactions.
328
+ * @param payer The public key of the payer for transaction fees.
329
+ * @param params Parameters required
330
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
331
+ */
332
+ orcaSweepDust(connection: web3.Connection, payer: string, params: OrcaSweepDust): Promise<ResponseWithStatus<TransactionMetadata>>;
333
+ /**
334
+ * Creates orca instruction that claims fees and rewards
335
+ *
336
+ * @param connection The Solana web3 connection object for blockchain interactions.
337
+ * @param payer The public key of the payer for transaction fees.
338
+ * @param params Parameters required
339
+ * @returns A ResponseWithStatus containing either TransactionMetadataResponse or TransactionMetadata.
340
+ */
341
+ orcaClaimRewards(connection: web3.Connection, payer: string, params: OrcaClaimRewards): Promise<ResponseWithStatus<TransactionMetadata>>;
342
+ raydiumOpenPosition(connection: web3.Connection, payer: string, params: RaydiumOpenPosition): Promise<ResponseWithStatus<TransactionMetadata>>;
343
+ raydiumClosePosition(connection: web3.Connection, payer: string, params: RaydiumClosePosition): Promise<ResponseWithStatus<TransactionMetadata>>;
344
+ raydiumWithdrawAndClosePosition(connection: web3.Connection, payer: string, params: RaydiumWithdrawAndClosePosition): Promise<ResponseWithStatus<TransactionMetadata>>;
345
+ raydiumIncreaseLiquidity(connection: web3.Connection, payer: string, params: RaydiumIncreaseLiquidity): Promise<ResponseWithStatus<TransactionMetadata>>;
346
+ raydiumDecreaseLiquidity(connection: web3.Connection, payer: string, params: RaydiumDecreaseLiquidity): Promise<ResponseWithStatus<TransactionMetadata>>;
347
+ saberWithdrawAndClosePosition(connection: web3.Connection, payer: string, params: SaberWithdrawAndClosePosition): Promise<ResponseWithStatus<TransactionMetadata>>;
348
+ }
349
+ export {};
350
+ //# sourceMappingURL=TxGenerator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TxGenerator.d.ts","sourceRoot":"","sources":["../../src/classes/TxGenerator.ts"],"names":[],"mappings":"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"}