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

com.cryptape.cita.tx.response.Callback Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.cryptape.cita.tx.response;

import com.cryptape.cita.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