Get Transaction confirmations

Get transaction confirmations count. Useful to check if it was successfully confirmed on chain. When initiating any transaction from the plugin, you will have the Transaction HASH id state, use it to check if the transaction was confirmed. The user may refresh the page and the state will be reset in that case, this is why we recommend to save the hash in Bubble's database to be used later, to make sure the transaction was confirmed. If the result is 0 (not confirmed), you can run this action in a loop, every few seconds until the confirmations amount is bigger than 0.

When running this action, make sure your wallet is connected on the same chain as the chain where the transaction hash is from

Parameters

Parameter name
Type
Description

ID

text

Transaction HASH id

Events

Event name
Description

Transaction Confirmation is Ready

Triggers when the result is ready to be used.

States

State name
Type
Details

Transaction - confirmations

Number

TX: Status

Text

Success, Pending, Error

Last updated