Skip to main content
Version: Next

Interface: GeneratedKeyPairs

For each generated KeyPair (either through createDrop, addKeys or generateKeys), the public and private keys are returned. In addition, the actual KeyPair objects are returned as well.

Properties

keyPairs

keyPairs: KeyPair[]

Actual KeyPair objects that can be used to sign messages, verify signatures, and get the public and private keys

Defined in

lib/types/general.ts:20


publicKeys

publicKeys: string[]

Set of public keys that were generated

Defined in

lib/types/general.ts:22


secretKeys

secretKeys: string[]

Set of private keys that were generated

Defined in

lib/types/general.ts:24