get https://engine.play.onopen.xyz/actions/
Upon successful event/ticket action creation through the Stream endpoint, an actionPromise
will be issued and returned. Use it to query it's status:
status | description |
---|---|
waiting_broadcast | Action is still waiting in queue to get broadcast on chain |
waiting_funds | Action is waiting on an integrator fuel top up |
pending | Action was broadcast and is waiting confirmation |
confirmed | Action was broadcast and successfully confirmed |
error | Action was broadcast on chain but an error occurred |
wont_broadcast | Action was invalid (e.g. selling ticket on non existent event) and a broadcast on chain won't be attempted |
no_broadcast_required | Some actions might not need a broadcast on chain-at all e.g. updateTicket |