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