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