View Source Stellar.TxBuild.Claimant (Elixir Stellar SDK v0.13.0)

Claimant struct definition.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.Claimant{
  destination: String.t(),
  predicate: Stellar.TxBuild.ClaimPredicate.t()
}
@type validation() :: {:ok, any()} | {:error, atom()}