GetPublicKeyResponse: {
    externalId?: string;
    groupSize: number;
    groupThreshold: number;
    id: EntityId;
    isEddsa: boolean;
    publicKey: PublicKey;
    tags?: Tag[];
}

Type declaration

  • Optional externalId?: string
  • groupSize: number
  • groupThreshold: number
  • id: EntityId
  • isEddsa: boolean
  • publicKey: PublicKey
  • Optional tags?: Tag[]

Generated using TypeDoc