An R6 class representing an orderbook on the Stellar network. It is initialized from the getOrderbook() function.
Orderbook
An object of class R6ClassGenerator
of length 24.
bids
- a cryptographic signature of all of the data inside the ledger.
asks
- the current sequence number of the ledger
base
- how many transactions in the ledger.
counter
- when the transaction was confirmed.
domain
- character - signalling to query the testnet or public network. Can be either "testnet" or "public".
response
- list containing the raw JSON response.