UNPKG

@cks-systems/manifest-sdk

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