mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-07 20:40:44 +00:00
update README for CheckTx Gas and Fee
This commit is contained in:
@@ -102,6 +102,8 @@ Here, we describe the requests and responses as function arguments and return va
|
||||
* `Code (uint32)`: Response code
|
||||
* `Data ([]byte)`: Result bytes, if any
|
||||
* `Log (string)`: Debug or error message
|
||||
* `Gas (uint64)`: Amount of gas consumed by transaction
|
||||
* `Fee (uint64)`: Fee paid by transaction
|
||||
* __Usage__:<br/>
|
||||
Validate a mempool transaction, prior to broadcasting or proposing. This message should not mutate the main state, but application
|
||||
developers may want to keep a separate CheckTx state that gets reset upon Commit.
|
||||
|
||||
Reference in New Issue
Block a user