getSetComputeUnitLimitInstruction
function getSetComputeUnitLimitInstruction<TProgramAddress>(input, config?): SetComputeUnitLimitInstruction<TProgramAddress>;Type Parameters
| Type Parameter | Default type |
|---|---|
TProgramAddress extends Address | Address<"ComputeBudget111111111111111111111111111111"> |
Parameters
| Parameter | Type |
|---|---|
input | SetComputeUnitLimitInput |
config? | { programAddress?: TProgramAddress; } |
config.programAddress? | TProgramAddress |
Returns
SetComputeUnitLimitInstruction<TProgramAddress>