Function: isTransientReleaseOrMintRevert()
isTransientReleaseOrMintRevert(
data:BytesLike):boolean
Defined in: evm/simulate.ts:98
Whether a pool revert is one that typically clears on its own, so a later retry may succeed —
shorthand for classifyPoolRevert.isTransient.
Parameters
| Parameter | Type | Description |
|---|---|---|
data | BytesLike | raw revert data (0x-prefixed) from the failed eth_call |
Returns
boolean