Class IPricing__factory

Hierarchy

  • IPricing__factory

Constructors

Properties

Methods

Constructors

Properties

abi: readonly [{
    inputs: readonly [];
    name: "Pricing__PriceCannotBeComputedWithinTickRange";
    type: "error";
}, {
    inputs: readonly [{
        internalType: "UD60x18";
        name: "lower";
        type: "uint256";
    }, {
        internalType: "UD60x18";
        name: "upper";
        type: "uint256";
    }, {
        internalType: "UD60x18";
        name: "marketPrice";
        type: "uint256";
    }];
    name: "Pricing__PriceOutOfRange";
    type: "error";
}, {
    inputs: readonly [{
        internalType: "UD60x18";
        name: "lower";
        type: "uint256";
    }, {
        internalType: "UD60x18";
        name: "upper";
        type: "uint256";
    }];
    name: "Pricing__UpperNotGreaterThanLower";
    type: "error";
}]

Methods

  • Parameters

    • address: string
    • Optional runner: null | ContractRunner

    Returns IPricing

  • Returns IPricingInterface

Generated using TypeDoc