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

Representation of Stellar OptionalClaimPredicate type.

Link to this section Summary

Link to this section Types

@type predicate() :: StellarBase.XDR.ClaimPredicate.t() | nil
@type t() :: %StellarBase.XDR.OptionalClaimPredicate{predicate: predicate()}

Link to this section Functions

@spec new(predicate :: predicate()) :: t()