()
| 649 | func (s *StateMachine) Store() lib.RWStoreI { return s.store } |
| 650 | func (s *StateMachine) SetStore(store lib.RWStoreI) { s.store = store } |
| 651 | func (s *StateMachine) Height() uint64 { return s.height } |
| 652 | func (s *StateMachine) TotalVDFIterations() uint64 { return s.totalVDFIterations } |
| 653 | func (s *StateMachine) Discard() { s.store.(lib.StoreI).Discard() } |
| 654 | func (s *StateMachine) SetProposalVoteConfig(c GovProposalVoteConfig) { s.proposeVoteConfig = c } |
no outgoing calls