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

Representation of Stellar UInt64 type.

Summary

Types

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

Functions

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