mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
types: add gas and fee fields to CheckTx
This commit is contained in:
@@ -166,6 +166,8 @@ message ResponseCheckTx{
|
||||
CodeType code = 1;
|
||||
bytes data = 2;
|
||||
string log = 3;
|
||||
uint64 gas = 4;
|
||||
uint64 fee = 5;
|
||||
}
|
||||
|
||||
message ResponseQuery{
|
||||
|
Reference in New Issue
Block a user