View Source StellarBase.XDR.AssetCode (Elixir Stellar Base v0.16.0)
Representation of Stellar AssetCode
type.
Summary
Types
@type asset_code() :: StellarBase.XDR.AssetCode4.t() | StellarBase.XDR.AssetCode12.t()
@type t() :: %StellarBase.XDR.AssetCode{ asset: asset_code(), type: StellarBase.XDR.AssetType.t() }
Functions
@spec new(asset :: asset_code(), type :: StellarBase.XDR.AssetType.t()) :: t()