View Source StellarBase.XDR.String28 (Elixir Stellar Base v0.11.0)

Representation of Stellar String28 type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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