firstValid property

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

The first round for when the transaction is valid. If the transaction is sent prior to this round it will be rejected by the network.

Implementation

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