> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# HypercoreMiscEventsTransaction

Shared interface for all Hypercore miscellaneous events (funding, ledger, deposit, withdrawal, delegation)

## Common Fields

<ResponseField name="hash" type="string">
  Transaction/event hash from the Hypercore L1
</ResponseField>

<ResponseField name="time" type="string">
  ISO-8601 timestamp of the event
</ResponseField>

<ResponseField name="typeString" type="string">
  Human-readable label for the transaction type
</ResponseField>

## Implementations

* [`HypercoreDelegationEvent`](/api-reference/streaming-api/types/hypercore-delegation-event) - Decoded details for a Hypercore staking delegation or undelegation event
* [`HypercoreDepositEvent`](/api-reference/streaming-api/types/hypercore-deposit-event) - Decoded details for a Hypercore cross-chain deposit from an external chain
* [`HypercoreFundingEvent`](/api-reference/streaming-api/types/hypercore-funding-event) - Decoded details for a Hypercore funding rate payment between long and short holders
* [`HypercoreLedgerEvent`](/api-reference/streaming-api/types/hypercore-ledger-event) - Decoded details for a Hypercore ledger update (withdraw, deposit, transfer, liquidation, etc.)
* [`HypercoreWithdrawalEvent`](/api-reference/streaming-api/types/hypercore-withdrawal-event) - Decoded details for a finalized Hypercore cross-chain withdrawal
