Skip to content

Commit 79fd8b9

Browse files
author
neo hong
committed
add EnergyUsed field in TransactionExtention
1 parent dcf17de commit 79fd8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/protos/api/api.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ message TransactionExtention {
11951195
bytes txid = 2; //transaction id = sha256(transaction.raw_data)
11961196
repeated bytes constant_result = 3;
11971197
Return result = 4;
1198+
int64 EnergyUsed = 5;
11981199
}
11991200

12001201
message BlockExtention {

0 commit comments

Comments
 (0)