types: RequestInitChain.AppStateBytes

This commit is contained in:
Ethan Buchman
2018-02-16 19:49:33 -05:00
parent b1e29d22f6
commit a6be687088
6 changed files with 133 additions and 114 deletions

View File

@ -48,6 +48,7 @@ message RequestSetOption {
message RequestInitChain {
repeated Validator validators = 1 [(gogoproto.nullable)=false];
bytes app_state_bytes = 2;
}
message RequestQuery {