erigon-pulse/cmd/rpcdaemon/commands/eth_txs.go

9 lines
511 B
Go
Raw Normal View History

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)