InternalSupportedToken: InternalSupportedTokenKey & {
    decimals: Decimals;
    logo_uri: string;
    name: string;
    native: boolean;
    symbol: TokenSymbol;
}

Type declaration

Generated using TypeDoc