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)