skipTokenChecks property
Whether to skip token checks and broadcast even if tokens are unintentionally burned
Implementation
@$pb.TagNumber(2)
$core.bool get skipTokenChecks => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set skipTokenChecks($core.bool value) => $_setBool(1, value);