* Check whether this block's and all previous blocks' transactions have been * downloaded (and stored to disk) at some point. * * Does not imply the transactions are consensus-valid (ConnectTip might fail) * Does not imply the transactions are still stored on disk. (IsBlockPruned might return true) */
| 356 | * Does not imply the transactions are still stored on disk. (IsBlockPruned might return true) |
| 357 | */ |
| 358 | bool HaveTxsDownloaded() const { return nChainTx != 0; } |
| 359 | |
| 360 | int64_t GetBlockTime() const |
| 361 | { |
no outgoing calls