@sodax/types 1.5.6-beta → 2.0.0-rc.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 (195) hide show
  1. package/README.md +49 -21
  2. package/dist/backend/backendApi.d.ts +75 -0
  3. package/dist/backend/backendApi.d.ts.map +1 -0
  4. package/dist/backend/backendApi.js +2 -0
  5. package/dist/backend/backendApi.js.map +1 -0
  6. package/dist/backend/index.d.ts +1 -80
  7. package/dist/backend/index.d.ts.map +1 -1
  8. package/dist/backend/index.js +1 -1
  9. package/dist/backend/index.js.map +1 -1
  10. package/dist/{btc/index.d.ts → bitcoin/bitcoin.d.ts} +31 -31
  11. package/dist/bitcoin/bitcoin.d.ts.map +1 -0
  12. package/dist/{btc/index.js → bitcoin/bitcoin.js} +5 -4
  13. package/dist/bitcoin/bitcoin.js.map +1 -0
  14. package/dist/bitcoin/index.d.ts +2 -0
  15. package/dist/bitcoin/index.d.ts.map +1 -0
  16. package/dist/bitcoin/index.js +2 -0
  17. package/dist/bitcoin/index.js.map +1 -0
  18. package/dist/chains/chain-keys.d.ts +31 -0
  19. package/dist/chains/chain-keys.d.ts.map +1 -0
  20. package/dist/chains/chain-keys.js +39 -0
  21. package/dist/chains/chain-keys.js.map +1 -0
  22. package/dist/chains/chains.d.ts +3491 -0
  23. package/dist/chains/chains.d.ts.map +1 -0
  24. package/dist/chains/chains.js +712 -0
  25. package/dist/chains/chains.js.map +1 -0
  26. package/dist/chains/index.d.ts +3 -0
  27. package/dist/chains/index.d.ts.map +1 -0
  28. package/dist/chains/index.js +3 -0
  29. package/dist/chains/index.js.map +1 -0
  30. package/dist/chains/tokens.d.ts +4390 -0
  31. package/dist/chains/tokens.d.ts.map +1 -0
  32. package/dist/chains/tokens.js +2139 -0
  33. package/dist/chains/tokens.js.map +1 -0
  34. package/dist/common/common.d.ts +282 -0
  35. package/dist/common/common.d.ts.map +1 -0
  36. package/dist/common/common.js +30 -0
  37. package/dist/common/common.js.map +1 -0
  38. package/dist/common/constants.d.ts +70 -0
  39. package/dist/common/constants.d.ts.map +1 -0
  40. package/dist/common/constants.js +31 -0
  41. package/dist/common/constants.js.map +1 -0
  42. package/dist/common/index.d.ts +2 -274
  43. package/dist/common/index.d.ts.map +1 -1
  44. package/dist/common/index.js +2 -1
  45. package/dist/common/index.js.map +1 -1
  46. package/dist/dex/dex.d.ts +268 -0
  47. package/dist/dex/dex.d.ts.map +1 -0
  48. package/dist/dex/dex.js +128 -0
  49. package/dist/dex/dex.js.map +1 -0
  50. package/dist/dex/index.d.ts +2 -0
  51. package/dist/dex/index.d.ts.map +1 -0
  52. package/dist/dex/index.js +2 -0
  53. package/dist/dex/index.js.map +1 -0
  54. package/dist/dex/pancakeswap-infinity.d.ts +539 -0
  55. package/dist/dex/pancakeswap-infinity.d.ts.map +1 -0
  56. package/dist/dex/pancakeswap-infinity.js +3 -0
  57. package/dist/dex/pancakeswap-infinity.js.map +1 -0
  58. package/dist/evm/evm.d.ts +48 -0
  59. package/dist/evm/evm.d.ts.map +1 -0
  60. package/dist/evm/evm.js +2 -0
  61. package/dist/evm/evm.js.map +1 -0
  62. package/dist/evm/index.d.ts +1 -39
  63. package/dist/evm/index.d.ts.map +1 -1
  64. package/dist/evm/index.js +1 -1
  65. package/dist/evm/index.js.map +1 -1
  66. package/dist/icon/icon.d.ts +55 -0
  67. package/dist/icon/icon.d.ts.map +1 -0
  68. package/dist/icon/icon.js +2 -0
  69. package/dist/icon/icon.js.map +1 -0
  70. package/dist/icon/index.d.ts +1 -35
  71. package/dist/icon/index.d.ts.map +1 -1
  72. package/dist/icon/index.js +1 -1
  73. package/dist/icon/index.js.map +1 -1
  74. package/dist/index.d.ts +15 -7
  75. package/dist/index.d.ts.map +1 -1
  76. package/dist/index.js +15 -7
  77. package/dist/index.js.map +1 -1
  78. package/dist/injective/index.d.ts +1 -67
  79. package/dist/injective/index.d.ts.map +1 -1
  80. package/dist/injective/index.js +1 -16
  81. package/dist/injective/index.js.map +1 -1
  82. package/dist/injective/injective.d.ts +103 -0
  83. package/dist/injective/injective.d.ts.map +1 -0
  84. package/dist/injective/injective.js +2 -0
  85. package/dist/injective/injective.js.map +1 -0
  86. package/dist/moneyMarket/index.d.ts +2 -0
  87. package/dist/moneyMarket/index.d.ts.map +1 -0
  88. package/dist/moneyMarket/index.js +2 -0
  89. package/dist/moneyMarket/index.js.map +1 -0
  90. package/dist/moneyMarket/moneyMarket.d.ts +2440 -0
  91. package/dist/moneyMarket/moneyMarket.d.ts.map +1 -0
  92. package/dist/moneyMarket/moneyMarket.js +194 -0
  93. package/dist/moneyMarket/moneyMarket.js.map +1 -0
  94. package/dist/near/index.d.ts +1 -69
  95. package/dist/near/index.d.ts.map +1 -1
  96. package/dist/near/index.js +1 -1
  97. package/dist/near/index.js.map +1 -1
  98. package/dist/near/near-api-js.d.ts +6119 -0
  99. package/dist/near/near-api-js.d.ts.map +1 -0
  100. package/dist/near/near-api-js.js +2 -0
  101. package/dist/near/near-api-js.js.map +1 -0
  102. package/dist/near/near.d.ts +75 -0
  103. package/dist/near/near.d.ts.map +1 -0
  104. package/dist/near/near.js +2 -0
  105. package/dist/near/near.js.map +1 -0
  106. package/dist/shared/index.d.ts +2 -0
  107. package/dist/shared/index.d.ts.map +1 -0
  108. package/dist/shared/index.js +2 -0
  109. package/dist/shared/index.js.map +1 -0
  110. package/dist/shared/shared.d.ts +17 -0
  111. package/dist/shared/shared.d.ts.map +1 -0
  112. package/dist/shared/shared.js +6 -0
  113. package/dist/shared/shared.js.map +1 -0
  114. package/dist/sodax-config/index.d.ts +2 -0
  115. package/dist/sodax-config/index.d.ts.map +1 -0
  116. package/dist/sodax-config/index.js +2 -0
  117. package/dist/sodax-config/index.js.map +1 -0
  118. package/dist/sodax-config/sodax-config.d.ts +6070 -0
  119. package/dist/{constants/index.d.ts.map → sodax-config/sodax-config.d.ts.map} +1 -1
  120. package/dist/sodax-config/sodax-config.js +22 -0
  121. package/dist/sodax-config/sodax-config.js.map +1 -0
  122. package/dist/solana/index.d.ts +1 -99
  123. package/dist/solana/index.d.ts.map +1 -1
  124. package/dist/solana/index.js +1 -1
  125. package/dist/solana/index.js.map +1 -1
  126. package/dist/solana/solana-web3.d.ts +390 -0
  127. package/dist/solana/solana-web3.d.ts.map +1 -0
  128. package/dist/solana/solana-web3.js +2 -0
  129. package/dist/solana/solana-web3.js.map +1 -0
  130. package/dist/solana/solana.d.ts +111 -0
  131. package/dist/solana/solana.d.ts.map +1 -0
  132. package/dist/solana/solana.js +2 -0
  133. package/dist/solana/solana.js.map +1 -0
  134. package/dist/stacks/index.d.ts +1 -16
  135. package/dist/stacks/index.d.ts.map +1 -1
  136. package/dist/stacks/index.js +1 -1
  137. package/dist/stacks/index.js.map +1 -1
  138. package/dist/stacks/stacks.d.ts +211 -0
  139. package/dist/stacks/stacks.d.ts.map +1 -0
  140. package/dist/stacks/stacks.js +2 -0
  141. package/dist/stacks/stacks.js.map +1 -0
  142. package/dist/stellar/index.d.ts +1 -69
  143. package/dist/stellar/index.d.ts.map +1 -1
  144. package/dist/stellar/index.js +1 -1
  145. package/dist/stellar/index.js.map +1 -1
  146. package/dist/stellar/stellar.d.ts +97 -0
  147. package/dist/stellar/stellar.d.ts.map +1 -0
  148. package/dist/stellar/stellar.js +2 -0
  149. package/dist/stellar/stellar.js.map +1 -0
  150. package/dist/sui/index.d.ts +1 -32
  151. package/dist/sui/index.d.ts.map +1 -1
  152. package/dist/sui/index.js +1 -1
  153. package/dist/sui/index.js.map +1 -1
  154. package/dist/sui/sui.d.ts +312 -0
  155. package/dist/sui/sui.d.ts.map +1 -0
  156. package/dist/sui/sui.js +2 -0
  157. package/dist/sui/sui.js.map +1 -0
  158. package/dist/swap/index.d.ts +2 -0
  159. package/dist/swap/index.d.ts.map +1 -0
  160. package/dist/swap/index.js +2 -0
  161. package/dist/swap/index.js.map +1 -0
  162. package/dist/swap/swap.d.ts +3369 -0
  163. package/dist/swap/swap.d.ts.map +1 -0
  164. package/dist/swap/swap.js +242 -0
  165. package/dist/swap/swap.js.map +1 -0
  166. package/dist/utils/deep-partial.d.ts +9 -0
  167. package/dist/utils/deep-partial.d.ts.map +1 -0
  168. package/dist/utils/deep-partial.js +2 -0
  169. package/dist/utils/deep-partial.js.map +1 -0
  170. package/dist/utils/index.d.ts +3 -0
  171. package/dist/utils/index.d.ts.map +1 -0
  172. package/dist/utils/index.js +3 -0
  173. package/dist/utils/index.js.map +1 -0
  174. package/dist/utils/utils.d.ts +61 -0
  175. package/dist/utils/utils.d.ts.map +1 -0
  176. package/dist/utils/utils.js +144 -0
  177. package/dist/utils/utils.js.map +1 -0
  178. package/dist/wallet/index.d.ts +3 -0
  179. package/dist/wallet/index.d.ts.map +1 -0
  180. package/dist/wallet/index.js +3 -0
  181. package/dist/wallet/index.js.map +1 -0
  182. package/dist/wallet/providers.d.ts +24 -0
  183. package/dist/wallet/providers.d.ts.map +1 -0
  184. package/dist/wallet/providers.js +2 -0
  185. package/dist/wallet/providers.js.map +1 -0
  186. package/dist/wallet/wallet.d.ts +19 -0
  187. package/dist/wallet/wallet.d.ts.map +1 -0
  188. package/dist/wallet/wallet.js +2 -0
  189. package/dist/wallet/wallet.js.map +1 -0
  190. package/package.json +17 -9
  191. package/dist/btc/index.d.ts.map +0 -1
  192. package/dist/btc/index.js.map +0 -1
  193. package/dist/constants/index.d.ts +0 -7228
  194. package/dist/constants/index.js +0 -3204
  195. package/dist/constants/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyKqB,CAAC;AAS7D,eAAO,MAAM,wBAAwB,+nCAGP,CAAC;AAE/B,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BA9vDoB,kBAAkB,CAAC,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAswD1C,CAAC;AAEpC,eAAO,MAAM,oBAAoB,EAAE,YAAY,EAAoD,CAAC;AAEpG,eAAO,MAAM,mBAAmB;;;;;CAKtB,CAAC"}
1
+ {"version":3,"file":"sodax-config.d.ts","sourceRoot":"","sources":["../../src/sodax-config/sodax-config.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { apiConfig, solverConfig, relayConfig, } from '../common/constants.js';
2
+ import { moneyMarketConfig } from '../moneyMarket/moneyMarket.js';
3
+ import { dexConfig } from '../dex/dex.js';
4
+ import { swapsConfig } from '../swap/swap.js';
5
+ import { spokeChainConfig, hubConfig, } from '../chains/chains.js';
6
+ export const bridgeConfig = {
7
+ partnerFee: undefined,
8
+ };
9
+ // default sodax config object which can always be overriden through Sodax instance (i.e. new Sodax(...config))
10
+ export const sodaxConfig = {
11
+ fee: undefined,
12
+ chains: spokeChainConfig,
13
+ swaps: swapsConfig,
14
+ moneyMarket: moneyMarketConfig,
15
+ bridge: bridgeConfig,
16
+ dex: dexConfig,
17
+ hub: hubConfig,
18
+ api: apiConfig,
19
+ solver: solverConfig,
20
+ relay: relayConfig,
21
+ };
22
+ //# sourceMappingURL=sodax-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sodax-config.js","sourceRoot":"","sources":["../../src/sodax-config/sodax-config.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,YAAY,EACZ,WAAW,GAIZ,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAkB,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAoB,MAAM,iBAAiB,CAAC;AAChE,OAAO,EACL,gBAAgB,EAEhB,SAAS,GAGV,MAAM,qBAAqB,CAAC;AAgC7B,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,UAAU,EAAE,SAAS;CACC,CAAC;AAezB,+GAA+G;AAC/G,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,GAAG,EAAE,SAAS;IACd,MAAM,EAAE,gBAAgB;IACxB,KAAK,EAAE,WAAW;IAClB,WAAW,EAAE,iBAAiB;IAC9B,MAAM,EAAE,YAAY;IACpB,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,MAAM,EAAE,YAAY;IACpB,KAAK,EAAE,WAAW;CACG,CAAC"}
@@ -1,100 +1,2 @@
1
- import type { WalletAddressProvider } from '../common/index.js';
2
- export type SolanaEoaAddress = string;
3
- export type TransactionSignature = string;
4
- export type SolanaSerializedTransaction = Uint8Array;
5
- export type SolanaBase58PublicKey = string;
6
- type Context = {
7
- slot: number;
8
- };
9
- export type SolanaAccountMeta = {
10
- /** An account's public key */
11
- pubkey: SolanaBase58PublicKey;
12
- /** True if an instruction requires a transaction signature matching `pubkey` */
13
- isSigner: boolean;
14
- /** True if the `pubkey` can be loaded as a read-write account. */
15
- isWritable: boolean;
16
- };
17
- export type SolanaRawTransactionInstruction = {
18
- /**
19
- * Public keys to include in this transaction
20
- * Boolean represents whether this pubkey needs to sign the transaction
21
- */
22
- keys: Array<SolanaAccountMeta>;
23
- /**
24
- * Program Id to execute
25
- */
26
- programId: SolanaBase58PublicKey;
27
- /**
28
- * Program input
29
- */
30
- data: Uint8Array;
31
- };
32
- export type SolanaTokenAmount = {
33
- /** Raw amount of tokens as string ignoring decimals */
34
- amount: string;
35
- /** Number of decimals configured for token's mint */
36
- decimals: number;
37
- /** Token amount as float, accounts for decimals */
38
- uiAmount: number | null;
39
- /** Token amount as string, accounts for decimals */
40
- uiAmountString?: string;
41
- };
42
- type TokenAmount = {
43
- /** Raw amount of tokens as string ignoring decimals */
44
- amount: string;
45
- /** Number of decimals configured for token's mint */
46
- decimals: number;
47
- /** Token amount as float, accounts for decimals */
48
- uiAmount: number | null;
49
- /** Token amount as string, accounts for decimals */
50
- uiAmountString?: string;
51
- };
52
- export type SolanaRpcResponseAndContext<T> = {
53
- /** response context */
54
- context: Context;
55
- /** response value */
56
- value: T;
57
- };
58
- export type SolanaSignatureResult = {
59
- err: TransactionError | null;
60
- };
61
- type RpcResponseAndContext<T> = {
62
- /** response context */
63
- context: Context;
64
- /** response value */
65
- value: T;
66
- };
67
- export type Commitment = 'processed' | 'confirmed' | 'finalized' | 'recent' | 'single' | 'singleGossip' | 'root' | 'max';
68
- type TransactionError = {} | string;
69
- export type RawTransaction = {
70
- signatures: {
71
- publicKey: string;
72
- signature: string | null;
73
- }[];
74
- message: {
75
- header: {
76
- numRequiredSignatures: number;
77
- numReadonlySignedAccounts: number;
78
- numReadonlyUnsignedAccounts: number;
79
- };
80
- accountKeys: string[];
81
- recentBlockhash: string;
82
- instructions: {
83
- programIdIndex: number;
84
- accounts: number[];
85
- data: string;
86
- }[];
87
- };
88
- };
89
- export interface ISolanaWalletProvider extends WalletAddressProvider {
90
- getWalletAddress: () => Promise<string>;
91
- sendTransaction: (rawTransaction: Uint8Array | Array<number>) => Promise<TransactionSignature>;
92
- waitForConfirmation: (signature: TransactionSignature, commitment: Commitment) => Promise<SolanaRpcResponseAndContext<SolanaSignatureResult>>;
93
- buildV0Txn: (instructions: SolanaRawTransactionInstruction[]) => Promise<SolanaSerializedTransaction>;
94
- getWalletBase58PublicKey: () => SolanaBase58PublicKey;
95
- getAssociatedTokenAddress: (mint: SolanaBase58PublicKey) => Promise<SolanaBase58PublicKey>;
96
- getBalance: (publicKey: SolanaBase58PublicKey) => Promise<number>;
97
- getTokenAccountBalance: (publicKey: SolanaBase58PublicKey) => Promise<RpcResponseAndContext<TokenAmount>>;
98
- }
99
- export {};
1
+ export * from './solana.js';
100
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/solana/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/solana/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -1,2 +1,2 @@
1
- export {};
1
+ export * from './solana.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/solana/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/solana/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -0,0 +1,390 @@
1
+ import type { Buffer } from 'buffer';
2
+ declare class Struct {
3
+ constructor(properties: any);
4
+ encode(): Buffer;
5
+ static decode(data: Buffer): any;
6
+ static decodeUnchecked(data: Buffer): any;
7
+ }
8
+ /**
9
+ * Value to be converted into public key
10
+ */
11
+ type PublicKeyInitData = number | string | Uint8Array | Array<number> | PublicKeyData;
12
+ /**
13
+ * JSON object representation of PublicKey class
14
+ */
15
+ type PublicKeyData = {};
16
+ /**
17
+ * A public key
18
+ */
19
+ declare class PublicKey extends Struct {
20
+ /**
21
+ * Create a new PublicKey object
22
+ * @param value ed25519 public key as buffer or base-58 encoded string
23
+ */
24
+ constructor(value: PublicKeyInitData);
25
+ /**
26
+ * Returns a unique PublicKey for tests and benchmarks using a counter
27
+ */
28
+ static unique(): PublicKey;
29
+ /**
30
+ * Default public key value. The base58-encoded string representation is all ones (as seen below)
31
+ * The underlying BN number is 32 bytes that are all zeros
32
+ */
33
+ static default: PublicKey;
34
+ /**
35
+ * Checks if two publicKeys are equal
36
+ */
37
+ equals(publicKey: PublicKey): boolean;
38
+ /**
39
+ * Return the base-58 representation of the public key
40
+ */
41
+ toBase58(): string;
42
+ toJSON(): string;
43
+ /**
44
+ * Return the byte array representation of the public key in big endian
45
+ */
46
+ toBytes(): Uint8Array;
47
+ /**
48
+ * Return the Buffer representation of the public key in big endian
49
+ */
50
+ toBuffer(): Buffer;
51
+ get [Symbol.toStringTag](): string;
52
+ /**
53
+ * Return the base-58 representation of the public key
54
+ */
55
+ toString(): string;
56
+ /**
57
+ * Derive a public key from another key, a seed, and a program ID.
58
+ * The program ID will also serve as the owner of the public key, giving
59
+ * it permission to write data to the account.
60
+ */
61
+ static createWithSeed(fromPublicKey: PublicKey, seed: string, programId: PublicKey): Promise<PublicKey>;
62
+ /**
63
+ * Derive a program address from seeds and a program ID.
64
+ */
65
+ static createProgramAddressSync(seeds: Array<Buffer | Uint8Array>, programId: PublicKey): PublicKey;
66
+ /**
67
+ * Async version of createProgramAddressSync
68
+ * For backwards compatibility
69
+ *
70
+ * @deprecated Use {@link createProgramAddressSync} instead
71
+ */
72
+ static createProgramAddress(seeds: Array<Buffer | Uint8Array>, programId: PublicKey): Promise<PublicKey>;
73
+ /**
74
+ * Find a valid program address
75
+ *
76
+ * Valid program addresses must fall off the ed25519 curve. This function
77
+ * iterates a nonce until it finds one that when combined with the seeds
78
+ * results in a valid program address.
79
+ */
80
+ static findProgramAddressSync(seeds: Array<Buffer | Uint8Array>, programId: PublicKey): [PublicKey, number];
81
+ /**
82
+ * Async version of findProgramAddressSync
83
+ * For backwards compatibility
84
+ *
85
+ * @deprecated Use {@link findProgramAddressSync} instead
86
+ */
87
+ static findProgramAddress(seeds: Array<Buffer | Uint8Array>, programId: PublicKey): Promise<[PublicKey, number]>;
88
+ /**
89
+ * Check that a pubkey is on the ed25519 curve.
90
+ */
91
+ static isOnCurve(pubkeyData: PublicKeyInitData): boolean;
92
+ }
93
+ /**
94
+ * Blockhash as Base58 string.
95
+ */
96
+ type Blockhash = string;
97
+ type AccountKeysFromLookups = LoadedAddresses;
98
+ declare class MessageAccountKeys {
99
+ staticAccountKeys: Array<PublicKey>;
100
+ accountKeysFromLookups?: AccountKeysFromLookups;
101
+ constructor(staticAccountKeys: Array<PublicKey>, accountKeysFromLookups?: AccountKeysFromLookups);
102
+ keySegments(): Array<Array<PublicKey>>;
103
+ get(index: number): PublicKey | undefined;
104
+ get length(): number;
105
+ compileInstructions(instructions: Array<TransactionInstruction>): Array<MessageCompiledInstruction>;
106
+ }
107
+ /**
108
+ * An instruction to execute by a program
109
+ *
110
+ * @property {number} programIdIndex
111
+ * @property {number[]} accounts
112
+ * @property {string} data
113
+ */
114
+ type CompiledInstruction = {
115
+ /** Index into the transaction keys array indicating the program account that executes this instruction */
116
+ programIdIndex: number;
117
+ /** Ordered indices into the transaction keys array indicating which accounts to pass to the program */
118
+ accounts: number[];
119
+ /** The program input data encoded as base 58 */
120
+ data: string;
121
+ };
122
+ /**
123
+ * Message constructor arguments
124
+ */
125
+ type MessageArgs = {
126
+ /** The message header, identifying signed and read-only `accountKeys` */
127
+ header: MessageHeader;
128
+ /** All the account keys used by this transaction */
129
+ accountKeys: string[] | PublicKey[];
130
+ /** The hash of a recent ledger block */
131
+ recentBlockhash: Blockhash;
132
+ /** Instructions that will be executed in sequence and committed in one atomic transaction if all succeed. */
133
+ instructions: CompiledInstruction[];
134
+ };
135
+ type CompileLegacyArgs = {
136
+ payerKey: PublicKey;
137
+ instructions: Array<TransactionInstruction>;
138
+ recentBlockhash: Blockhash;
139
+ };
140
+ /**
141
+ * List of instructions to be processed atomically
142
+ */
143
+ declare class Message {
144
+ header: MessageHeader;
145
+ accountKeys: PublicKey[];
146
+ recentBlockhash: Blockhash;
147
+ instructions: CompiledInstruction[];
148
+ constructor(args: MessageArgs);
149
+ get version(): 'legacy';
150
+ get staticAccountKeys(): Array<PublicKey>;
151
+ get compiledInstructions(): Array<MessageCompiledInstruction>;
152
+ get addressTableLookups(): Array<MessageAddressTableLookup>;
153
+ getAccountKeys(): MessageAccountKeys;
154
+ static compile(args: CompileLegacyArgs): Message;
155
+ isAccountSigner(index: number): boolean;
156
+ isAccountWritable(index: number): boolean;
157
+ isProgramId(index: number): boolean;
158
+ programIds(): PublicKey[];
159
+ nonProgramIds(): PublicKey[];
160
+ serialize(): Buffer;
161
+ /**
162
+ * Decode a compiled message into a Message object.
163
+ */
164
+ static from(buffer: Buffer | Uint8Array | Array<number>): Message;
165
+ }
166
+ type AddressLookupTableState = {
167
+ deactivationSlot: bigint;
168
+ lastExtendedSlot: number;
169
+ lastExtendedSlotStartIndex: number;
170
+ authority?: PublicKey;
171
+ addresses: Array<PublicKey>;
172
+ };
173
+ type AddressLookupTableAccountArgs = {
174
+ key: PublicKey;
175
+ state: AddressLookupTableState;
176
+ };
177
+ declare class AddressLookupTableAccount {
178
+ key: PublicKey;
179
+ state: AddressLookupTableState;
180
+ constructor(args: AddressLookupTableAccountArgs);
181
+ isActive(): boolean;
182
+ static deserialize(accountData: Uint8Array): AddressLookupTableState;
183
+ }
184
+ /**
185
+ * Message constructor arguments
186
+ */
187
+ type MessageV0Args = {
188
+ /** The message header, identifying signed and read-only `accountKeys` */
189
+ header: MessageHeader;
190
+ /** The static account keys used by this transaction */
191
+ staticAccountKeys: PublicKey[];
192
+ /** The hash of a recent ledger block */
193
+ recentBlockhash: Blockhash;
194
+ /** Instructions that will be executed in sequence and committed in one atomic transaction if all succeed. */
195
+ compiledInstructions: MessageCompiledInstruction[];
196
+ /** Instructions that will be executed in sequence and committed in one atomic transaction if all succeed. */
197
+ addressTableLookups: MessageAddressTableLookup[];
198
+ };
199
+ type CompileV0Args = {
200
+ payerKey: PublicKey;
201
+ instructions: Array<TransactionInstruction>;
202
+ recentBlockhash: Blockhash;
203
+ addressLookupTableAccounts?: Array<AddressLookupTableAccount>;
204
+ };
205
+ type GetAccountKeysArgs = {
206
+ accountKeysFromLookups?: AccountKeysFromLookups | null;
207
+ } | {
208
+ addressLookupTableAccounts?: AddressLookupTableAccount[] | null;
209
+ };
210
+ declare class MessageV0 {
211
+ header: MessageHeader;
212
+ staticAccountKeys: Array<PublicKey>;
213
+ recentBlockhash: Blockhash;
214
+ compiledInstructions: Array<MessageCompiledInstruction>;
215
+ addressTableLookups: Array<MessageAddressTableLookup>;
216
+ constructor(args: MessageV0Args);
217
+ get version(): 0;
218
+ get numAccountKeysFromLookups(): number;
219
+ getAccountKeys(args?: GetAccountKeysArgs): MessageAccountKeys;
220
+ isAccountSigner(index: number): boolean;
221
+ isAccountWritable(index: number): boolean;
222
+ resolveAddressTableLookups(addressLookupTableAccounts: AddressLookupTableAccount[]): AccountKeysFromLookups;
223
+ static compile(args: CompileV0Args): MessageV0;
224
+ serialize(): Uint8Array;
225
+ static deserialize(serializedMessage: Uint8Array): MessageV0;
226
+ }
227
+ type VersionedMessage = Message | MessageV0;
228
+ declare const VersionedMessage: {
229
+ deserializeMessageVersion(serializedMessage: Uint8Array): "legacy" | number;
230
+ deserialize: (serializedMessage: Uint8Array) => VersionedMessage;
231
+ };
232
+ /**
233
+ * The message header, identifying signed and read-only account
234
+ */
235
+ type MessageHeader = {
236
+ /**
237
+ * The number of signatures required for this message to be considered valid. The
238
+ * signatures must match the first `numRequiredSignatures` of `accountKeys`.
239
+ */
240
+ numRequiredSignatures: number;
241
+ /** The last `numReadonlySignedAccounts` of the signed keys are read-only accounts */
242
+ numReadonlySignedAccounts: number;
243
+ /** The last `numReadonlySignedAccounts` of the unsigned keys are read-only accounts */
244
+ numReadonlyUnsignedAccounts: number;
245
+ };
246
+ /**
247
+ * An address table lookup used to load additional accounts
248
+ */
249
+ type MessageAddressTableLookup = {
250
+ accountKey: PublicKey;
251
+ writableIndexes: Array<number>;
252
+ readonlyIndexes: Array<number>;
253
+ };
254
+ /**
255
+ * An instruction to execute by a program
256
+ *
257
+ * @property {number} programIdIndex
258
+ * @property {number[]} accountKeyIndexes
259
+ * @property {Uint8Array} data
260
+ */
261
+ type MessageCompiledInstruction = {
262
+ /** Index into the transaction keys array indicating the program account that executes this instruction */
263
+ programIdIndex: number;
264
+ /** Ordered indices into the transaction keys array indicating which accounts to pass to the program */
265
+ accountKeyIndexes: number[];
266
+ /** The program input data */
267
+ data: Uint8Array;
268
+ };
269
+ /**
270
+ * Account metadata used to define instructions
271
+ */
272
+ type AccountMeta = {
273
+ /** An account's public key */
274
+ pubkey: PublicKey;
275
+ /** True if an instruction requires a transaction signature matching `pubkey` */
276
+ isSigner: boolean;
277
+ /** True if the `pubkey` can be loaded as a read-write account. */
278
+ isWritable: boolean;
279
+ };
280
+ /**
281
+ * List of TransactionInstruction object fields that may be initialized at construction
282
+ */
283
+ type TransactionInstructionCtorFields = {
284
+ keys: Array<AccountMeta>;
285
+ programId: PublicKey;
286
+ data?: Buffer;
287
+ };
288
+ /**
289
+ * Transaction Instruction class
290
+ */
291
+ declare class TransactionInstruction {
292
+ /**
293
+ * Public keys to include in this transaction
294
+ * Boolean represents whether this pubkey needs to sign the transaction
295
+ */
296
+ keys: Array<AccountMeta>;
297
+ /**
298
+ * Program Id to execute
299
+ */
300
+ programId: PublicKey;
301
+ /**
302
+ * Program input
303
+ */
304
+ data: Buffer;
305
+ constructor(opts: TransactionInstructionCtorFields);
306
+ }
307
+ type TransactionVersion = 'legacy' | 0;
308
+ type TokenBalance = {
309
+ accountIndex: number;
310
+ mint: string;
311
+ owner?: string;
312
+ programId?: string;
313
+ uiTokenAmount: TokenAmount;
314
+ };
315
+ /**
316
+ * Collection of addresses loaded by a transaction using address table lookups
317
+ */
318
+ type LoadedAddresses = {
319
+ writable: Array<PublicKey>;
320
+ readonly: Array<PublicKey>;
321
+ };
322
+ type CompiledInnerInstruction = {
323
+ index: number;
324
+ instructions: CompiledInstruction[];
325
+ };
326
+ /**
327
+ * Metadata for a confirmed transaction on the ledger
328
+ */
329
+ type ConfirmedTransactionMeta = {
330
+ /** The fee charged for processing the transaction */
331
+ fee: number;
332
+ /** An array of cross program invoked instructions */
333
+ innerInstructions?: CompiledInnerInstruction[] | null;
334
+ /** The balances of the transaction accounts before processing */
335
+ preBalances: Array<number>;
336
+ /** The balances of the transaction accounts after processing */
337
+ postBalances: Array<number>;
338
+ /** An array of program log messages emitted during a transaction */
339
+ logMessages?: Array<string> | null;
340
+ /** The token balances of the transaction accounts before processing */
341
+ preTokenBalances?: Array<TokenBalance> | null;
342
+ /** The token balances of the transaction accounts after processing */
343
+ postTokenBalances?: Array<TokenBalance> | null;
344
+ /** The error result of transaction processing */
345
+ err: TransactionError | null;
346
+ /** The collection of addresses loaded using address lookup tables */
347
+ loadedAddresses?: LoadedAddresses;
348
+ /** The compute units consumed after processing the transaction */
349
+ computeUnitsConsumed?: number;
350
+ };
351
+ /**
352
+ * A processed transaction from the RPC API
353
+ */
354
+ export type VersionedTransactionResponse = {
355
+ /** The slot during which the transaction was processed */
356
+ slot: number;
357
+ /** The transaction */
358
+ transaction: {
359
+ /** The transaction message */
360
+ message: VersionedMessage;
361
+ /** The transaction signatures */
362
+ signatures: string[];
363
+ };
364
+ /** Metadata produced from the transaction */
365
+ meta: ConfirmedTransactionMeta | null;
366
+ /** The unix timestamp of when the transaction was processed */
367
+ blockTime?: number | null;
368
+ /** The transaction version */
369
+ version?: TransactionVersion;
370
+ };
371
+ /**
372
+ * Token amount object which returns a token amount in different formats
373
+ * for various client use cases.
374
+ */
375
+ type TokenAmount = {
376
+ /** Raw amount of tokens as string ignoring decimals */
377
+ amount: string;
378
+ /** Number of decimals configured for token's mint */
379
+ decimals: number;
380
+ /** Token amount as float, accounts for decimals */
381
+ uiAmount: number | null;
382
+ /** Token amount as string, accounts for decimals */
383
+ uiAmountString?: string;
384
+ };
385
+ /**
386
+ * Transaction error
387
+ */
388
+ type TransactionError = {} | string;
389
+ export {};
390
+ //# sourceMappingURL=solana-web3.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solana-web3.d.ts","sourceRoot":"","sources":["../../src/solana/solana-web3.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=solana-web3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"solana-web3.js","sourceRoot":"","sources":["../../src/solana/solana-web3.ts"],"names":[],"mappings":""}