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

      The address of the token contract

    • decimals: number

      The number of token decimals

    • Optional image?: string

      A string url of the token logo

    • symbol: string

      A ticker symbol or shorthand, up to 11 characters

  • type: "ERC20"

    Token type.

Generated using TypeDoc