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