StellarBase.XDR.OptionalString32 (Elixir Stellar Base v0.8.5) View Source

Representation of Stellar OptionalString32 type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.OptionalString32{value: value()}

Specs

value() :: StellarBase.XDR.String32.t() | nil

Link to this section Functions

Specs

new(value :: value()) :: t()