@raydium-io/raydium-sdk-v2 0.1.44-alpha → 0.1.45-alpha

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 (106) hide show
  1. package/lib/api/api.d.ts +1 -1
  2. package/lib/api/index.d.ts +1 -1
  3. package/lib/api/type.d.ts +1 -1
  4. package/lib/common/accountInfo.d.ts +1 -1
  5. package/lib/common/bignumber.d.ts +1 -1
  6. package/lib/common/fractionUtil.d.ts +1 -1
  7. package/lib/common/index.d.ts +1 -1
  8. package/lib/common/transfer.d.ts +1 -1
  9. package/lib/common/txTool/txTool.d.ts +1 -1
  10. package/lib/common/txTool/txUtils.d.ts +1 -1
  11. package/lib/common/utility.d.ts +1 -1
  12. package/lib/index.d.ts +3 -3
  13. package/lib/index.js +1 -1
  14. package/lib/index.js.map +1 -1
  15. package/lib/index.mjs +1 -1
  16. package/lib/index.mjs.map +1 -1
  17. package/lib/module/amount.d.ts +1 -1
  18. package/lib/module/fraction.d.ts +1 -1
  19. package/lib/module/index.d.ts +1 -1
  20. package/lib/module/percent.d.ts +1 -1
  21. package/lib/module/price.d.ts +1 -1
  22. package/lib/raydium/account/account.d.ts +3 -3
  23. package/lib/raydium/account/index.d.ts +1 -1
  24. package/lib/raydium/account/instruction.d.ts +1 -1
  25. package/lib/raydium/account/types.d.ts +1 -1
  26. package/lib/raydium/account/util.d.ts +1 -1
  27. package/lib/raydium/clmm/clmm.d.ts +3 -3
  28. package/lib/raydium/clmm/index.d.ts +3 -3
  29. package/lib/raydium/clmm/instrument.d.ts +2 -2
  30. package/lib/raydium/clmm/layout.d.ts +1 -1
  31. package/lib/raydium/clmm/type.d.ts +2 -2
  32. package/lib/raydium/clmm/utils/math.d.ts +2 -2
  33. package/lib/raydium/clmm/utils/pool.d.ts +2 -2
  34. package/lib/raydium/clmm/utils/position.d.ts +2 -2
  35. package/lib/raydium/clmm/utils/tick.d.ts +2 -2
  36. package/lib/raydium/clmm/utils/tickQuery.d.ts +2 -2
  37. package/lib/raydium/clmm/utils/tickarrayBitmap.d.ts +2 -2
  38. package/lib/raydium/cpmm/cpmm.d.ts +3 -3
  39. package/lib/raydium/cpmm/cpmm.js +1 -1
  40. package/lib/raydium/cpmm/cpmm.js.map +1 -1
  41. package/lib/raydium/cpmm/cpmm.mjs +1 -1
  42. package/lib/raydium/cpmm/cpmm.mjs.map +1 -1
  43. package/lib/raydium/cpmm/index.d.ts +1 -1
  44. package/lib/raydium/cpmm/layout.d.ts +1 -1
  45. package/lib/raydium/cpmm/type.d.ts +2 -1
  46. package/lib/raydium/cpmm/type.js.map +1 -1
  47. package/lib/raydium/farm/config.d.ts +1 -1
  48. package/lib/raydium/farm/farm.d.ts +3 -3
  49. package/lib/raydium/farm/index.d.ts +1 -1
  50. package/lib/raydium/farm/instruction.d.ts +1 -1
  51. package/lib/raydium/farm/layout.d.ts +1 -1
  52. package/lib/raydium/farm/type.d.ts +1 -1
  53. package/lib/raydium/farm/util.d.ts +1 -1
  54. package/lib/raydium/ido/ido.d.ts +3 -3
  55. package/lib/raydium/ido/index.d.ts +3 -3
  56. package/lib/raydium/ido/instruction.d.ts +1 -1
  57. package/lib/raydium/ido/type.d.ts +1 -1
  58. package/lib/raydium/index.d.ts +3 -3
  59. package/lib/raydium/index.js +1 -1
  60. package/lib/raydium/index.js.map +1 -1
  61. package/lib/raydium/index.mjs +1 -1
  62. package/lib/raydium/index.mjs.map +1 -1
  63. package/lib/raydium/liquidity/index.d.ts +1 -1
  64. package/lib/raydium/liquidity/instruction.d.ts +1 -1
  65. package/lib/raydium/liquidity/layout.d.ts +6 -6
  66. package/lib/raydium/liquidity/liquidity.d.ts +3 -3
  67. package/lib/raydium/liquidity/type.d.ts +1 -1
  68. package/lib/raydium/liquidity/utils.d.ts +1 -1
  69. package/lib/raydium/marketV2/createMarket.d.ts +3 -3
  70. package/lib/raydium/marketV2/createMarket.js.map +1 -1
  71. package/lib/raydium/marketV2/createMarket.mjs.map +1 -1
  72. package/lib/raydium/marketV2/index.d.ts +3 -3
  73. package/lib/raydium/marketV2/index.js.map +1 -1
  74. package/lib/raydium/marketV2/index.mjs.map +1 -1
  75. package/lib/raydium/moduleBase.d.ts +3 -3
  76. package/lib/raydium/raydium.d.ts +3 -3
  77. package/lib/raydium/raydium.js +1 -1
  78. package/lib/raydium/raydium.js.map +1 -1
  79. package/lib/raydium/raydium.mjs +1 -1
  80. package/lib/raydium/raydium.mjs.map +1 -1
  81. package/lib/raydium/token/constant.d.ts +1 -1
  82. package/lib/raydium/token/index.d.ts +1 -1
  83. package/lib/raydium/token/token.d.ts +3 -3
  84. package/lib/raydium/token/type.d.ts +1 -1
  85. package/lib/raydium/token/utils.d.ts +1 -1
  86. package/lib/raydium/tradeV2/index.d.ts +2 -2
  87. package/lib/raydium/tradeV2/index.js.map +1 -1
  88. package/lib/raydium/tradeV2/index.mjs.map +1 -1
  89. package/lib/raydium/tradeV2/instrument.d.ts +2 -2
  90. package/lib/raydium/tradeV2/trade.d.ts +3 -3
  91. package/lib/raydium/tradeV2/trade.js +1 -1
  92. package/lib/raydium/tradeV2/trade.js.map +1 -1
  93. package/lib/raydium/tradeV2/trade.mjs +1 -1
  94. package/lib/raydium/tradeV2/trade.mjs.map +1 -1
  95. package/lib/raydium/tradeV2/type.d.ts +2 -2
  96. package/lib/raydium/type.d.ts +1 -1
  97. package/lib/raydium/utils1216/index.d.ts +3 -3
  98. package/lib/raydium/utils1216/utils1216.d.ts +3 -3
  99. package/lib/{raydium-026a0a95.d.ts → raydium-15ed5dcf.d.ts} +3 -3
  100. package/lib/{type-c1771287.d.ts → type-b868e5e7.d.ts} +1 -1
  101. package/package.json +1 -1
  102. package/src/raydium/cpmm/cpmm.ts +2 -1
  103. package/src/raydium/cpmm/type.ts +1 -0
  104. package/src/raydium/marketV2/createMarket.ts +2 -2
  105. package/src/raydium/tradeV2/trade.ts +4 -4
  106. package/lib/{api-51b11f0d.d.ts → api-00b0713a.d.ts} +5 -5
@@ -1,10 +1,10 @@
1
1
  import { PublicKey, Keypair, Signer, TransactionInstruction, Transaction } from '@solana/web3.js';
2
2
  import BN__default from 'bn.js';
3
- import { bN as TransferAmountFee, c4 as TokenAmount, z as PoolKeys, q as ApiV3PoolInfoItem } from '../../api-51b11f0d.js';
3
+ import { bN as TransferAmountFee, c4 as TokenAmount, z as PoolKeys, q as ApiV3PoolInfoItem } from '../../api-00b0713a.js';
4
4
  import Decimal from 'decimal.js';
5
5
  import { Token } from '../../module/token.js';
6
6
  import { ComputeAmountOutParam } from '../liquidity/type.js';
7
- import { d as ComputeClmmPoolInfo } from '../../type-c1771287.js';
7
+ import { d as ComputeClmmPoolInfo } from '../../type-b868e5e7.js';
8
8
  import { CpmmComputeData } from '../cpmm/type.js';
9
9
  import 'axios';
10
10
  import '../../solana/type.js';
@@ -1,6 +1,6 @@
1
1
  import '@solana/web3.js';
2
2
  import '@solana/spl-token';
3
- export { bV as ArrayItem, bL as ComputeBudgetConfig, c0 as Cover, bW as ExactPartial, bX as ExactRequired, b$ as Fallback, bO as GetTransferAmountFee, bZ as GetValue, bK as InstructionReturn, bM as LoadParams, bJ as MakeMultiTransaction, bH as MakeTransaction, bI as MakeV0Transaction, bS as MayArray, bT as MayDeepArray, bU as MayFunction, bR as ReplaceType, bP as ReturnTypeFetchMultipleMintInfo, bQ as ReturnTypeFetchMultipleMintInfos, bY as SKeyof, b_ as SOR, bG as SignAllTransactions, bN as TransferAmountFee, c1 as UnionCover, c2 as unionArr } from '../api-51b11f0d.js';
3
+ export { bV as ArrayItem, bL as ComputeBudgetConfig, c0 as Cover, bW as ExactPartial, bX as ExactRequired, b$ as Fallback, bO as GetTransferAmountFee, bZ as GetValue, bK as InstructionReturn, bM as LoadParams, bJ as MakeMultiTransaction, bH as MakeTransaction, bI as MakeV0Transaction, bS as MayArray, bT as MayDeepArray, bU as MayFunction, bR as ReplaceType, bP as ReturnTypeFetchMultipleMintInfo, bQ as ReturnTypeFetchMultipleMintInfos, bY as SKeyof, b_ as SOR, bG as SignAllTransactions, bN as TransferAmountFee, c1 as UnionCover, c2 as unionArr } from '../api-00b0713a.js';
4
4
  import 'bn.js';
5
5
  import 'axios';
6
6
  import '../solana/type.js';
@@ -1,6 +1,6 @@
1
- export { S as SHOW_INFO, d as canClaimErrorType, U as default } from '../../raydium-026a0a95.js';
1
+ export { S as SHOW_INFO, d as canClaimErrorType, U as default } from '../../raydium-15ed5dcf.js';
2
2
  import '@solana/web3.js';
3
- import '../../api-51b11f0d.js';
3
+ import '../../api-00b0713a.js';
4
4
  import 'axios';
5
5
  import '../../solana/type.js';
6
6
  import 'bn.js';
@@ -21,7 +21,7 @@ import '../account/layout.js';
21
21
  import '../liquidity/type.js';
22
22
  import '../liquidity/layout.js';
23
23
  import '../liquidity/stable.js';
24
- import '../../type-c1771287.js';
24
+ import '../../type-b868e5e7.js';
25
25
  import '../clmm/layout.js';
26
26
  import '../cpmm/type.js';
27
27
  import '../cpmm/curve/calculator.js';
@@ -1,9 +1,9 @@
1
1
  import '../../marshmallow/index.js';
2
2
  import '@solana/web3.js';
3
3
  import 'bn.js';
4
- export { S as SHOW_INFO, d as canClaimErrorType, U as default } from '../../raydium-026a0a95.js';
4
+ export { S as SHOW_INFO, d as canClaimErrorType, U as default } from '../../raydium-15ed5dcf.js';
5
5
  import '../../marshmallow/buffer-layout.js';
6
- import '../../api-51b11f0d.js';
6
+ import '../../api-00b0713a.js';
7
7
  import 'axios';
8
8
  import '../../solana/type.js';
9
9
  import '@solana/spl-token';
@@ -21,7 +21,7 @@ import '../account/layout.js';
21
21
  import '../liquidity/type.js';
22
22
  import '../liquidity/layout.js';
23
23
  import '../liquidity/stable.js';
24
- import '../../type-c1771287.js';
24
+ import '../../type-b868e5e7.js';
25
25
  import '../clmm/layout.js';
26
26
  import '../cpmm/type.js';
27
27
  import '../cpmm/curve/calculator.js';
@@ -1,5 +1,5 @@
1
1
  import { PublicKey, Commitment, EpochInfo, Connection, Transaction, Signer, TransactionInstruction, Keypair } from '@solana/web3.js';
2
- import { aA as TxBuilder, as as AddInstructionParam, ac as BigNumberish, bn as CreateFarm, az as MakeTxData, bo as CreateFarmExtInfo, bp as UpdateFarmReward, bq as UpdateFarmRewards, br as FarmDWParam, X as FormatFarmInfoOut, bL as ComputeBudgetConfig, ay as MakeMultiTxData, o as ApiV3PoolInfoStandardItem, c8 as Percent, c4 as TokenAmount, v as AmmV4Keys, w as AmmV5Keys, n as ApiV3PoolInfoConcentratedItem, W as FormatFarmInfoOutV6, y as ClmmKeys, bH as MakeTransaction, bQ as ReturnTypeFetchMultipleMintInfos, C as CpmmKeys, p as ApiV3PoolInfoStandardItemCpmm, bO as GetTransferAmountFee, z as PoolKeys, h as ApiV3Token, _ as OwnerIdoInfo, $ as IdoKeysData, bM as LoadParams, J as JupTokenType, bC as TokenInfo, bG as SignAllTransactions, a as Api, Y as AvailabilityCheckAPI3, i as ApiV3TokenRes } from './api-51b11f0d.js';
2
+ import { aA as TxBuilder, as as AddInstructionParam, ac as BigNumberish, bn as CreateFarm, az as MakeTxData, bo as CreateFarmExtInfo, bp as UpdateFarmReward, bq as UpdateFarmRewards, br as FarmDWParam, X as FormatFarmInfoOut, bL as ComputeBudgetConfig, ay as MakeMultiTxData, o as ApiV3PoolInfoStandardItem, c8 as Percent, c4 as TokenAmount, v as AmmV4Keys, w as AmmV5Keys, n as ApiV3PoolInfoConcentratedItem, W as FormatFarmInfoOutV6, y as ClmmKeys, bH as MakeTransaction, bQ as ReturnTypeFetchMultipleMintInfos, C as CpmmKeys, p as ApiV3PoolInfoStandardItemCpmm, bO as GetTransferAmountFee, z as PoolKeys, h as ApiV3Token, _ as OwnerIdoInfo, $ as IdoKeysData, bM as LoadParams, J as JupTokenType, bC as TokenInfo, bG as SignAllTransactions, a as Api, Y as AvailabilityCheckAPI3, i as ApiV3TokenRes } from './api-00b0713a.js';
3
3
  import { API_URL_CONFIG } from './api/url.js';
4
4
  import { Owner } from './common/owner.js';
5
5
  import { Cluster } from './solana/type.js';
@@ -10,7 +10,7 @@ import BN__default from 'bn.js';
10
10
  import Decimal from 'decimal.js';
11
11
  import { AddLiquidityParams, RemoveParams, CreatePoolParam, CreatePoolAddress, ComputeAmountOutParam, SwapParam, AmmRpcData } from './raydium/liquidity/type.js';
12
12
  import { StableLayout } from './raydium/liquidity/stable.js';
13
- import { m as CreateConcentratedPool, O as OpenPositionFromBase, p as OpenPositionFromBaseExtInfo, q as OpenPositionFromLiquidity, r as OpenPositionFromLiquidityExtInfo, I as IncreasePositionFromLiquidity, M as ManipulateLiquidityExtInfo, n as IncreasePositionFromBase, D as DecreaseLiquidity, B as ClosePositionExtInfo, s as InitRewardParams, E as InitRewardExtInfo, t as InitRewardsParams, u as SetRewardParams, v as SetRewardsParams, w as CollectRewardParams, x as CollectRewardsParams, H as HarvestAllRewardsParams, F as ClmmRpcData, d as ComputeClmmPoolInfo, l as ReturnTypeFetchMultiplePoolTickArrays } from './type-c1771287.js';
13
+ import { m as CreateConcentratedPool, O as OpenPositionFromBase, p as OpenPositionFromBaseExtInfo, q as OpenPositionFromLiquidity, r as OpenPositionFromLiquidityExtInfo, I as IncreasePositionFromLiquidity, M as ManipulateLiquidityExtInfo, n as IncreasePositionFromBase, D as DecreaseLiquidity, B as ClosePositionExtInfo, s as InitRewardParams, E as InitRewardExtInfo, t as InitRewardsParams, u as SetRewardParams, v as SetRewardsParams, w as CollectRewardParams, x as CollectRewardsParams, H as HarvestAllRewardsParams, F as ClmmRpcData, d as ComputeClmmPoolInfo, l as ReturnTypeFetchMultiplePoolTickArrays } from './type-b868e5e7.js';
14
14
  import { ClmmPositionLayout, PositionInfoLayout, PoolInfoLayout } from './raydium/clmm/layout.js';
15
15
  import { CpmmRpcData, CpmmComputeData, CreateCpmmPoolParam, CreateCpmmPoolAddress, AddCpmmLiquidityParams, WithdrawCpmmLiquidityParams, CpmmSwapParams, ComputePairAmountParams } from './raydium/cpmm/type.js';
16
16
  import { ComputeAmountOutLayout, BasicPoolInfo, ReturnTypeGetAllRoute, ComputeRoutePathType, ComputePoolType, ReturnTypeFetchMultipleInfo } from './raydium/tradeV2/type.js';
@@ -418,11 +418,11 @@ declare class Utils1216 extends ModuleBase {
418
418
  perLpLoss: BN__default;
419
419
  totalClaimedAmount: BN__default;
420
420
  }[], "", {
421
+ status: number;
421
422
  padding: BN__default[];
422
423
  bump: number;
423
424
  endTime: BN__default;
424
425
  openTime: BN__default;
425
- status: number;
426
426
  ammId: PublicKey;
427
427
  tokenInfo: {
428
428
  mintDecimals: number;
@@ -1,7 +1,7 @@
1
1
  import { PublicKey, Transaction, Signer, Keypair, TransactionInstruction, EpochInfo } from '@solana/web3.js';
2
2
  import BN__default from 'bn.js';
3
3
  import Decimal from 'decimal.js';
4
- import { n as ApiV3PoolInfoConcentratedItem, d as ApiClmmConfigInfo, h as ApiV3Token, bO as GetTransferAmountFee, bN as TransferAmountFee, c9 as Price, c8 as Percent, c4 as TokenAmount, bL as ComputeBudgetConfig, c6 as Fraction, bC as TokenInfo, y as ClmmKeys } from './api-51b11f0d.js';
4
+ import { n as ApiV3PoolInfoConcentratedItem, d as ApiClmmConfigInfo, h as ApiV3Token, bO as GetTransferAmountFee, bN as TransferAmountFee, c9 as Price, c8 as Percent, c4 as TokenAmount, bL as ComputeBudgetConfig, c6 as Fraction, bC as TokenInfo, y as ClmmKeys } from './api-00b0713a.js';
5
5
  import { TxVersion } from './common/txTool/txType.js';
6
6
  import { ClmmPositionLayout, PoolInfoLayout } from './raydium/clmm/layout.js';
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raydium-io/raydium-sdk-v2",
3
- "version": "0.1.44-alpha",
3
+ "version": "0.1.45-alpha",
4
4
  "description": "An SDK for building applications on top of Raydium.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "./lib/index.js",
@@ -631,6 +631,7 @@ export default class CpmmModule extends ModuleBase {
631
631
  poolInfo,
632
632
  poolKeys: propPoolKeys,
633
633
  baseIn,
634
+ inputAmount,
634
635
  swapResult,
635
636
  slippage = 0,
636
637
  config,
@@ -723,7 +724,7 @@ export default class CpmmModule extends ModuleBase {
723
724
  baseIn ? mintB : mintA,
724
725
  getPdaObservationId(new PublicKey(poolInfo.programId), new PublicKey(poolInfo.id)).publicKey,
725
726
 
726
- swapResult.sourceAmountSwapped,
727
+ inputAmount,
727
728
  swapResult.destinationAmountSwapped,
728
729
  ),
729
730
  // baseIn
@@ -123,6 +123,7 @@ export interface CpmmSwapParams<T = TxVersion.LEGACY> {
123
123
  baseIn: boolean;
124
124
  slippage?: number;
125
125
  swapResult: SwapResult;
126
+ inputAmount: BN;
126
127
 
127
128
  config?: {
128
129
  bypassAssociatedCheck?: boolean;
@@ -3,11 +3,11 @@ import { TOKEN_PROGRAM_ID } from "@solana/spl-token";
3
3
  import BN from "bn.js";
4
4
  import ModuleBase from "../moduleBase";
5
5
  import { TxVersion } from "@/common/txTool/txType";
6
- import { MakeMultiTxData, TxBuildData, TxV0BuildData } from "@/common/txTool/txTool";
6
+ import { MakeMultiTxData } from "@/common/txTool/txTool";
7
7
  import { generatePubKey } from "../account/util";
8
8
  import { BN_ZERO } from "@/common/bignumber";
9
9
  import { makeCreateMarketInstruction } from "./instrument";
10
- import { ComputeBudgetConfig, MakeMultiTransaction } from "@/raydium/type";
10
+ import { ComputeBudgetConfig } from "@/raydium/type";
11
11
 
12
12
  interface ExtInfo {
13
13
  address: {
@@ -582,7 +582,7 @@ export default class TradeV2 extends ModuleBase {
582
582
  for (const infoOut of info.out) {
583
583
  if (infoIn.version === 6 && needTickArray[infoIn.id.toString()] === undefined) {
584
584
  needTickArray[infoIn.id.toString()] = infoIn;
585
- } else if (infoIn.version === 7 && cpmmPools[infoIn.id.toString()] === undefined) {
585
+ } else if (infoIn.version === 7 && cpmmPoolList[infoIn.id.toString()] === undefined) {
586
586
  cpmmPoolList[infoIn.id.toString()] = infoIn;
587
587
  } else if (
588
588
  (infoIn.version === 4 || infoIn.version === 5) &&
@@ -592,7 +592,7 @@ export default class TradeV2 extends ModuleBase {
592
592
  }
593
593
  if (infoOut.version === 6 && needTickArray[infoOut.id.toString()] === undefined) {
594
594
  needTickArray[infoOut.id.toString()] = infoOut;
595
- } else if (infoOut.version === 7 && cpmmPools[infoOut.id.toString()] === undefined) {
595
+ } else if (infoOut.version === 7 && cpmmPoolList[infoOut.id.toString()] === undefined) {
596
596
  cpmmPoolList[infoOut.id.toString()] = infoOut;
597
597
  } else if (
598
598
  (infoOut.version === 4 || infoOut.version === 5) &&
@@ -1111,7 +1111,7 @@ export default class TradeV2 extends ModuleBase {
1111
1111
  pools.filter((p) => p.version === 6 && !clmmRpcData[p.id.toString()]).map((p) => p.id.toString()),
1112
1112
  );
1113
1113
  if (clmmFetchKeys.size > 0) {
1114
- const clmmData = this.scope.clmm.getRpcClmmPoolInfos({ poolIds: Array.from(clmmFetchKeys) });
1114
+ const clmmData = await this.scope.clmm.getRpcClmmPoolInfos({ poolIds: Array.from(clmmFetchKeys) });
1115
1115
  Object.keys(clmmData).forEach((poolId) => {
1116
1116
  clmmRpcData[poolId] = clmmData[poolId];
1117
1117
  });
@@ -1121,7 +1121,7 @@ export default class TradeV2 extends ModuleBase {
1121
1121
  pools.filter((p) => p.version === 4 && !ammRpcData[p.id.toString()]).map((p) => p.id.toString()),
1122
1122
  );
1123
1123
  if (ammFetchKeys.size > 0) {
1124
- const ammData = this.scope.liquidity.getRpcPoolInfos(Array.from(clmmFetchKeys));
1124
+ const ammData = await this.scope.liquidity.getRpcPoolInfos(Array.from(clmmFetchKeys));
1125
1125
  Object.keys(ammData).forEach((poolId) => {
1126
1126
  ammRpcData[poolId] = ammData[poolId];
1127
1127
  });
@@ -859,37 +859,37 @@ declare type FarmStateV6 = GetStructureSchema<FarmStateLayoutV6>;
859
859
  declare type FarmState = FarmStateV3 | FarmStateV5 | FarmStateV6;
860
860
  declare type FarmStateLayout = FarmStateLayoutV3 | FarmStateLayoutV5 | FarmStateLayoutV6;
861
861
  declare const farmLedgerLayoutV3_1: Structure<PublicKey | BN__default | BN__default[], "", {
862
- state: BN__default;
863
862
  id: PublicKey;
863
+ state: BN__default;
864
864
  owner: PublicKey;
865
865
  deposited: BN__default;
866
866
  rewardDebts: BN__default[];
867
867
  }>;
868
868
  declare const farmLedgerLayoutV3_2: Structure<PublicKey | BN__default | BN__default[], "", {
869
- state: BN__default;
870
869
  id: PublicKey;
870
+ state: BN__default;
871
871
  owner: PublicKey;
872
872
  deposited: BN__default;
873
873
  rewardDebts: BN__default[];
874
874
  voteLockedBalance: BN__default;
875
875
  }>;
876
876
  declare const farmLedgerLayoutV5_1: Structure<PublicKey | BN__default | BN__default[], "", {
877
- state: BN__default;
878
877
  id: PublicKey;
878
+ state: BN__default;
879
879
  owner: PublicKey;
880
880
  deposited: BN__default;
881
881
  rewardDebts: BN__default[];
882
882
  }>;
883
883
  declare const farmLedgerLayoutV5_2: Structure<PublicKey | BN__default | BN__default[], "", {
884
- state: BN__default;
885
884
  id: PublicKey;
885
+ state: BN__default;
886
886
  owner: PublicKey;
887
887
  deposited: BN__default;
888
888
  rewardDebts: BN__default[];
889
889
  }>;
890
890
  declare const farmLedgerLayoutV6_1: Structure<PublicKey | BN__default | BN__default[], "", {
891
- state: BN__default;
892
891
  id: PublicKey;
892
+ state: BN__default;
893
893
  owner: PublicKey;
894
894
  deposited: BN__default;
895
895
  rewardDebts: BN__default[];