Skip to main content

Type Alias: PublicKey

type PublicKey = 
| {
Ed25519: string;
}
| {
Secp256k1: string;
}
| {
Secp256r1: string;
}
| {
ZkLogin: string;
}
| {
Passkey: string;
};