Class Uint256

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

public class Uint256 extends Object implements XdrElement
Uint256's original definition in the XDR file is:
 typedef opaque uint256[32];
 
  • Constructor Details

    • Uint256

      public Uint256()
    • Uint256

      public Uint256(byte[] uint256)
      Creates a new Uint256 instance.
      Parameters:
      uint256 - the uint256 field value
  • Method Details