public class MerkleTransactionKt
Modifier and Type | Method and Description |
---|---|
static FilteredTransaction |
buildFilteredTransaction(WireTransaction $receiver,
FilterFuns filterFuns)
Build filtered transaction using provided filtering functions.
|
static java.util.List<net.corda.core.crypto.SecureHash> |
calculateLeavesHashes(WireTransaction $receiver)
Calculation of all leaves hashes that are needed for calculation of transaction id and partial Merkle branches.
|
static SecureHash.SHA256 |
hashConcat(SecureHash $receiver,
SecureHash other) |
static <T> SecureHash |
serializedHash(T x) |
public static FilteredTransaction buildFilteredTransaction(WireTransaction $receiver, FilterFuns filterFuns)
Build filtered transaction using provided filtering functions.
public static java.util.List<net.corda.core.crypto.SecureHash> calculateLeavesHashes(WireTransaction $receiver)
Calculation of all leaves hashes that are needed for calculation of transaction id and partial Merkle branches.
public static SecureHash.SHA256 hashConcat(SecureHash $receiver, SecureHash other)
public static <T> SecureHash serializedHash(T x)