WatchAssetParams
WatchAssetParams:
object
Parameters for the watchAsset
method.
Type declaration
options
options:
object
options.address
options.address:
string
The address of the token contract
options.decimals
options.decimals:
number
The number of token decimals
options.image?
optional
options.image:string
A string url of the token logo
options.symbol
options.symbol:
string
A ticker symbol or shorthand, up to 11 characters
type
type:
"ERC20"
Token type.