UNPKG

viem-erc20

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