lastValid property

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

The ending round for which the transaction is valid. After this round, the transaction will be rejected by the network.

Implementation

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