UNPKG

micro-eth-signer

Version:

Minimal library for Ethereum transactions, addresses and smart contracts

6 lines 359 B
export { addr } from "./core/address.js"; export { authorization } from "./core/tx-internal.js"; export { Transaction } from "./core/tx.js"; export { eip191Signer, recoverPublicKeyTyped, signTyped, verifyTyped, } from "./core/typed-data.js"; export { amounts, ethHex, ethHexNoLeadingZero, weieth, weigwei } from "./utils.js"; //# sourceMappingURL=index.js.map