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

Representation of a Stellar Predicates list.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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