dAppBooster
    Preparing search index...
    TokenLogo: FC<TokenLogoProps> = ...

    TokenLogo component, displays a token logo based on the provided token object.

    TokenLogo component props.

    The token object to display the logo for.

    The size of the logo in pixels.

    Additional props for the img element.

    <TokenLogo
    token={myToken}
    size={32}
    />