active property
Active indicates whether the public key is active and used for payload encryption. Only one public key can be active at a time.
Implementation
@$pb.TagNumber(2)
$core.bool get active => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set active($core.bool value) => $_setBool(1, value);