Type alias StoreEncryptedKeyBatchParams

StoreEncryptedKeyBatchParams: BaseApiParams & {
    keyBatch: Pick<StoredKeyData, "publicKey" | "keyType" | "dataToEncryptHash" | "ciphertext" | "memo">[];
}

Properties required to persist a batch of encrypted keys into the wrapped-keys backend storage service

Generated using TypeDoc