isMintBaton property
Whether the token is a mint baton
Implementation
@$pb.TagNumber(5)
$core.bool get isMintBaton => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set isMintBaton($core.bool value) => $_setBool(4, value);
Whether the token is a mint baton
@$pb.TagNumber(5)
$core.bool get isMintBaton => $_getBF(4);
@$pb.TagNumber(5)
set isMintBaton($core.bool value) => $_setBool(4, value);