Bootstrap is used for bootstrapping state when not starting from a initial height.
(State)
| 72 | SaveABCIResponses(int64, *tmstate.ABCIResponses) error |
| 73 | // Bootstrap is used for bootstrapping state when not starting from a initial height. |
| 74 | Bootstrap(State) error |
| 75 | // PruneStates takes the height from which to start prning and which height stop at |
| 76 | PruneStates(int64, int64) error |
| 77 | // Close closes the connection with the database |
no outgoing calls