gill

SetComputeUnitPriceInstructionDataArgs

type SetComputeUnitPriceInstructionDataArgs = {
  microLamports: number | bigint;
};

Properties

microLamports

microLamports: number | bigint;

Transaction compute unit price used for prioritization fees.

On this page