Expand description
Pool for transactions whose fee token is temporarily paused.
When a TIP20 fee token emits PauseStateUpdate(isPaused=true), transactions
using that fee token are moved here instead of being evicted entirely.
When the token is unpaused, transactions are moved back to the main pool
and re-validated.
Structs§
- Paused
Entry - Entry in the paused pool.
- Paused
FeeToken Pool - Pool for transactions whose fee token is temporarily paused.
- Paused
Token 🔒Meta - Metadata for a paused fee token.
Constants§
- PAUSED_
POOL_ GLOBAL_ CAP - Global cap on the total number of paused transactions across all tokens.
- PAUSED_
TX_ TIMEOUT - Duration after which paused transactions are expired and removed. If a token isn’t unpaused within this time, we clear all pending transactions.