last_block_time_or_null
The timestamp of the most recently built block in the blockchain, in milliseconds.
If there are no blocks in the blockchain (i.e. if the first block in the blockchain has yet to be built), this is null
.
If a value is present, it is a Unix epoch timestamp, i.e. the number of milliseconds that have elapsed since midnight on 1st January 1970.
Since
0.13.3