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

Representation of a Stellar Assets list.

Link to this section Summary

Link to this section Types

@type assets() :: [StellarBase.XDR.Asset.t()]
@type t() :: %StellarBase.XDR.Assets{assets: assets()}

Link to this section Functions

@spec new(assets :: assets()) :: t()