gill

SetComputeUnitLimitInstruction

type SetComputeUnitLimitInstruction<TProgram, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<TRemainingAccounts>;

Type Parameters

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

On this page