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

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

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

public interface SignatureInfo {

	/**
	 * 签署账户的地址;
	 * 
	 * @return
	 */
	String getAddress();

	/**
	 * 签名的摘要;
	 * 
	 * 注:采用Base64编码;
	 * 
	 * @return
	 */
	String getDigest();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy