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

Method GetEventNotifyByBlock

core/store/store.go:72–72  ·  view source on GitHub ↗
(height uint32)

Source from the content-addressed store, hash-verified

70 PreExecuteContractBatch(txes []*types.Transaction, atomic bool) ([]*cstates.PreExecResult, uint32, error)
71 GetEventNotifyByTx(tx common.Uint256) (*event.ExecuteNotify, error)
72 GetEventNotifyByBlock(height uint32) ([]*event.ExecuteNotify, error)
73}

Callers 3

GetEventNotifyByHeightFunction · 0.65
GetEventNotifyByBlockMethod · 0.65
GetEventNotifyByBlockMethod · 0.65

Implementers 1

LedgerStoreImpcore/store/ledgerstore/ledger_store.go

Calls

no outgoing calls

Tested by

no test coverage detected