View Source StellarBase.XDR.OptionalUInt32 (Elixir Stellar Base v0.16.0)

Representation of Stellar OptionalUInt32 type.

Summary

Types

@type datum() :: StellarBase.XDR.UInt32.t() | nil
@type t() :: %StellarBase.XDR.OptionalUInt32{datum: datum()}

Functions

@spec new(datum :: datum()) :: t()