File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,14 @@ const event = parseEventNameAndData(rawEvent, schemas);
146
146
147
147
Type that represents an event:
148
148
149
- | Property | Type | Description |
150
- | --- | --- | --- |
151
- | ` contractHash ` | ` Uint8Array ` | Event ContractHash |
152
- | ` contractPackageHash ` | ` Uint8Array ` | Event ContractHash |
153
- | ` name ` | ` string ` | Event name |
154
- | ` data ` | ` Record<string,CLValue> ` | Event Data |
149
+ | Property | Type | Description |
150
+ | --- | --------------------------| -----------------------------------------------------|
151
+ | ` contractHash ` | ` Uint8Array ` | Event ContractHash |
152
+ | ` contractPackageHash ` | ` Uint8Array ` | Event ContractHash |
153
+ | ` name ` | ` string ` | Event name |
154
+ | ` eventId ` | ` number ` | Event identifier |
155
+ | ` transformIdx ` | ` number ` | Transaction transform index of the event |
156
+ | ` data ` | ` Record<string,CLValue> ` | Event Data |
155
157
156
158
### ` ParseResult `
157
159
You can’t perform that action at this time.
0 commit comments