View Source StellarBase.XDR.Claimants (Elixir Stellar Base v0.12.0)

Representation of a Stellar Claimants list.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.Claimants{claimants: [StellarBase.XDR.Claimant.t()]}

Link to this section Functions

@spec new(claimants :: [StellarBase.XDR.Claimant.t()]) :: t()