UNPKG

sth-ts

Version:

An SmartHoldem API wrapper, written in TypeScript to interact with SmartHoldem blockchain.

13 lines 442 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./Account")); __export(require("./Block")); __export(require("./Delegate")); __export(require("./Loader")); __export(require("./Network")); __export(require("./Peer")); __export(require("./Transaction")); //# sourceMappingURL=index.js.map