across-bridge-v3-sdk
Version:
Light-weighted SDK for interacting with Across V3 API
9 lines • 503 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createAcrossClient = exports.AcrossClient = void 0;
require("cli.ts");
require("client.ts");
var client_1 = require("./client");
Object.defineProperty(exports, "AcrossClient", { enumerable: true, get: function () { return client_1.AcrossClient; } });
Object.defineProperty(exports, "createAcrossClient", { enumerable: true, get: function () { return client_1.createAcrossClient; } });
//# sourceMappingURL=index.js.map