Find the earliest block with timestamp equal or greater than the given time and height equal or greater than the given height.
The earliest matching block index entry, or nullptr if none qualifies.
| Name | Description |
|---|---|
| nTime | The minimum block timestamp. |
| height | The minimum block height. |