Interface SetComputeUnitPriceParams

Set compute unit price instruction params

interface SetComputeUnitPriceParams {
    microLamports: number | bigint;
}

Properties

Properties

microLamports: number | bigint

Transaction compute unit price used for prioritization fees

Generated using TypeDoc