UNPKG

@fioprotocol/fiojs

Version:

FioJS is a Utility SDK for packing, signing and encryption functionality for the FIO blockchain. It is used by the FIO TypeScript SDK

8 lines 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RpcError = exports.JsonRpc = void 0; var chain_rpcerror_1 = require("./chain-rpcerror"); Object.defineProperty(exports, "RpcError", { enumerable: true, get: function () { return chain_rpcerror_1.RpcError; } }); var chain_jsonrpc_1 = require("./chain-jsonrpc"); Object.defineProperty(exports, "JsonRpc", { enumerable: true, get: function () { return chain_jsonrpc_1.JsonRpc; } }); //# sourceMappingURL=rpc-web.js.map