Const
The classic account address.
The Ledger Object Index for the account.
Compute the Hash of an Escrow LedgerEntry.
Address of the Escrow.
OfferSequence of the Escrow.
The hash of the Escrow LedgerEntry.
Compute the hash of a 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 has of ledger.
Compute the hash of a ledger.
Ledger to compute the hash of.
The hash of the ledger.
The Index of a Offer object is the SHA-512Half of the following values, concatenated in order:
This method computes an Offer Index.
The classic account address of the SignerList owner (starting with r).
Sequence of the Offer.
The Index of the account's Offer object.
Compute the hash of a Payment Channel.
Account of the Payment Channel.
Destination Account of the Payment Channel.
Sequence number of the Transaction that created the Payment Channel.
Hash of the Payment Channel.
Hashes the Transaction object as the ledger does. Throws if the transaction is unsigned.
A transaction to hash. Tx may be in binary blob form. Tx must be signed.
A hash of tx.
ValidationError if the Transaction is unsigned.\
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 classic account address of the SignerList owner (starting with r).
The Index of the account's SignerList object.
Compute the state hash of a list of LedgerEntries.
List of LedgerEntries.
Hash of SHAMap that consists of all entries.
Compute the hash of a Trustline.
One of the addresses in the Trustline.
The other address in the Trustline.
Currency in the Trustline.
The hash of the Trustline.
Hash the given binary transaction data with the single-signing prefix.
See Serialization Format.
The binary transaction blob as a hexadecimal string.
The hash to sign.
Compute the root hash of the SHAMap containing all transactions.
List of Transactions.
The root hash of the SHAMap.
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.