mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-06 05:24:15 -04:00
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:
parent
5d89d3973f
commit
befdf7b33e
19 changed files with 70674 additions and 41155 deletions
2
dist/HavenoClient.d.ts
vendored
2
dist/HavenoClient.d.ts
vendored
|
@ -3,7 +3,7 @@ import { GetVersionClient, AccountClient, MoneroConnectionsClient, DisputesClien
|
|||
import { MarketPriceInfo, MarketDepthInfo, XmrBalanceInfo, OfferInfo, TradeInfo, XmrTx, XmrDestination, NotificationMessage, UrlConnection } from "./protobuf/grpc_pb";
|
||||
import { PaymentMethod, PaymentAccount, Attachment, DisputeResult, Dispute, ChatMessage, MoneroNodeSettings } from "./protobuf/pb_pb";
|
||||
/**
|
||||
* Haveno daemon client using gRPC.
|
||||
* Haveno daemon client.
|
||||
*/
|
||||
export default class HavenoClient {
|
||||
_appName: string | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue