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

org.fisco.bcos.web3j.tx.TransactionConstant Maven / Gradle / Ivy

package org.fisco.bcos.web3j.tx;

import java.math.BigInteger;

/** Created by mingzhenliu on 2017/11/15. */
public class TransactionConstant {
  public static final BigInteger version = BigInteger.ONE;
  public static final BigInteger callType = BigInteger.ZERO;
  public static final BigInteger creatType = BigInteger.ONE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy