interface GeneratePrivateKeyResult {
    generatedPublicKey: string;
    id: string;
    pkpAddress: string;
}

Properties

generatedPublicKey: string

The public key component of the newly generated keypair

id: string

The unique identifier (UUID V4) of the encrypted private key

pkpAddress: string

The LIT PKP Address that the key was linked to; this is derived from the provided pkpSessionSigs