View Source StellarBase.XDR.Preconditions (Elixir Stellar Base v0.12.0)

Representation of Stellar Preconditions type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Preconditions{
  preconditions: preconditions(),
  type: StellarBase.XDR.PreconditionType.t()
}

Link to this section Functions

Link to this function

new(preconditions, type)

View Source
@spec new(
  preconditions :: preconditions(),
  type :: StellarBase.XDR.PreconditionType.t()
) :: t()