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

ClaimPredicates struct definition.

Summary

Types

@type error() :: {:error, atom()}
@type predicates() :: [Stellar.TxBuild.ClaimPredicate.t()]
@type t() :: %Stellar.TxBuild.ClaimPredicates{value: predicates()}
@type validation() :: {:ok, any()} | error()

Functions

Link to this function

validate_predicate_list(response, arg2)

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