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