import {
Address,
PrivateKey,
@@ -7,7 +7,7 @@
ViewKey,
PrivateKeyCiphertext,
RecordCiphertext,
-} from "@aleohq/wasm";
+} from "@provablehq/wasm";
interface AccountParam {
privateKey?: string;
@@ -214,4 +214,4 @@
return this._address.verify(message, signature);
}
}
-