UNPKG

@cks-systems/manifest-sdk

Version:
3 lines 277 B
import { Connection, Keypair, PublicKey } from '@solana/web3.js'; export declare function swap(connection: Connection, payerKeypair: Keypair, marketAddress: PublicKey, amountAtoms: number, isBid: boolean, minOutAtoms?: number): Promise<void>; //# sourceMappingURL=swap.d.ts.map