Class UInt128Parts

java.lang.Object
org.stellar.sdk.xdr.UInt128Parts
All Implemented Interfaces:
XdrElement

public class UInt128Parts extends Object implements XdrElement
UInt128Parts's original definition in the XDR file is:
 struct UInt128Parts {
     uint64 hi;
     uint64 lo;
 };