View Source Stellar.TxBuild.ClaimPredicates (Elixir Stellar SDK v0.10.2)

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()}
@type validation() :: {:ok, any()} | error()

Link to this section Functions

Link to this function

validate_predicate_list(response, arg2)

View Source
@spec validate_predicate_list(predicates :: predicates(), predicates :: predicates()) ::
  validation()