Get the effects of the ledger.
Get the operations of the ledger.
Get the transactions of the ledger.
The fee the network charges per operation in a transaction.
The reserve the network uses when calculating an account’s minimum balance.
The date when the ledger was closed.
The timestamp when the ledger was closed.
The sum of all transaction fees.
A hex-encoded SHA-256 hash of the ledger’s XDR-encoded form.
A base64 encoded string of the raw LedgerHeader xdr struct for the ledger.
The id of the ledger.
The maximum number of operations validators have agreed to process in a given ledger. Since Protocol 11, ledger capacity has been measured in operations rather than transactions.
The number of operations applied in the ledger.
A cursor value for use in pagination.
The hash of the ledger immediately preceding the ledger.
The protocol version that the Pi Network Stellar network was running when the ledger was committed.
The sequence number of the ledger, and the parameter used in Horizon calls that require a ledger number.
The total number of Pi in circulation.
The number of transactions in the ledger.
The total number of operations in the ledger transaction set.
Get the effects of the ledger.
A manager for the ledger effects.
Get the operations of the ledger.
A manager for the ledger operations.
Get the transactions of the ledger.
A manager for the ledger transactions.
Generated using TypeDoc
Structure representing a Stellar Ledger.