Given a transaction and its resolved source outputs – the Unspent Transaction Outputs (UTXOs) it spends – verify that the transaction passes token-aware validation.
true on success, or an error message (string) on failure.
true
the transaction to verify
the resolved list of the transaction's source outputs
Generated using TypeDoc
Given a transaction and its resolved source outputs – the Unspent Transaction Outputs (UTXOs) it spends – verify that the transaction passes token-aware validation.
Returns
true
on success, or an error message (string) on failure.