Stellar.XDR.ClaimPredicate (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar ClaimPredicate
type.
Link to this section Summary
Link to this section Types
Specs
predicate() :: Stellar.XDR.Void.t() | Stellar.XDR.ClaimPredicates.t() | Stellar.XDR.OptionalClaimPredicate.t() | Stellar.XDR.Int64.t()
Specs
t() :: %Stellar.XDR.ClaimPredicate{ predicate: predicate(), type: Stellar.XDR.ClaimPredicateType.t() }
Link to this section Functions
Specs
new(predicate :: predicate(), type :: Stellar.XDR.ClaimPredicateType.t()) :: t()