IDealResponse: {
    is_buyer_maker: boolean;
    price: string;
    quantity: string;
    timestamp: number;
    tx_hash: string;
}

Type declaration

  • is_buyer_maker: boolean
  • price: string
  • quantity: string
  • timestamp: number
  • tx_hash: string

Generated using TypeDoc