You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike the simple transaction builder in transaction.ts the 'advanced transaction builder' does not do any safety/sanity checks in the total bch amount in in- and outputs, the tokenamount in in- and outputs and the NFTs involved in the transaction.
It might be good if on .build() and .send() it would do some sanity checks to catch errors early (mocknet testing won't catch these errors otherwise I think)
The text was updated successfully, but these errors were encountered:
Unlike the simple transaction builder in
transaction.ts
the 'advanced transaction builder' does not do any safety/sanity checks in the total bch amount in in- and outputs, the tokenamount in in- and outputs and the NFTs involved in the transaction.It might be good if on
.build()
and.send()
it would do some sanity checks to catch errors early (mocknet testing won't catch these errors otherwise I think)The text was updated successfully, but these errors were encountered: