Skip to content

Commit f98d0c7

Browse files
committed
feature: add transactionInfo
1. add TransactionInfo and InternalTransaction
1 parent b3e35cc commit f98d0c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api/api.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,8 @@ message TransactionExtention {
12221222
repeated bytes constant_result = 3;
12231223
Return result = 4;
12241224
int64 energy_used = 5;
1225+
repeated TransactionInfo.Log logs = 6;
1226+
repeated InternalTransaction internal_transactions = 7;
12251227
}
12261228

12271229
message BlockExtention {

0 commit comments

Comments
 (0)