ActionTxKey
ActionTxKey =
`0x${string}`
|GelatoTxKey
|string
Defined in: packages/pulsar-core/src/types.ts:86
A union type representing the unique identifier returned by an actionFunction
after a transaction is submitted to the network or a relay service.
This key is crucial for the adapter to determine which tracker should monitor the transaction.
It can be one of the following:
- A standard
0x...
transaction hash (Hex
). - A structured object from a relay service like Gelato (
GelatoTxKey
). - A Solana transaction signature (string).
Last updated on