0.2.1 • Published 4 years ago
xrp-tx-explainer v0.2.1
txexplainer
Library for explaining XRP ledger transactions and metadata.
How to use this library
- Get a transaction object, e.g. using ripple-lib or rippled.
- Turn that transaction object into a
Transaction
usingrawJSONtoTransaction
. - Call
annotate
to get an explanation of the transaction.