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

Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten

Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr

Representation of Stellar UInt128Parts type.

Summary

Types

@type hi_type() :: StellarBase.XDR.UInt64.t()
@type lo_type() :: StellarBase.XDR.UInt64.t()
@type t() :: %StellarBase.XDR.UInt128Parts{hi: hi_type(), lo: lo_type()}

Functions

@spec new(hi :: hi_type(), lo :: lo_type()) :: t()