> ## 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.

# HypercoreWithdrawalEvent

Decoded details for a finalized Hypercore cross-chain withdrawal

Implements: [`HypercoreMiscEventsTransaction`](/api-reference/streaming-api/types/hypercore-misc-events-transaction), [`DecodedDetails`](/api-reference/streaming-api/types/decoded-details)

## Fields

<ResponseField name="type" type="enum">
  Enum value identifying the transaction type

  Type: [`TransactionType`](/api-reference/streaming-api/types/transaction-type)
</ResponseField>

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

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

<ResponseField name="amount" type="string">
  Withdrawal amount in USDC
</ResponseField>
