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

Function GetEventNotifyByTxHash

http/base/actor/ledger.go:100–102  ·  view source on GitHub ↗

GetEventNotifyByTxHash from ledger

(txHash common.Uint256)

Source from the content-addressed store, hash-verified

98
99//GetEventNotifyByTxHash from ledger
100func GetEventNotifyByTxHash(txHash common.Uint256) (*event.ExecuteNotify, error) {
101 return ledger.DefLedger.GetEventNotifyByTx(txHash)
102}
103
104//GetEventNotifyByHeight from ledger
105func GetEventNotifyByHeight(height uint32) ([]*event.ExecuteNotify, error) {

Callers

nothing calls this directly

Calls 1

GetEventNotifyByTxMethod · 0.65

Tested by

no test coverage detected