@kaiachain/web3js-ext
Version:
web3.js extension for kaiachain blockchain
5 lines (4 loc) • 312 B
TypeScript
export * from "@kaiachain/js-ext-core";
export { KlaytnWeb3, KlaytnWeb3 as Web3, KlaytnWeb3 as KaiaWeb3, } from "./web3.js";
export * from "./types.js";
export { KlaytnWeb3Account, KlaytnWeb3Account as KaiaWeb3Account, KlaytnWeb3EthInterface, KlaytnWeb3EthInterface as KaiaWeb3EthInterface, } from "./types.js";