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

Method IsContainTransaction

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

Source from the content-addressed store, hash-verified

61 GetTransaction(txHash common.Uint256) (*types.Transaction, uint32, error)
62 IsContainBlock(blockHash common.Uint256) (bool, error)
63 IsContainTransaction(txHash common.Uint256) (bool, error)
64 GetBlockRootWithNewTxRoots(startHeight uint32, txRoots []common.Uint256) common.Uint256
65 GetMerkleProof(m, n uint32) ([]common.Uint256, error)
66 GetContractState(contractHash common.Address) (*payload.DeployCode, error)

Callers 2

IsContainTransactionMethod · 0.65
ReceiveMethod · 0.65

Implementers 1

LedgerStoreImpcore/store/ledgerstore/ledger_store.go

Calls

no outgoing calls

Tested by

no test coverage detected