onTransactionUpdated property

void Function(DiditTransactionResult result)? onTransactionUpdated
final

Called with the refreshed transaction after an auto-launched wallet-ownership action completes and the transaction status has been re-fetched.

Implementation

final void Function(DiditTransactionResult result)? onTransactionUpdated;