Interface SetComputeUnitLimitParams

Set compute unit limit instruction params

interface SetComputeUnitLimitParams {
    units: number;
}

Properties

Properties

units: number

Transaction-wide compute unit limit

Generated using TypeDoc