StellarBase.XDR.ClaimPredicates (Elixir Stellar Base v0.8.3) View Source

Representation of a Stellar Predicates list.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.ClaimPredicates{
  predicates: [StellarBase.XDR.ClaimPredicate.t()]
}

Link to this section Functions

Specs

new(predicates :: [StellarBase.XDR.ClaimPredicate.t()]) :: t()