Interface: KeyPair ​
Defined in: pair.ts:17
General KeyPair interface used by SchnorrKeyPair class. KeyPair
Properties ​
publicKey ​
readonlypublicKey:PublicKey
Defined in: pair.ts:21
secretKey? ​
readonlyoptionalsecretKey:SecretKey
Defined in: pair.ts:27
Throws ​
If the secret key is not available.