timestamp_start_index property

int? timestamp_start_index
getter/setter pair

If populated, timestamp_start_index indicates the first block index where block timestamps are considered valid (i.e. all blocks less than timestamp_start_index could have invalid timestamps). This is useful when the genesis block (or blocks) of a network have timestamp 0. If not populated, block timestamps are assumed to be valid for all available blocks.

Implementation

// ignore: non_constant_identifier_names
int? timestamp_start_index;