UNPKG

viem-erc20

Version:
5 lines 200 B
import { type Address, type Client } from "viem"; export declare const getErc20TokenName: (client: Client, parameters: { address: Address; }) => Promise<string>; //# sourceMappingURL=name.d.ts.map