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

com.jd.blockchain.consensus.SessionCredential Maven / Gradle / Ivy

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

import com.jd.binaryproto.DataContract;
import com.jd.blockchain.consts.DataCodes;

/**
 * 会话凭证;
 * 

* 表示共识客户端中用于建立和共识网络的通讯连接通道时可能用到的一类受认证分配的凭证信息; * * @author huanghaiquan * */ @DataContract(code = DataCodes.CLIENT_SESSION_CREDENTIAL) public interface SessionCredential { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy