Utility function to test the validity of a TransactionOutput.
If the output does not satisfy the minAda required, or the output is larger than the maxValueSize, it will throw an error.
The TransactionOutput to test.
From the environment's protocol params.
From the environment's protocl params.
Utility function to test the validity of a TransactionOutput.
Throws
If the output does not satisfy the minAda required, or the output is larger than the maxValueSize, it will throw an error.