Learn R Programming

xlm (version 0.1.1)

Orderbook: Order book object.

Description

An R6 class representing an orderbook on the Stellar network. It is initialized from the getOrderbook() function.

Usage

Orderbook

Arguments

Format

An object of class R6ClassGenerator of length 24.

Fields

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.