@kaiachain/web3js-ext
Version:
web3.js extension for kaiachain blockchain
15 lines (13 loc) • 327 B
text/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";