What one source knows about a token: its instrument id, and whichever fields it can fill.
const fromRegistry: PartialToken[] = [{ instrumentId, name: 'Canton Coin', symbol: 'CC' }] Copy
const fromRegistry: PartialToken[] = [{ instrumentId, name: 'Canton Coin', symbol: 'CC' }]
What one source knows about a token: its instrument id, and whichever fields it can fill.