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

cc.youchain.tx.response.Callback Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package cc.youchain.tx.response;

import cc.youchain.protocol.core.methods.response.TransactionReceipt;

/**
 * Transaction receipt processor callback.
 */
public interface Callback {
    void accept(TransactionReceipt transactionReceipt);

    void exception(Exception exception);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy