UNPKG

@cks-systems/manifest-sdk

Version:
3 lines 265 B
import { Connection, Keypair, PublicKey } from '@solana/web3.js'; export declare function withdraw(connection: Connection, payerKeypair: Keypair, marketAddress: PublicKey, mint: PublicKey, amountTokens: number): Promise<void>; //# sourceMappingURL=withdraw.d.ts.map