Skip to main content
Version: 0.13.0

tx.isequalutxo

Home > @blaze-cardano/tx > isEqualUTxO

isEqualUTxO() function

Utility function to compare the equality of two UTxOs.

Signature:

isEqualUTxO: (self: TransactionUnspentOutput, that: TransactionUnspentOutput) => boolean

Parameters

Parameter

Type

Description

self

TransactionUnspentOutput

that

TransactionUnspentOutput

Returns:

boolean

{boolean}