groupAlloy property

  1. @TagNumber(4)
BytesValue get groupAlloy

This field is optional and represents a Merkle root of the alloy of groups in this asset. This is only valid for tokens that are series fungible. length = 32

Implementation

@$pb.TagNumber(4)
$13.BytesValue get groupAlloy => $_getN(3);
  1. @TagNumber(4)
set groupAlloy (BytesValue v)

Implementation

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