@dfinity/cketh
Version:
A library for interfacing with ckETH.
5 lines (4 loc) • 354 B
JavaScript
import { createRequire as topLevelCreateRequire } from 'module';
const require = topLevelCreateRequire(import.meta.url);
export*from"@icp-sdk/canisters/cketh";import{CkEthMinterCanister as i,CkEthOrchestratorCanister as a}from"@icp-sdk/canisters/cketh";export{i as CkETHMinterCanister,a as CkETHOrchestratorCanister};
//# sourceMappingURL=index.mjs.map