Convert between json and hex representations of transactions and ledger entries on the XRP Ledger. Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
Handle the case when issued currencies have an X-address in the issuer.
Context of Change
We handle the two cases where X addresses can have destination tags in STObject. For the rest of the AccountIDs, if we receive an X address then it cannot have a tag associated with it. This PR implements this functionality in the AccountID::fromBase58
Type of Change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Refactor (non-breaking change that only restructures code)
[ ] Tests (You added tests for code that already exists, or your new feature included in this PR)
High Level Overview of Change
Handle the case when issued currencies have an X-address in the issuer.
Context of Change
We handle the two cases where X addresses can have destination tags in
STObject
. For the rest of theAccountIDs
, if we receive an X address then it cannot have a tag associated with it. This PR implements this functionality in theAccountID::fromBase58
Type of Change
Test Plan
Adds two tests to test this functionality