Skip to content

Commit 0a966a8

Browse files
Update docs/data/indexers/build-your-own/processors/token-transfer-processor/README.mdx
Co-authored-by: Molly Karcher <molly@stellar.org>
1 parent eb87bd6 commit 0a966a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/data/indexers/build-your-own/processors/token-transfer-processor

docs/data/indexers/build-your-own/processors/token-transfer-processor/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Every token transfer event includes comprehensive metadata to provide context ab
8787
| `ledgerSequence` | `uint32` | The ledger number where this event occurred. This provides chronological ordering across the entire network. |
8888
| `txHash` | `string` | The transaction hash that generated this event. This allows you to trace events back to their originating transaction. |
8989
| `operationIndex` | `uint32*` | The one-based index of the operation within the transaction that caused this event as defined by [SEP-35][sep35]. This field is `nil` for transaction-level events like fees. |
90-
| `contractAddress` | `string` | The contract address asociated with the asset/token being moved. For classic operations or Stellar Asset Contract Events, this field will be the contractId of the underlying classic asset. This enables integration with Stellar's smart contract ecosystem. |
90+
| `contractAddress` | `string` | The contract address associated with the asset/token being moved. For classic operations or Stellar Asset Contract Events, this field will be the contractId of the underlying classic asset. This enables integration with Stellar's smart contract ecosystem. |
9191

9292
:::note
9393

0 commit comments

Comments
 (0)