View Source Stellar.TxBuild.Predicate (Elixir Stellar SDK v0.6.0)

Predicate struct definition.

Link to this section Summary

Link to this section Types

@type predicate() :: :conditional | :unconditional
@type t() :: %Stellar.TxBuild.Predicate{
  predicate: predicate(),
  type: type(),
  value: any()
}
@type type() :: :time | :and | :or | :not

Link to this section Functions