Canton dApp Booster
    Preparing search index...

    The token an amount is denominated in: what the field renders, and no more. A Token off the list provider satisfies it, so a pick goes straight back into the field. onTokenSelect hands back the whole Token, identity included, because that is what the picker resolved.

    const CC: TokenMeta = { symbol: 'CC', logo: <CantonCoinIcon /> }
    
    interface TokenMeta {
        logo?: ReactNode;
        symbol: string;
    }
    Index
    logo?: ReactNode
    symbol: string