Class Int128Parts

java.lang.Object
org.stellar.sdk.xdr.Int128Parts

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