Type alias CompileLegacyArgs

CompileLegacyArgs: {
    instructions: TransactionInstruction[];
    payerKey: PublicKey;
    recentBlockhash: Blockhash;
}

Type declaration

Generated using TypeDoc