You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: