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