changeDate property
ChangeDate is the timestamp of the public key's deactivation.
Implementation
@$pb.TagNumber(1)
$3.Timestamp get changeDate => $_getN(0);
Implementation
@$pb.TagNumber(1)
set changeDate($3.Timestamp value) => $_setField(1, value);