Const
The classic account address.
Compute the Hash of an Escrow LedgerEntry.
The hash of the Escrow LedgerEntry.
Address of the Escrow.
OfferSequence of the Escrow.
Compute the hash of a ledger.
The has of ledger.
Ledger to compute the hash for.
Allow client to recompute Transaction and State Hashes.
Optional
computeWhether to recompute the Transaction and State Hashes.
The Index of a Offer object is the SHA-512Half of the following values, concatenated in order:
This method computes an Offer Index.
The Index of the account's Offer object.
The classic account address of the SignerList owner (starting with r).
Sequence of the Offer.
Compute the hash of a Payment Channel.
Hash of the Payment Channel.
Account of the Payment Channel.
Destination Account of the Payment Channel.
Sequence number of the Transaction that created the Payment Channel.
Hashes the Transaction object as the ledger does. Throws if the transaction is unsigned.
A hash of tx.
ValidationError if the Transaction is unsigned.\
A transaction to hash. Tx may be in binary blob form. Tx must be signed.
The Index of a SignerList object is the SHA-512Half of the following values, concatenated in order:
This method computes a SignerList Ledger Object Index.
The Index of the account's SignerList object.
The classic account address of the SignerList owner (starting with r).
Compute the state hash of a list of LedgerEntries.
Hash of SHAMap that consists of all entries.
List of LedgerEntries.
Compute the hash of a Trustline.
The hash of the Trustline.
One of the addresses in the Trustline.
The other address in the Trustline.
Currency in the Trustline.
Hash the given binary transaction data with the single-signing prefix.
See Serialization Format.
The hash to sign.
The binary transaction blob as a hexadecimal string.
Compute the root hash of the SHAMap containing all transactions.
The root hash of the SHAMap.
List of Transactions.
Generated using TypeDoc
Compute AccountRoot Ledger Object Index.
All objects in a ledger's state tree have a unique Index. The AccountRoot Ledger Object Index is derived by hashing the address with a namespace identifier. This ensures every Index is unique.
See Ledger Object Indexes.
Returns
The Ledger Object Index for the account.