@swtc/lib
Version:
websocket access for jingtum blockchain
10 lines (9 loc) • 329 B
TypeScript
import { Factory } from "./remote";
import { Server } from "./server";
declare const Remote: any;
declare const Wallet: any;
declare const Request: any;
declare const Account: any;
declare const Transaction: any;
declare const OrderBook: any;
export { Server, Factory, Remote, Wallet, Request, Account, Transaction, OrderBook };