Hierarchy

Implemented by

Properties

address: string
expiration: {
    expired: boolean;
    message: string;
}

Type declaration

  • expired: boolean
  • message: string
keys?: {
    age: string[];
    cosign: string[];
    minisign: string[];
    pgp: string[];
    ssh: string[];
}

Type declaration

  • age: string[]
  • cosign: string[]
  • minisign: string[]
  • pgp: string[]
  • ssh: string[]
message: string
registration: {
    iso_8601_time: string;
    message: string;
    relative_time: string;
    rfc_2822_time: string;
    unix_epoch_time: number;
}

Type declaration

  • iso_8601_time: string
  • message: string
  • relative_time: string
  • rfc_2822_time: string
  • unix_epoch_time: number
verification: {
    message: string;
    verified: boolean;
}

Type declaration

  • message: string
  • verified: boolean

Generated using TypeDoc