-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When pulling in utxos from redux state:
const utxos = useSelector((state: RootState) => state.utxos.utxos);
The resulting UTXO[] entries don't have a tokenAddress field.
Assuming this is the correct way to interact with wallet utxos in other areas of the wallet (e.g. Apps) having the tokenAddress field already available would cut out having to use a 'toTokenAddress' function to convert the address each time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels