'broadcasted'
, 'still_pending'
, 'confirmed'
, 'execution_reverted'
:
'broadcasted'
refers to when a transaction has been submitted to the network but has not yet been included in a block'still_pending'
refers to when a transaction has been submitted to the network but is taking longer than expected to be confirmed. To ensure that the transaction gets included, we recommend listening to this webhook to trigger transaction speed-ups.'confirmed'
refers to when a transaction has been included in at least one block that has been confirmed on the network.'execution_reverted'
refers to when a transaction has reverted in execution.'transaction.broadcasted'
, transaction.still_pending
, 'transaction.confirmed'
, and/or 'transaction.execution_reverted'
events depending on the transaction events you’d like to be notified of.
Privy will emit a signed webhook to this URL whenever transaction status updates, and will retry delivery if the endpoint does not successfully respond to the original webhook.
'transaction.confirmed'
event.