|
|
@ -195,9 +195,10 @@ message ResponseCheckTx { |
|
|
|
string info = 4; // nondeterministic |
|
|
|
int64 gas_wanted = 5 [json_name = "gas_wanted"]; |
|
|
|
int64 gas_used = 6 [json_name = "gas_used"]; |
|
|
|
repeated Event events = 7 |
|
|
|
[(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"]; |
|
|
|
string codespace = 8; |
|
|
|
repeated Event events = 7 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"]; |
|
|
|
string codespace = 8; |
|
|
|
string sender = 9; |
|
|
|
int64 priority = 10; |
|
|
|
} |
|
|
|
|
|
|
|
message ResponseDeliverTx { |
|
|
|