View Source StellarBase.XDR.AssetCode (Elixir Stellar Base v0.9.1)

Representation of Stellar AssetCode type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.AssetCode{
  asset: asset_code(),
  type: StellarBase.XDR.AssetType.t()
}

Link to this section Functions

@spec new(asset :: asset_code(), type :: StellarBase.XDR.AssetType.t()) :: t()