All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kbanquan.chain.sdk.pojos.response.data.CreateTransData Maven / Gradle / Ivy

package com.kbanquan.chain.sdk.pojos.response.data;


public class CreateTransData {

  /**
   * transaction ID
   */
  private String txID;

  public String getTxID(){
    return txID;
  }

  public void setTxID(String txID){
    this.txID = txID;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy