UNPKG

viem-erc20

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