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

com.jd.blockchain.ledger.CodeDeployOperation Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
//package com.jd.blockchain.ledger;
//
//import com.jd.blockchain.ledger.data.AccountUpdateOperationBuilder;
//
///**
// * 合约代码部署操作;
// * 
// * @author huanghaiquan
// *
// */
//public interface CodeDeployOperation extends AccountUpdateOperationBuilder {
//
//	/**
//	 * 修改脚本;
//	 * 
//	 * @param code
//	 *            合约代码;
//	 * @param codeVersion
//	 *            预期的当前的代码的版本;如果指定为 -1,则不进行版本检查;
//	 */
//	void set(BlockchainIdentity id, String code, long codeVersion);
//
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy