gill/programs/compute-budget/Type aliasesParsedSetComputeUnitPriceInstructiontype ParsedSetComputeUnitPriceInstruction<TProgram> = { data: SetComputeUnitPriceInstructionData; programAddress: Address<TProgram>; }; Type Parameters Type ParameterDefault typeTProgram extends stringtypeof COMPUTE_BUDGET_PROGRAM_ADDRESS Properties data data: SetComputeUnitPriceInstructionData; programAddress programAddress: Address<TProgram>;ParsedSetComputeUnitLimitInstructionPrevious PageParsedSetLoadedAccountsDataSizeLimitInstructionNext Page