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

Representation of Stellar AssetCode type.

Link to this section Summary

Link to this section Types

Specs

Specs

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

Link to this section Functions

Specs

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