gill

RequestHeapFrameInstruction

type RequestHeapFrameInstruction<TProgram, TRemainingAccounts> = Instruction<TProgram> & InstructionWithData<ReadonlyUint8Array> & InstructionWithAccounts<TRemainingAccounts>;

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof COMPUTE_BUDGET_PROGRAM_ADDRESS
TRemainingAccounts extends readonly AccountMeta<string>[][]

On this page