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

Representation of Stellar OptionalUInt32 type.

Link to this section Summary

Link to this section Types

Specs

datum() :: Stellar.XDR.UInt32.t() | nil

Specs

t() :: %Stellar.XDR.OptionalUInt32{datum: datum()}

Link to this section Functions

Specs

new(datum :: datum()) :: t()