com.jd.blockchain.consensus.AsyncActionResponse Maven / Gradle / Ivy
package com.jd.blockchain.consensus;
public interface AsyncActionResponse {
byte[] process();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.jd.blockchain.consensus;
public interface AsyncActionResponse {
byte[] process();
}