// a payment of tokenId to a specific SLP address
// you need to pick the tokenId from one of the tokens
"simpleledger:qqfnul5ttmqsr32kwv3memcfhfuzmws44qaxk6rsyq"
).then(({ txResult }) => {
// awaitng user's approval
console.log('Done!, transaction id is =>', txResult.txId);