Granola-Team / mina-indexer

The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
Apache License 2.0
17 stars 10 forks source link

Make `TxnHash` struct #1109

Open Isaac-DeFrain opened 1 month ago

Isaac-DeFrain commented 1 month ago

We should use pub struct TxnHash(pub String) over String

trevorbernard commented 1 month ago

We should strongly type all the things