StellarBase.XDR.AccountIDList (Elixir Stellar Base v0.8.9) View Source

Representation of a Stellar AccountID list.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.AccountIDList{
  account_ids: [StellarBase.XDR.AccountID.t()]
}

Link to this section Functions

Specs

new(account_ids :: [StellarBase.XDR.AccountID.t()]) :: t()