Node

data class Node(val left: PartialMerkleTree.PartialTree, val right: PartialMerkleTree.PartialTree, val hashAlgorithm: String? = SecureHash.SHA2_256) : PartialMerkleTree.PartialTree

Constructors

Link copied to clipboard

Old version of PartialTree.Node constructor for ABI compatibility.

constructor(left: PartialMerkleTree.PartialTree, right: PartialMerkleTree.PartialTree, hashAlgorithm: String? = SecureHash.SHA2_256)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard