UNPKG

viem

Version:

TypeScript Interface for Ethereum

17 lines (16 loc) 495 B
export { type AssertCurrentChainErrorType, type AssertCurrentChainParameters, assertCurrentChain, } from '../utils/chain/assertCurrentChain.js' export { defineChain } from '../utils/chain/defineChain.js' export { type ExtractChainErrorType, type ExtractChainParameters, type ExtractChainReturnType, extractChain, } from '../utils/chain/extractChain.js' export { type GetChainContractAddressErrorType, getChainContractAddress, } from '../utils/chain/getChainContractAddress.js'