Export protobuf types (#100)

* update to monero-javascript v0.7.0
* bump to version v0.0.2
* terminate monero-javascript worker at end of tests
This commit is contained in:
woodser 2022-05-10 09:55:41 -04:00 committed by GitHub
parent 5d89d3973f
commit befdf7b33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 70674 additions and 41155 deletions

5
dist/index.d.ts vendored
View file

@ -1,3 +1,6 @@
import HavenoClient from "./HavenoClient";
import HavenoUtils from "./utils/HavenoUtils";
export { HavenoClient, HavenoUtils };
export { HavenoClient };
export { HavenoUtils };
export * from "./protobuf/grpc_pb";
export * from "./protobuf/pb_pb";