Uses of Class
com.horizen.merkletreenative.MerklePath
-
Packages that use MerklePath Package Description com.horizen.commitmenttreenative com.horizen.cswnative com.horizen.merkletreenative -
-
Uses of MerklePath in com.horizen.commitmenttreenative
Methods in com.horizen.commitmenttreenative that return types with arguments of type MerklePath Modifier and Type Method Description Optional<MerklePath>CommitmentTree. getBtrMerklePath(byte[] scId, int leafIndex)Optional<MerklePath>CommitmentTree. getCertMerklePath(byte[] scId, int leafIndex)Optional<MerklePath>CommitmentTree. getFwtMerklePath(byte[] scId, int leafIndex)Optional<MerklePath>CommitmentTree. getScCommitmentMerklePath(byte[] scId) -
Uses of MerklePath in com.horizen.cswnative
Methods in com.horizen.cswnative that return MerklePath Modifier and Type Method Description MerklePathCswFtProverData. getFtTreePath()MerklePathCswFtProverData. getMerklePathToScHash()MerklePathCswUtxoProverData. getMstPathToOutput()Constructors in com.horizen.cswnative with parameters of type MerklePath Constructor Description CswFtProverData(ForwardTransferOutput output, byte[] ftInputSecretKey, FieldElement mcbScTxsComStart, MerklePath merklePathToScHash, MerklePath ftTreePath, FieldElement scCreationCommitment, FieldElement scbBtrTreeRoot, FieldElement wCertTreeRoot, List<FieldElement> scTxsComHashes)CswUtxoProverData(ScUtxoOutput output, byte[] utxoInputSecretKey, MerklePath mstPathToOutput) -
Uses of MerklePath in com.horizen.merkletreenative
Methods in com.horizen.merkletreenative that return MerklePath Modifier and Type Method Description static MerklePathMerklePath. deserialize(byte[] merklePathBytes)static MerklePathMerklePath. deserialize(byte[] merklePathBytes, boolean semanticChecks)MerklePathInMemoryAppendOnlyMerkleTree. getMerklePath(long leafIndex)MerklePathInMemorySparseMerkleTree. getMerklePath(long leafPosition)Return the MerklePath corresponding to the leaf at index leafPosition, only if the tree is in "finalized" state
-