ParsedSetComputeUnitLimitInstruction
type ParsedSetComputeUnitLimitInstruction<TProgram> = {
data: SetComputeUnitLimitInstructionData;
programAddress: Address<TProgram>;
};Type Parameters
| Type Parameter | Default type |
|---|---|
TProgram extends string | typeof COMPUTE_BUDGET_PROGRAM_ADDRESS |
Properties
data
data: SetComputeUnitLimitInstructionData;programAddress
programAddress: Address<TProgram>;