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

Method GetEventNotifyByTx

core/store/store.go:71–71  ·  view source on GitHub ↗
(tx common.Uint256)

Source from the content-addressed store, hash-verified

69 PreExecuteContract(tx *types.Transaction) (*cstates.PreExecResult, error)
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 2

GetEventNotifyByTxHashFunction · 0.65
GetEventNotifyByTxMethod · 0.65

Implementers 1

LedgerStoreImpcore/store/ledgerstore/ledger_store.go

Calls

no outgoing calls

Tested by

no test coverage detected