MCPcopy Create free account
hub / github.com/DNAProject/DNA / GetEventNotifyByBlock

Method GetEventNotifyByBlock

core/ledger/ledger.go:193–195  ·  view source on GitHub ↗
(height uint32)

Source from the content-addressed store, hash-verified

191}
192
193func (self *Ledger) GetEventNotifyByBlock(height uint32) ([]*event.ExecuteNotify, error) {
194 return self.ldgStore.GetEventNotifyByBlock(height)
195}
196
197func (self *Ledger) Close() error {
198 return self.ldgStore.Close()

Callers

nothing calls this directly

Calls 1

GetEventNotifyByBlockMethod · 0.65

Tested by

no test coverage detected