isFinalized property

bool get isFinalized

Returns true if the transaction is included in a finalized block.

This is the final confirmation that the transaction has been permanently included in the blockchain. Use blockHash to get the block hash.

Implementation

bool get isFinalized => type.toLowerCase() == 'finalized';