gill

ParsedSetComputeUnitPriceInstruction

type ParsedSetComputeUnitPriceInstruction<TProgram> = {
  data: SetComputeUnitPriceInstructionData;
  programAddress: Address<TProgram>;
};

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof COMPUTE_BUDGET_PROGRAM_ADDRESS

Properties

data

data: SetComputeUnitPriceInstructionData;

programAddress

programAddress: Address<TProgram>;

On this page