Quantifier
Quantifier
Our definitions: - **Pending**: transaction that has been gossiped and buffered in mempool - **Canonical**: transaction/block on the *best* chain, and can even include the most recent block - **Finalized**:...
`BlockStore` function `add_block` currently takes a `&PrecomputedBlock` and we store the bytes from `serde_json::to_vec()` in the db. We should store the `contents` of a `BlockFileContents` instead.
We should use `pub struct TxnHash(pub String)` over `String`