Type alias CompileV0Args

CompileV0Args: {
    addressLookupTableAccounts?: AddressLookupTableAccount[];
    instructions: TransactionInstruction[];
    payerKey: PublicKey;
    recentBlockhash: Blockhash;
}

Type declaration

Generated using TypeDoc