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

com.jd.blockchain.consensus.service.ConsensusContext Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
package com.jd.blockchain.consensus.service;

/**
 * 共识上下文;
 * 
 * @author huanghaiquan
 *
 */
public interface ConsensusContext {

	/**
	 * 共识域的名称;
	 * 
	 * @return
	 */
	String getRealmName();

	/**
	 * 共识网络的时间戳;
	 * 
	 * 

* * 这是基于参与共识的各个节点本地时间戳得到的全网一致的统计值; * *

* * @return */ long getTimestamp(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy