corda / net.corda.core.transactions / FilteredTransaction / buildMerkleTransaction

buildMerkleTransaction

fun buildMerkleTransaction(wtx: WireTransaction, filtering: (Any) -> Boolean): FilteredTransaction

Construction of filtered transaction with Partial Merkle Tree.

Parameters

wtx - WireTransaction to be filtered.

filtering - filtering over the whole WireTransaction