Skip to main content
Version: 1.11.0

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

ParameterTypeDescription
dataBytesLikeraw revert data (0x-prefixed) from the failed eth_call

Returns

boolean