StoreEncryptedKeyParams: BaseApiParams & Pick<StoredKeyData,
    | "publicKey"
    | "keyType"
    | "dataToEncryptHash"
    | "ciphertext"
    | "memo">

Properties required to persist an encrypted key into the wrapped-keys backend storage service