-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Tron and Ethereum use the same address format. They only encode the address differently, ethereum uses simple hex encoding, tron an encoding based on base58.
It should be trivial to show the user if the an address is also active on the other chain.
We propose an additional field in the address result holding a Dict chain: address_str if we know that the address is also active on another chain.
The situation is similar for btc and bitcoin cash.