Returns the StoredBlock given a hash. The returned values block.getHash() method will be equal to the parameter. If no such block is found, returns null.
(Sha256Hash hash)
| 43 | * parameter. If no such block is found, returns null. |
| 44 | */ |
| 45 | StoredBlock get(Sha256Hash hash) throws BlockStoreException; |
| 46 | |
| 47 | /** |
| 48 | * Returns the {@link StoredBlock} that represents the top of the chain of greatest total work. Note that this |
no outgoing calls