View Source StellarBase.XDR.AssetCode12 (Elixir Stellar Base v0.12.0)

Representation of Stellar AssetCode12 type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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