PreconditionsLedgerBoundsResponse constructor

PreconditionsLedgerBoundsResponse(
  1. int minLedger,
  2. int maxLedger
)

Implementation

PreconditionsLedgerBoundsResponse(this.minLedger, this.maxLedger);