TransactionPreconditionsResponse constructor Null safety
- PreconditionsTimeBoundsResponse? timeBounds,
- PreconditionsLedgerBoundsResponse? ledgerBounds,
- String? minAccountSequence,
- String? minAccountSequenceAge,
- int? minAccountSequenceLedgerGap,
- List<
String> ? extraSigners
Implementation
TransactionPreconditionsResponse(
this.timeBounds,
this.ledgerBounds,
this.minAccountSequence,
this.minAccountSequenceAge,
this.minAccountSequenceLedgerGap,
this.extraSigners);