@orca-so/sdk
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -88,2 +88,5 @@ import { u64 } from "@solana/spl-token"; | ||
* | ||
* Note: | ||
* 1. minPoolTokenAmountOut in the output type is a misnomer, and it represents the _exact_ poolTokenAmountOut value | ||
* | ||
* @param maxTokenAIn The maximum amount of tokenA to deposit in exchange for pool token | ||
@@ -115,2 +118,5 @@ * @param maxTokenBIn The maximum amount of tokenB to deposit in exchange for pool token | ||
* | ||
* Note: | ||
* 1. maxPoolTokenAmountIn in the output type is a misnomer, and it represents the _exact_ poolTokenAmountIn value | ||
* | ||
* @param withdrawTokenAmount The amount of tokens to withdraw in terms of tokenA amount, tokenB amount, or poolToken amount | ||
@@ -117,0 +123,0 @@ * @param withdrawTokenMint The token mint public key of tied to withdrawTokenAmount. It should be the mint of tokenA, tokenB, or poolToken |
{ | ||
"name": "@orca-so/sdk", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Typescript SDK for the Orca protocol.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6332
397352