WireIn

data class WireIn(v: Int, index: Int, hash: List<Byte>, nonce: List<Byte>) : WireTerm

Properties

hash
Link copied to clipboard
val hash: List<Byte>
index
Link copied to clipboard
val index: Int
nonce
Link copied to clipboard
val nonce: List<Byte>
v
Link copied to clipboard
val v: Int