burnsMintBatons property
Whether any mint batons have been burned of this token
Implementation
@$pb.TagNumber(10)
$core.bool get burnsMintBatons => $_getBF(9);
Implementation
@$pb.TagNumber(10)
set burnsMintBatons($core.bool value) => $_setBool(9, value);