XRPL.LedgerEntry (xrpl v0.1.0)

The ledger_entry method returns a single ledger entry from the XRP Ledger in its raw format. See ledger format for information on the different types of entries you can retrieve.

Official documentation: https://xrpl.org/ledger_entry.html

Summary

Functions

Link to this function

account_root(account_root, ledger_index)

@spec account_root(integer() | String.t(), Keyword.t()) :: Tesla.Env.result()
Link to this function

by_id(ledger_index, index)

Retrieve any type of ledger object by its unique ID.

Official documentation: https://xrpl.org/ledger_entry.html#get-ledger-object-by-id

Link to this function

by_id!(ledger_index, index)

Link to this function

ledger_entry(atom, ledger_index, asset)

Link to this function

ledger_entry(atom, ledger_index, account, seq)