Type alias PublicKeyType

PublicKeyType: PublicKey | string | {
    compressed: Uint8Array;
    type: string;
}