creationDate property

  1. @TagNumber.new(2)
Timestamp get creationDate

CreationDate represents the timestamp of the public key addition.

Implementation

@$pb.TagNumber(2)
$3.Timestamp get creationDate => $_getN(1);
  1. @TagNumber.new(2)
set creationDate (Timestamp value)

Implementation

@$pb.TagNumber(2)
set creationDate($3.Timestamp value) => $_setField(2, value);