Skip to main content

TKeyType type

Cryptographic key type.

Signature:

export type TKeyType =
| 'Ed25519'
| 'Secp256k1'
| 'Secp256r1'
| 'X25519'
| 'Bls12381G1'
| 'Bls12381G2'
| (string & {})