View Source StellarBase.XDR.AssetCode4 (Elixir Stellar Base v0.16.0)

Representation of Stellar AssetCode4 type.

Summary

Types

@type t() :: %StellarBase.XDR.AssetCode4{code: String.t(), length: non_neg_integer()}

Functions

@spec new(code :: String.t()) :: t()