View Source StellarBase.XDR.String80 (Elixir Stellar Base v0.10.0)

Representation of Stellar String80 type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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