Ledger: Ledger object.

Description Usage Format Fields Note Examples

Description

An R6 class representing a Ledger on the Stellar network. It is initialized from the getLedgerDetail() function.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Fields

hash

- a cryptographic signature of all of the data inside the ledger.

sequence

- the current sequence number of the ledger

transaction_count

- how many transactions in the ledger.

closed_at

- when the transaction was confirmed.

total_coins

- how many lumens existed on the network at the time the ledger was confirmed.

response

- list containing the raw JSON response.

Note

https://www.stellar.org/developers/guides/concepts/ledger.html

Examples

1
2
genesis <- Ledger$new("1")
genesis$effects()

xlm documentation built on Oct. 23, 2018, 1:04 a.m.

Related to Ledger in xlm...