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
publicKeys
publicKeys: string
[]
Set of public keys that were generated
Defined in
secretKeys
secretKeys: string
[]
Set of private keys that were generated