corda / net.corda.core.transactions / SignedTransaction / id

id

val id: SecureHash

Overrides NamedByHash.id

The Merkle root of the inner WireTransaction. Note that this is not the same as the simple hash of txBits, which would not use the Merkle tree structure. If the difference isn't clear, please consult the user guide section "Transaction tear-offs" to learn more about Merkle trees.