UNPKG

@swaptoshi/governance-client

Version:

Client for interacting with blockchain networks that implements the Swaptoshi governance module

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