Class Int64

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

public class Int64 extends Object implements XdrElement
Int64's original definition in the XDR file is:
 typedef hyper int64;
 
  • Constructor Details

    • Int64

      public Int64()
    • Int64

      public Int64(Long int64)
      Creates a new Int64 instance.
      Parameters:
      int64 - the int64 field value
  • Method Details