Left Curve Software Stack
    Preparing search index...

    Type Alias OrdersByPairResponse

    type OrdersByPairResponse = {
        amount: string;
        direction: Directions;
        price: string;
        remaining: string;
        user: Address;
    }
    Index

    Properties

    amount: string
    direction: Directions
    price: string
    remaining: string
    user: Address