viaduct
0.3.0
interpreter
/
io.github.aplcornell.viaduct.backend.commitment
/
HashInfo
Hash
Info
data
class
HashInfo
(
val
hash
:
List
<
Byte
>
,
val
nonce
:
List
<
Byte
>
)
Constructors
Functions
Properties
Constructors
Hash
Info
Link copied to clipboard
fun
HashInfo
(
hash
:
List
<
Byte
>
,
nonce
:
List
<
Byte
>
)
Functions
verify
Link copied to clipboard
fun
verify
(
data
:
List
<
Byte
>
)
:
Boolean
Properties
hash
Link copied to clipboard
val
hash
:
List
<
Byte
>
nonce
Link copied to clipboard
val
nonce
:
List
<
Byte
>