erigon-pulse/cmd/rpcdaemon/commands/eth_txs.go
Thomas Jay Rush d6587ba250
Simple file renaming to make automated testing easier (#1230)
* Simple file renaming to make automated testing easier

* Fixing comment
2020-10-12 15:17:34 +01:00

9 lines
511 B
Go

package commands
/* future home of tx related eth_ routines */
// GetTransactionByHash(ctx context.Context, hash common.Hash) (*RPCTransaction, error)
// GetTransactionByBlockHashAndIndex(ctx context.Context, blockHash common.Hash, txIndex hexutil.Uint64) (*RPCTransaction, error)
// GetTransactionByBlockNumberAndIndex(ctx context.Context, blockNr rpc.BlockNumber, txIndex hexutil.Uint) (*RPCTransaction, error)
// GetTransactionReceipt(ctx context.Context, hash common.Hash) (map[string]interface{}, error)