lease property

  1. @JsonKey(name: 'lease')
String? lease
final

Base64 encoded 32-byte array. Lease enforces mutual exclusion of transactions. If this field is nonzero, then once the transaction is confirmed, it acquires the lease identified by the (Sender, Lease) pair of the transaction until the LastValid round passes. While this transaction possesses the lease, no other transaction specifying this lease can be confirmed.

Implementation

@JsonKey(name: 'lease')
final String? lease;