UNPKG

@0xsplits/splits-sdk

Version:

SDK for the 0xSplits protocol

7 lines (6 loc) 241 B
import { Address } from 'viem'; import { SplitsPublicClient } from '../types'; export declare const getTokenData: (chainId: number, token: Address, publicClient: SplitsPublicClient) => Promise<{ symbol: string; decimals: number; }>;