View Source StellarBase.XDR.SCSymbol (Elixir Stellar Base v0.9.0)

Representation of Stellar SCSymbol type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SCSymbol{value: String.t()}

Link to this section Functions

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