timestamp property

  1. @JsonKey(fromJson: heliumTimestampFromJson, toJson: heliumTimestampToJson)
DateTime timestamp
final

The timestamp of the block containing the rewards transaction.

Implementation

@JsonKey(
  fromJson: heliumTimestampFromJson,
  toJson: heliumTimestampToJson,
)
final DateTime timestamp;