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

Representation of Stellar Preconditions type.

Summary

Types

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

Functions

Link to this function

new(preconditions, type)

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