DidDocumentMetadata

registry_api.v1.DidDocumentMetadata

type DidDocumentMetadata

registry_api.v1.DidDocumentMetadata

FieldTypeDescription
createdTimestampTimestamp representing the DID document creation time.
updatedTimestampTimestamp representing the DID document last update time.
{
  "created": {
    "seconds": 0,
    "nanos": 0
  },
  "updated": {
    "seconds": 0,
    "nanos": 0
  }
}