Package org.web3j.tx.response
Interface Callback
-
public interface CallbackTransaction receipt processor callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(TransactionReceipt transactionReceipt)voidexception(java.lang.Exception exception)
-
-
-
Method Detail
-
accept
void accept(TransactionReceipt transactionReceipt)
-
exception
void exception(java.lang.Exception exception)
-
-