StellarBase.XDR.OptionalLedgerBounds (Elixir Stellar Base v0.8.9) View Source

Representation of Stellar OptionalLedgerBounds type.

Link to this section Summary

Link to this section Types

Specs

ledger_bounds() :: StellarBase.XDR.LedgerBounds.t() | nil

Specs

t() :: %StellarBase.XDR.OptionalLedgerBounds{ledger_bounds: ledger_bounds()}

Link to this section Functions

Link to this function

new(ledger_bounds \\ nil)

View Source

Specs

new(ledger_bounds :: ledger_bounds()) :: t()