commitment property
This field is optional and meant to store a commitment in the form of a hash. This field is managed by the user. Metadata concerning this field can be added to the metadata.
Implementation
@$pb.TagNumber(9)
$13.BytesValue get commitment => $_getN(8);
Implementation
@$pb.TagNumber(9)
set commitment($13.BytesValue v) { setField(9, v); }