View Source StellarBase.XDR.UInt32 (Elixir Stellar Base v0.15.0)

Representation of Stellar UInt32 type.

Summary

Types

@type t() :: %StellarBase.XDR.UInt32{datum: non_neg_integer()}

Functions

@spec new(uint32 :: non_neg_integer()) :: t()