Interface: KeyPair ​
Defined in: pair.ts:19
General KeyPair interface used by SchnorrKeyPair class. KeyPair
Properties ​
publicKey ​
readonlypublicKey:PublicKey
Defined in: pair.ts:23
The public key associated with the SchnorrKeyPair (required).
secretKey? ​
readonlyoptionalsecretKey?:SecretKey
Defined in: pair.ts:28
The secret key associated with the SchnorrKeyPair (optional).