View Source StellarBase.XDR.Int128Parts (Elixir Stellar Base v0.9.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
@spec new(lo :: StellarBase.XDR.UInt64.t(), hi :: StellarBase.XDR.UInt64.t()) :: t()