UNPKG

@cks-systems/manifest-sdk

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