Interface SubscribeBook

Hierarchy

  • SubscribeBook

Properties

both?: boolean

If true, return both sides of the order book. The default is false.

snapshot?: boolean

If true, return the current state of the order book once when you subscribe before sending updates. The default is false.

taker: string

Unique account address to use as a perspective for viewing offers, in the. XRP Ledger's base58 format.

taker_gets: Currency

Specification of which currency the account taking the Offer would receive, as a currency object with no amount.

taker_pays: Currency

Specification of which currency the account taking the Offer would pay, as a currency object with no amount.

Generated using TypeDoc