round property

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

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

Implementation

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