public interface PCMultipleConfirmationCallback
| Modifier and Type | Method and Description |
|---|---|
void |
error(PCAbstractError error)
Called when no transactions were confirmed due to a fatal error
|
void |
onNextResult(PCConfirmationResult result)
Called every time, the next transaction has been confirmed (possibly, with an error)
|
void onNextResult(PCConfirmationResult result)
result - Result details. In case PCActionResult.getError() is not null, the transaction
has not been confirmedvoid error(PCAbstractError error)
error - The cause of failure