View Source StellarBase.XDR.UInt128Parts (Elixir Stellar Base v0.11.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.

Link to this section Summary

Link to this section 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()}

Link to this section Functions

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