Function verifyTransaction
 
- verifyTransaction(transaction: `tx_${string}` | `pi_${string}` | `ss_${string}` | `cs_${string}`, nodeNotCached: Node): Promise<ValidatorResult[]>
- 
Parameters
- 
transaction: `tx_${string}` | `pi_${string}` | `ss_${string}` | `cs_${string}`
- 
nodeNotCached: Node
 
 
 
 
 
Transaction Validator This function validates some transaction properties, to make sure it can be posted it to the chain
Returns
Array with verification errors
Example