View Source Stellar.TxBuild.Claimants (Elixir Stellar SDK v0.22.0)
Claimants
struct definition.
Summary
Types
@type claimants() :: Stellar.TxBuild.Claimant.t() | [Stellar.TxBuild.Claimant.t()]
@type error() :: {:error, atom()}
@type t() :: %Stellar.TxBuild.Claimants{claimants: [Stellar.TxBuild.Claimant.t()]}