RequestUnitsInstruction
type RequestUnitsInstruction<TProgram, TRemainingAccounts> = Instruction<TProgram> & InstructionWithData<ReadonlyUint8Array> & InstructionWithAccounts<TRemainingAccounts>;Type Parameters
| Type Parameter | Default type |
|---|---|
TProgram extends string | typeof COMPUTE_BUDGET_PROGRAM_ADDRESS |
TRemainingAccounts extends readonly AccountMeta<string>[] | [] |