gill/programs/compute-budget/Type aliasesParsedSetComputeUnitLimitInstructiontype ParsedSetComputeUnitLimitInstruction<TProgram> = { data: SetComputeUnitLimitInstructionData; programAddress: Address<TProgram>; }; Type Parameters Type ParameterDefault typeTProgram extends stringtypeof COMPUTE_BUDGET_PROGRAM_ADDRESS Properties data data: SetComputeUnitLimitInstructionData; programAddress programAddress: Address<TProgram>;ParsedRequestUnitsInstructionPrevious PageParsedSetComputeUnitPriceInstructionNext Page