|
|
@ -297,11 +297,9 @@ Commit are included in the header of the next block. |
|
|
|
- **Request**: |
|
|
|
- `Tx ([]byte)`: The request transaction bytes |
|
|
|
- `Type (CheckTxType)`: What type of `CheckTx` request is this? At present, |
|
|
|
there are two possible values: `CheckTx_Unchecked` (the default, which says |
|
|
|
that a full check is required), and `CheckTx_Checked` (when the mempool is |
|
|
|
there are two possible values: `CheckTx_New` (the default, which says |
|
|
|
that a full check is required), and `CheckTx_Recheck` (when the mempool is |
|
|
|
initiating a normal recheck of a transaction). |
|
|
|
- `AdditionalData ([]byte)`: Reserved for future use. See |
|
|
|
[here](https://github.com/tendermint/tendermint/issues/2127#issuecomment-456661420). |
|
|
|
- **Response**: |
|
|
|
- `Code (uint32)`: Response code |
|
|
|
- `Data ([]byte)`: Result bytes, if any. |
|
|
|