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.
Parameters
ID
text
Transaction HASH id
Events
Transaction Confirmation is Ready
Triggers when the result is ready to be used.
States
Transaction - confirmations
Number
TX: Status
Text
Success, Pending, Error
To be sure that the transaction was successfully sent, use the states Confirmations and Status in combination. For example if the tx Confirmations > 0 and Status is Success
only then you can consider the transaction as fully confirmed.
Last updated