Bitcoin-com / slp-sdk

Simple Ledger Protocol SDK powered by BITBOX
https://developer.bitcoin.com/slp
MIT License
20 stars 32 forks source link

Required properties should be checked #44

Open blockparty-sh opened 5 years ago

blockparty-sh commented 5 years ago

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