MCPcopy
hub / github.com/canopy-network/canopy / Height

Method Height

fsm/state.go:651–651  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

ParseLockOrderMethod · 0.95
HandleByzantineMethod · 0.95
ForceUnstakeValidatorMethod · 0.95
HandleMessageUnstakeMethod · 0.95
HandleMessagePauseMethod · 0.95
addEventMethod · 0.95
addPluginEventsMethod · 0.95
HandleDexBatchOrdersMethod · 0.95
RotateDexBatchesMethod · 0.95
BeginBlockMethod · 0.95
CheckProtocolVersionMethod · 0.95

Calls

no outgoing calls