haveno-ts/dist/index.d.ts
2022-05-08 16:36:17 -04:00

6 lines
209 B
TypeScript

import HavenoClient from "./HavenoClient";
import HavenoUtils from "./utils/HavenoUtils";
export { HavenoClient };
export { HavenoUtils };
export * from "./protobuf/grpc_pb";
export * from "./protobuf/pb_pb";