noob-ethereum
Version:
A simple Ethereum library
5 lines • 358 B
TypeScript
import { hexify, hexZeroPad, decimal, toISO, toGwei, gweiToEther, minutes } from './conversion';
import { exportToJSONFile, exportToTextFile } from './export';
import { checksum } from './checksum';
export { hexify, decimal, toISO, toGwei, gweiToEther, minutes, exportToJSONFile, exportToTextFile, checksum, hexZeroPad, };
//# sourceMappingURL=index.d.ts.map