Transaction Validator This function validates some of transaction properties, to make sure it can be posted it to the chain
Array with verification errors
const errors = await verifyTransaction(transaction, node)
Base64Check-encoded transaction
Node to validate transaction against
Types of parent transactions
Generated using TypeDoc
Transaction Validator This function validates some of transaction properties, to make sure it can be posted it to the chain
Returns
Array with verification errors
Example