Type alias WatchAssetParams
WatchAssetParams: { 
    options: { 
        address: string; 
        decimals: number; 
        image?: string; 
        symbol: string; 
    }; 
    type: "ERC20"; 
}
Type declaration
options: { 
    address: string; 
    decimals: number; 
    image?: string; 
    symbol: string; 
}
address: string
decimals: number
Optional image?: string
symbol: string
type: "ERC20"
The address of the token contract