UNPKG

viem-erc20

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