Class TxDemandVector

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

public class TxDemandVector extends Object implements XdrElement
TxDemandVector's original definition in the XDR file is:
 typedef Hash TxDemandVector<TX_DEMAND_VECTOR_MAX_SIZE>;
 
  • Constructor Details

    • TxDemandVector

      public TxDemandVector()
    • TxDemandVector

      public TxDemandVector(Hash[] TxDemandVector)
      Creates a new TxDemandVector instance.
      Parameters:
      TxDemandVector - the TxDemandVector field value
  • Method Details