@drift-labs/sdk
Version:
SDK for Drift Protocol
12 lines • 450 B
TypeScript
import type { AccountMeta, PublicKey, TransactionInstruction } from '@solana/web3.js';
import type { DriftProgram } from '../../config';
export declare function buildTriggerOrderInstruction(args: {
program: DriftProgram;
orderId: number;
state: PublicKey;
filler: PublicKey;
user: PublicKey;
authority: PublicKey;
remainingAccounts: AccountMeta[];
}): Promise<TransactionInstruction>;
//# sourceMappingURL=trigger.d.ts.map