vocdoni / explorer

Vocdoni's Blockchain Explorer
https://dev.explorer.vote
GNU Affero General Public License v3.0
1 stars 0 forks source link

Txs improvements #78

Open selankon opened 3 months ago

selankon commented 3 months ago
selankon commented 2 months ago

On the transaction list, show the subtype (if different from TX_UNKNOWN) instead of the type. So "Create Account" instead of "setAccount".

At the moment this is not possible because on the txList the tx summary returned by the API doesn't contain the subtype

selankon commented 1 month ago

PR https://github.com/vocdoni/explorer/pull/125 implements TX subtypes