latestTimestamp property

  1. @JsonKey(name: 'latest-timestamp')
int? latestTimestamp
final

LatestTimestamp is available to some TEAL scripts. Defaults to the latest confirmed timestamp this algod is attached to.

Implementation

@JsonKey(name: 'latest-timestamp')
final int? latestTimestamp;