View Source StellarBase.XDR.ClaimPredicates (Elixir Stellar Base v0.12.0)
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()