LedgerBounds

data class LedgerBounds(val minLedger: Int, val maxLedger: Int)

LedgerBounds are Preconditions of a transaction per CAP-21

Represents constraints on the ledger number at which a transaction is valid.

See also

Constructors

Link copied to clipboard
constructor(minLedger: Int, maxLedger: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum ledger sequence number (0 means no maximum)

Link copied to clipboard

Minimum ledger sequence number (0 means no minimum)

Functions

Link copied to clipboard

Converts this LedgerBounds to its XDR representation.