Result of storing a private key in the wrapped keys backend service Includes the unique identifier which is necessary to get the encrypted ciphertext and dataToEncryptHash in the future

interface StoreEncryptedKeyResult {
    id: string;
    pkpAddress: string;
}

Properties

Properties

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