Node

data class Node(value: ByteVector32, height: Int, parent: ShaChain.Node?)

Properties

height
Link copied to clipboard
common
val height: Int
parent
Link copied to clipboard
common
val parent: ShaChain.Node?
value
Link copied to clipboard
common
val value: ByteVector32