@zama-fhe/relayer-sdk 0.1.1 → 0.2.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bundle.d.ts CHANGED
@@ -8,6 +8,7 @@ export {
8
8
  EIP712,
9
9
  EIP712Type,
10
10
  FhevmInstance,
11
+ FhevmInstanceConfig,
11
12
  createInstance,
12
13
  EncryptionTypes,
13
14
  ENCRYPTION_TYPES,
Binary file
package/lib/node.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as TFHEPkg from 'node-tfhe';
2
2
  import { ShortintParameters, ShortintParametersName, ShortintCompactPublicKeyEncryptionParameters, ShortintCompactPublicKeyEncryptionParametersName, TfheConfigBuilder, TfheClientKey, TfheCompactPublicKey, CompactPkeCrs } from 'node-tfhe';
3
3
  import * as TKMSPkg from 'node-tkms';
4
- import { JsonRpcProvider, BrowserProvider, Contract, ethers, getAddress as getAddress$2, isAddress, AbiCoder } from 'ethers';
4
+ import { JsonRpcProvider, BrowserProvider, Contract, getAddress as getAddress$2, ethers, isAddress, AbiCoder } from 'ethers';
5
5
  import createHash from 'keccak';
6
6
  import fetchRetry from 'fetch-retry';
7
7
 
package/lib/tfhe_bg.wasm CHANGED
Binary file