View Source StellarBase.XDR.AccountIDList (Elixir Stellar Base v0.16.0)
Representation of a Stellar AccountID
list.
Summary
Types
@type t() :: %StellarBase.XDR.AccountIDList{ account_ids: [StellarBase.XDR.AccountID.t()] }
Functions
@spec new(account_ids :: [StellarBase.XDR.AccountID.t()]) :: t()