commitment property

  1. @TagNumber.new(9)
BytesValue get commitment

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);
  1. @TagNumber.new(9)
set commitment (BytesValue v)

Implementation

@$pb.TagNumber(9)
set commitment($13.BytesValue v) { setField(9, v); }