@solana/web3.js
    Preparing search index...

    Type Alias CompileLegacyArgs

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