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

Representation of Stellar UInt32 type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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