UNPKG

@cks-systems/manifest-sdk

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