View Source Stellar.TxBuild.ClaimPredicates (Elixir Stellar SDK v0.9.1)
ClaimPredicates
struct definition.
Link to this section Summary
Link to this section Types
@type error() :: {:error, atom()}
@type predicates() :: [Stellar.TxBuild.ClaimPredicate.t()]
@type t() :: %Stellar.TxBuild.ClaimPredicates{value: predicates()}
Link to this section Functions
@spec validate_predicate_list(predicates :: predicates(), predicates :: predicates()) :: validation()