lastRound property

  1. @JsonKey(name: 'last-round')
  2. @BigIntSerializer()
BigInt lastRound
final

LastRound indicates the last round seen

Implementation

@JsonKey(name: 'last-round')
@BigIntSerializer()
final BigInt lastRound;