eip1193-types
    Preparing search index...

    Interface WatchAssetParams

    interface WatchAssetParams {
        options: {
            address: `0x${string}`;
            decimals: number;
            image: string;
            symbol: string;
        };
        type: "ERC20";
    }
    Index

    Properties

    Properties

    options: {
        address: `0x${string}`;
        decimals: number;
        image: string;
        symbol: string;
    }

    Type Declaration

    • address: `0x${string}`

      The address of the token contract

    • decimals: number

      The number of token decimals

    • image: string

      A string url of the token logo

    • symbol: string

      A ticker symbol or shorthand, up to 11 characters

    type: "ERC20"

    In the future, other standards will be supported