View Source StellarBase.XDR.Int128Parts (Elixir Stellar Base v0.10.0)

Representation of Stellar Int128Parts type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions