@kiroboio/fct-core
Version:
Kirobo.io FCT Core library
14 lines • 504 B
JavaScript
export * from "@kiroboio/fct-plugins";
export { utils as pluginUtils } from "@kiroboio/fct-plugins";
export { ethers } from "ethers";
// Utils exports
export * as constants from "./constants";
export * as utils from "./utils";
export * as variables from "./variables";
// FCT class exports
export * from "./methods";
// Type exports
export * from "./types";
// Get version
export { getVersionClass, getVersionFromVersion } from "./batchMultiSigCall/versions/getVersion";
//# sourceMappingURL=index.js.map