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

# DecodedDetails

Base interface for decoded transaction event details

## Common Fields

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

## Implementations

* [`ApproveTransaction`](/api-reference/streaming-api/types/approve-transaction) - Decoded details for a token spending approval
* [`BridgeTransaction`](/api-reference/streaming-api/types/bridge-transaction) - Decoded details for a cross-chain bridge transfer
* [`DepositTransaction`](/api-reference/streaming-api/types/deposit-transaction) - Decoded details for a token deposit or liquidity addition
* [`ErrorDetails`](/api-reference/streaming-api/types/error-details) - Decoded details for an unrecognized or failed transaction
* [`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
* [`HypercoreFillTransaction`](/api-reference/streaming-api/types/hypercore-fill-transaction) - Decoded details for a Hypercore perpetuals trade fill
* [`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
* [`SwapTransaction`](/api-reference/streaming-api/types/swap-transaction) - Decoded details for a token swap on a decentralized exchange
* [`TransferTransaction`](/api-reference/streaming-api/types/transfer-transaction) - Decoded details for a token transfer between addresses
* [`WithdrawTransaction`](/api-reference/streaming-api/types/withdraw-transaction) - Decoded details for a token withdrawal or liquidity removal
