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

Function GetEventNotifyByHeight

http/base/actor/ledger.go:105–107  ·  view source on GitHub ↗

GetEventNotifyByHeight from ledger

(height uint32)

Source from the content-addressed store, hash-verified

103
104//GetEventNotifyByHeight from ledger
105func GetEventNotifyByHeight(height uint32) ([]*event.ExecuteNotify, error) {
106 return ledger.DefLedger.GetEventNotifyByBlock(height)
107}
108
109//GetMerkleProof from ledger
110func GetMerkleProof(proofHeight uint32, rootHeight uint32) ([]common.Uint256, error) {

Callers

nothing calls this directly

Calls 1

GetEventNotifyByBlockMethod · 0.65

Tested by

no test coverage detected