tx.isequaloutput
Home > @blaze-cardano/tx > isEqualOutput
isEqualOutput() function
Utility function to compare the equality of two outputs.
Signature:
isEqualOutput: (self: TransactionOutput, that: TransactionOutput) => boolean
Parameters
| Parameter | Type | Description | 
|---|---|---|
| self | TransactionOutput | |
| that | TransactionOutput | 
Returns:
boolean
{boolean}