UNPKG

viem-erc20

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