Skip to content

Commit f9bd49a

Browse files
authored
add transaction index into Receipt (#125)
1 parent ce30726 commit f9bd49a

File tree

2 files changed

+85
-74
lines changed

2 files changed

+85
-74
lines changed

golang/iotextypes/action.pb.go

Lines changed: 84 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/types/action.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ message Receipt {
270270
string contractAddress = 5;
271271
repeated Log logs = 6;
272272
string executionRevertMsg = 7;
273+
uint32 txIndex = 8;
273274
}
274275

275276
message Log {

0 commit comments

Comments
 (0)