createdAtRound property

  1. @JsonKey(name: 'created-at-round')
  2. @NullableBigIntSerializer()
int? createdAtRound
final

Round during which this account first appeared in a transaction.

Implementation

@JsonKey(name: 'created-at-round')
@NullableBigIntSerializer()
final int? createdAtRound;