A description of a single quote

interface PriceDescription {
    amountIn: Amount<"nat">;
    amountOut: Amount<"nat">;
    conditions: any;
    timer: TimerService;
    timestamp: TimestampRecord;
}

Properties

amountIn: Amount<"nat">

The amount supplied to a trade

amountOut: Amount<"nat">

The quoted result of trading amountIn

conditions: any

Additional conditions for the quote

timer: TimerService

The service that gave the timestamp

timestamp: TimestampRecord

A timestamp according to timer for the quote

Generated using TypeDoc