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

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

package com.jd.blockchain.ledger;

import com.jd.blockchain.crypto.HashDigest;
import com.jd.blockchain.utils.Bytes;

public interface MerkleDataNode extends MerkleNode {

	long getSN();

	Bytes getKey();

	long getVersion();
	
	HashDigest getValueHash();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy