Stellar.XDR.OptionalString32 (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar OptionalString32 type.

Link to this section Summary

Link to this section Types

Specs

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

Specs

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

Link to this section Functions

Specs

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