/** * This code was GENERATED using the solita package. * Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality. * * See: https://github.com/metaplex-foundation/solita */ import * as beet from '@metaplex-foundation/beet'; export type PurchaseChipBySplThroughRouteArgs = { amount: beet.bignum; otherAmountThreshold: beet.bignum; orderId: beet.bignum; amountSpecifiedIsInput: boolean; aToBOne: boolean; aToBTwo: boolean; sqrtPriceLimitOne: beet.bignum; sqrtPriceLimitTwo: beet.bignum; }; /** * @category userTypes * @category generated */ export declare const purchaseChipBySplThroughRouteArgsBeet: beet.BeetArgsStruct;