Transaction Validator This function validates some transaction properties, to make sure it can be posted it to the chain
Base64Check-encoded transaction
Node to validate transaction against
Array with verification errors
const errors = await verifyTransaction(transaction, node) Copy
const errors = await verifyTransaction(transaction, node)
Transaction Validator This function validates some transaction properties, to make sure it can be posted it to the chain