@renegade-fi/renegade-sdk
    Preparing search index...

    Class OrderBookDepth

    Index

    Constructors

    • Parameters

      • address: string
      • price: number
      • timestamp: number
      • buy: DepthSideInfo
      • sell: DepthSideInfo
      • fee_rates: FeeRates

      Returns OrderBookDepth

    Properties

    address: string
    buy: DepthSideInfo
    fee_rates: FeeRates
    price: number
    sell: DepthSideInfo
    timestamp: number

    Methods