timestampStartIndex property

int? timestampStartIndex
final

If populated, timestampStartIndex indicates the first block index where block timestamps are considered valid (i.e. all blocks less than timestampStartIndex 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 valid for all available blocks.

Implementation

final int? timestampStartIndex;