I have a Relay configured and I want this relay to tell my application when a transactions has been mined, is there a feature for that in Relay?
I need this so I can do some operations on my DB when the transaction is mined
I have a Relay configured and I want this relay to tell my application when a transactions has been mined, is there a feature for that in Relay?
I need this so I can do some operations on my DB when the transaction is mined
Hi @Kevin_Kons -
Relayers do not have this feature, but you could run an Autotask on a schedule and poll the blockchain and then send a webhook to your server or similar.
Thanks! @dan_oz
Appreciate the response