isGelatoTxKey()
isGelatoTxKey(
txKey
):txKey is GelatoTxKey
Defined in: packages/pulsar-evm/src/trackers/gelatoTracker.ts:30
A type guard to determine if an ActionTxKey is a GelatoTxKey.
Parameters
txKey
The transaction key to check.
Returns
txKey is GelatoTxKey
True if the key is for a Gelato transaction.
Last updated on