View Source StellarBase.XDR.ClaimAtomList (Elixir Stellar Base v0.13.0)

Representation of a Stellar ClaimAtomList list.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.ClaimAtomList{offers: [StellarBase.XDR.ClaimAtom.t()]}

Link to this section Functions

@spec new(offers :: [StellarBase.XDR.ClaimAtom.t()]) :: t()