Export LcdClient

This commit is contained in:
Simon Warta 2020-07-07 10:17:36 +02:00
parent c9e5143d97
commit 21898bc8bd
2 changed files with 8 additions and 2 deletions

View File

@ -25,8 +25,11 @@ export {
BlockResponse,
BroadcastMode,
EncodeTxResponse,
PostTxsResponse,
LcdApiArray,
LcdClient,
LcdModule,
NodeInfoResponse,
PostTxsResponse,
SearchTxsResponse,
TxsResponse,
} from "./lcdapi";

View File

@ -23,8 +23,11 @@ export {
BlockResponse,
BroadcastMode,
EncodeTxResponse,
PostTxsResponse,
LcdApiArray,
LcdClient,
LcdModule,
NodeInfoResponse,
PostTxsResponse,
SearchTxsResponse,
TxsResponse,
} from "./lcdapi";