UNPKG

@swaptoshi/liquid-pos-client

Version:

Client for interacting with blockchain networks that implements the Swaptoshi liquid pos module

4 lines (3 loc) 186 B
import { LiquidPosClient } from './client'; export declare function createIPCClient(path: string): LiquidPosClient; export declare function createWSClient(url: string): LiquidPosClient;