A description of a single quote

interface PriceLevel {
    amountIn: Amount<"nat">;
    amountOut: Amount<"nat">;
}

Properties

Properties

amountIn: Amount<"nat">

The amount supplied to a trade

amountOut: Amount<"nat">

The quoted result of trading amountIn

Generated using TypeDoc