viaduct
0.3.0
interpreter
/
io.github.aplcornell.viaduct.backend.commitment
/
CommitmentProtocolHashReplicaInterpreter
/
CommitmentCell
Commitment
Cell
inner
class
CommitmentCell
(
var
bytes
:
List
<
Byte
>
)
:
CommitmentProtocolHashReplicaInterpreter.CommitmentObject
Constructors
Functions
Properties
Constructors
Commitment
Cell
Link copied to clipboard
fun
CommitmentCell
(
bytes
:
List
<
Byte
>
)
Functions
query
Link copied to clipboard
open
override
fun
query
(
query
:
QueryNameNode
,
arguments
:
List
<
AtomicExpressionNode
>
)
:
List
<
Byte
>
update
Link copied to clipboard
open
override
fun
update
(
update
:
UpdateNameNode
,
arguments
:
List
<
AtomicExpressionNode
>
)
Properties
bytes
Link copied to clipboard
var
bytes
:
List
<
Byte
>