UNPKG

@bbachain/spl-token-swap

Version:

JavaScript/TypeScript bindings for the Solana Program Library (SPL) Token Swap program.

16 lines 469 B
import * as beet from '@bbachain/beet'; /** * WithdrawAllTokenTypes instruction arguments * * @category userTypes */ export type WithdrawAllTokenTypesArgs = { poolTokenAmount: beet.bignum; minimumTokenAAmount: beet.bignum; minimumTokenBAmount: beet.bignum; }; /** * @category userTypes */ export declare const withdrawAllTokenTypesArgsBeet: beet.FixableBeetArgsStruct<WithdrawAllTokenTypesArgs>; //# sourceMappingURL=WithdrawAllTokenTypesArgs.d.ts.map