penumbra-zone / cuiloa

Block explorer for the Penumbra Zone network
https://cuiloa.testnet.penumbra.zone
Apache License 2.0
6 stars 1 forks source link

Refactor `Transaction` into `TransactionView` #81

Closed ejmg closed 1 month ago

ejmg commented 3 months ago

Summary

As of now, Transactions are decoded and handled as Transactions. A more dynamic approach would be to view their TransactionView.

Description

TD

Outline

TD

ejmg commented 1 month ago

First pass at this is done with the work of #99