interface UniswapCryptoToken {
    address: string;
    symbol: string;
    value: number;
}

Properties

Properties

address: string
symbol: string
value: number

Generated using TypeDoc