confio / cosmwasm-tracing-ui

https://cosmwasm-tracing-ui.vercel.app
Apache License 2.0
0 stars 0 forks source link

Show actor type #10

Closed abefernan closed 1 month ago

abefernan commented 1 month ago

Closes #2.

Adds a mock function that randomly tells you if an address is an account, a contract, or a validator. The diagram renders differently depending on that type of address.

An account sends to a contract:

show-actor-type-1

A validator sends to an account:

show-actor-type-2