types: add gas and fee fields to CheckTx

This commit is contained in:
Ethan Buchman
2017-11-27 20:10:11 +00:00
parent fb612e5a7b
commit 7dc5b746ac
2 changed files with 131 additions and 111 deletions

View File

@@ -166,6 +166,8 @@ message ResponseCheckTx{
CodeType code = 1;
bytes data = 2;
string log = 3;
uint64 gas = 4;
uint64 fee = 5;
}
message ResponseQuery{