public class FilteredTransaction
Class representing merkleized filtered transaction.
Modifier and Type | Class and Description |
---|---|
static class |
FilteredTransaction.Companion |
Modifier and Type | Field and Description |
---|---|
static FilteredTransaction.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
FilteredLeaves |
getFilteredLeaves() |
PartialMerkleTree |
getPartialMerkleTree() |
SecureHash |
getRootHash() |
boolean |
verify()
Runs verification of Partial Merkle Branch against rootHash.
|
boolean |
verifyWithFunction(kotlin.jvm.functions.Function1<java.lang.Object,java.lang.Boolean> checkingFun)
Runs verification of Partial Merkle Branch against rootHash. Checks filteredLeaves with provided checkingFun.
|
public static FilteredTransaction.Companion Companion
public boolean verify()
Runs verification of Partial Merkle Branch against rootHash.
public boolean verifyWithFunction(kotlin.jvm.functions.Function1<java.lang.Object,java.lang.Boolean> checkingFun)
Runs verification of Partial Merkle Branch against rootHash. Checks filteredLeaves with provided checkingFun.
public SecureHash getRootHash()
public FilteredLeaves getFilteredLeaves()
public PartialMerkleTree getPartialMerkleTree()