# txexplainer

Library for explaining XRP ledger transactions and metadata.

## How to use this library

1. Get a transaction object, e.g. using ripple-lib or rippled.
2. Turn that transaction object into a `Transaction` using `rawJSONtoTransaction`.
3. Call `annotate` to get an explanation of the transaction.
