UNPKG

@swaptoshi/governance-client

Version:

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

13 lines 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GovernanceClient = void 0; const endpoint_1 = require("./endpoint"); const transaction_1 = require("./transaction"); class GovernanceClient { constructor(url, mode) { this.transaction = new transaction_1.GovernanceTransactionClient(url, mode); this.endpoint = new endpoint_1.GovernanceEndpointClient(url, mode); } } exports.GovernanceClient = GovernanceClient; //# sourceMappingURL=client.js.map