UNPKG

sth-ts

Version:

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

10 lines 330 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("./HDNode")); __export(require("./Key")); var Tx_1 = require("./Tx"); exports.Tx = Tx_1.default; //# sourceMappingURL=index.js.map