@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / transactionActivityKey

Function: transactionActivityKey()

transactionActivityKey(txHash, opts?): ClientQueryKey

Defined in: packages/sdk/src/queryKeys.ts:168

Key for client.getTransactionActivity(txHash, opts).

The hash is case-folded: a caller that pastes a checksummed hash and one that pastes it lower-cased are asking the same question.

Parameters

txHash

string | null | undefined

opts?

TransactionActivityOptions

Returns

ClientQueryKey