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

Representation of a Stellar Claimants list.

Summary

Types

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

Functions

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