Left Curve Software Stack
    Preparing search index...

    Type Alias Trade

    type Trade = {
        addr: Address;
        baseDenom: Denom;
        blockHeight: number;
        clearingPrice: string;
        createdAt: string;
        direction: Directions;
        feeBase: string;
        feeQuote: string;
        filledBase: string;
        filledQuote: string;
        quoteDenom: Denom;
        refundBase: string;
        refundQuote: string;
        timeInForce: TimeInForceOptions;
    }
    Index

    Properties

    addr: Address
    baseDenom: Denom
    blockHeight: number
    clearingPrice: string
    createdAt: string
    direction: Directions
    feeBase: string
    feeQuote: string
    filledBase: string
    filledQuote: string
    quoteDenom: Denom
    refundBase: string
    refundQuote: string
    timeInForce: TimeInForceOptions