pub trait App: ApplicationXX { type AppState: Serialize; // Required method fn app_state(&self) -> Self::AppState; }
ABCI Application of tendermint