Stellar.XDR.Asset (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar Asset
type.
Link to this section Summary
Link to this section Types
Specs
asset() :: Stellar.XDR.AlphaNum4.t() | Stellar.XDR.AlphaNum12.t() | Stellar.XDR.Void.t()
Specs
t() :: %Stellar.XDR.Asset{asset: asset(), type: Stellar.XDR.AssetType.t()}
Link to this section Functions
Specs
new(asset :: asset(), type :: Stellar.XDR.AssetType.t()) :: t()