
com.jd.blockchain.consensus.service.StateHandle Maven / Gradle / Ivy
The newest version!
package com.jd.blockchain.consensus.service;
public interface StateHandle {
byte[] takeSnapshot();
void installSnapshot(byte[] snapshot);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy