Result of storing a batch of private keys in the wrapped keys backend service Includes an array of unique identifiers, which are necessary to get the encrypted ciphertext and dataToEncryptHash in the future

interface StoreEncryptedKeyBatchResult {
    ids: string[];
    pkpAddress: string;
}

Properties

Properties

ids: string[]

Array of the unique identifiers (UUID V4) of the encrypted private keys in the same order provided

pkpAddress: string

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