MCPcopy Create free account
hub / github.com/ethstorage/es-node / TransactionByHash

Method TransactionByHash

ethstorage/miner/miner.go:23–23  ·  view source on GitHub ↗
(ctx context.Context, txHash common.Hash)

Source from the content-addressed store, hash-verified

21
22type L1API interface {
23 TransactionByHash(ctx context.Context, txHash common.Hash) (*types.Transaction, bool, error)
24 TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error)
25 GetMiningInfo(ctx context.Context, contract common.Address, shardIdx uint64) (*miningInfo, error)
26 SubmitMinedResult(ctx context.Context, contract common.Address, rst result, config Config) (common.Hash, error)

Callers 2

SendBlobTxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected