Skip to Content
API referencePulsar EvmSrcComponentsisGelatoTxKey()

@tuwaio/pulsar-core-monorepo


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

ActionTxKey

The transaction key to check.

Returns

txKey is GelatoTxKey

True if the key is for a Gelato transaction.

Last updated on