Each gateway has its own queue, which can be accessed via gateway id
Stores the latest block height know by the corresponding circuit light client
SFXs that are completed
SFXs that are dropped
SFXs that are currently in bidding stage
SFXs that are waiting to be confirmed
SFXs that are currently being executed
SFXs that are reverted
Generated using TypeDoc
The queue type is used to track the incoming SFXs throughout their life-cycle. Each gateway has its own queue, tracking its height on the light-client. When an SFX was executed, it is moved to the isConfirming queue. Once the gateway has reached the required block height, the SFXs can be confirmed.