UNPKG

@swaptoshi/governance-client

Version:

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

8 lines (7 loc) 294 B
import { GovernanceEndpointClient } from './endpoint'; import { GovernanceTransactionClient } from './transaction'; export declare class GovernanceClient { transaction: GovernanceTransactionClient; endpoint: GovernanceEndpointClient; constructor(url: string, mode: 'ipc' | 'ws'); }