@trustwallet/wallet-core 3.3.1-dev → 4.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.
Binary file
@@ -771,7 +771,6 @@ export class PrivateKey {
771
771
  getPublicKeyEd25519Blake2b(): PublicKey;
772
772
  getPublicKeyEd25519Cardano(): PublicKey;
773
773
  getPublicKeyCurve25519(): PublicKey;
774
- getSharedKey(publicKey: PublicKey, curve: Curve): Uint8Array;
775
774
  sign(digest: Uint8Array | Buffer, curve: Curve): Uint8Array;
776
775
  signAsDER(digest: Uint8Array | Buffer): Uint8Array;
777
776
  signZilliqaSchnorr(message: Uint8Array | Buffer): Uint8Array;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustwallet/wallet-core",
3
- "version": "3.3.1-dev",
3
+ "version": "4.0.0",
4
4
  "description": "wallet core wasm and protobuf models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",