View Source StellarBase.XDR.String32 (Elixir Stellar Base v0.9.1)

Representation of Stellar String32 type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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