We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34e7e7b + ee42669 commit a983877Copy full SHA for a983877
doc-site/docs/reference/types/_includes/blockchainevent_description.md
@@ -25,8 +25,8 @@ the blockchain plugins to try and create some consistency.
25
An example `protocolId` string is: `000000000041/000020/000003`
26
27
- `000000000041` - this is the block number
28
-- `000020` - this is the transaction index within that block
29
-- `000003` - this is the event (/log) index within that transaction
+- `000020` - this is the **transaction** index within that **block**
+- `000003` - this is the **event (/log)** index within that **block**
30
31
The string is alphanumerically sortable as a plain string;
32
0 commit comments