![JAR search and dependency download from the Maven repository](/logo.png)
com.jd.blockchain.consensus.service.StateHandle Maven / Gradle / Ivy
package com.jd.blockchain.consensus.service;
public interface StateHandle {
byte[] takeSnapshot();
void installSnapshot(byte[] snapshot);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy