Class IPosition__factory

Hierarchy

  • IPosition__factory

Constructors

Properties

Methods

Constructors

Properties

abi: readonly [{
    inputs: readonly [];
    name: "Position__InvalidOrderType";
    type: "error";
}, {
    inputs: readonly [{
        internalType: "UD60x18";
        name: "currentBalance";
        type: "uint256";
    }, {
        internalType: "SD59x18";
        name: "amount";
        type: "int256";
    }];
    name: "Position__InvalidPositionUpdate";
    type: "error";
}, {
    inputs: readonly [{
        internalType: "UD60x18";
        name: "lower";
        type: "uint256";
    }, {
        internalType: "UD60x18";
        name: "upper";
        type: "uint256";
    }];
    name: "Position__LowerGreaterOrEqualUpper";
    type: "error";
}]

Methods

  • Parameters

    • address: string
    • Optional runner: null | ContractRunner

    Returns IPosition

  • Returns IPositionInterface

Generated using TypeDoc