Encode/Decode tagged XRPL addresses & destination tag

node v12.22.12
version: 4.0.0
endpointsharetweet
const {Encode, Decode} = require('xrpl-tagged-address-codec') const tagged = Encode({ account: 'rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY', tag: 495 }) console.log(tagged) const untagged = Decode(tagged) console.log(untagged)
Loading…

1 comment

  • posted a year ago by tomyleexrp
    Tomyleexrp

sign in to comment