If TokenType1.send has a non-existent `bchChangeReceiverAddress` property it fails in an unexpected way (`Error: Encountered empty TXID`). This is a manifestation of #27 with actually the same example used as the culprit https://github.com/Bitcoin-com/slp-sdk/blob/92dab7786f2ece5fc315e4ca9980330e5fe46b21/lib/Address.js#L74
If TokenType1.send has a non-existent
bchChangeReceiverAddressproperty it fails in an unexpected way (Error: Encountered empty TXID).This is a manifestation of #27 with actually the same example used as the culprit
slp-sdk/lib/Address.js
Line 74 in 92dab77