round property

  1. @JsonKey(name: 'round')
  2. @NullableBigIntSerializer()
BigInt? round
final

Current round on which this block was appended to the chain.

Implementation

@JsonKey(name: 'round')
@NullableBigIntSerializer()
final BigInt? round;